webengine/osswebengine/WebKit/s60/webview/WebTextFormatMask.h
changeset 38 6297cdf66332
parent 16 a359256acfc6
child 65 5bfc169077b2
equal deleted inserted replaced
37:cb62a4f66ebe 38:6297cdf66332
   119     WebTextFormatMask(const WebCore::String&, bool);
   119     WebTextFormatMask(const WebCore::String&, bool);
   120     ~WebTextFormatMask();
   120     ~WebTextFormatMask();
   121 
   121 
   122     bool checkText(const WebCore::String&, ErrorBlock&);
   122     bool checkText(const WebCore::String&, ErrorBlock&);
   123     MaskBase* getMask(int aOffset);
   123     MaskBase* getMask(int aOffset);
       
   124     bool acceptAll();
   124     
   125     
   125 public:    
   126 public:    
   126     int getMultitude();
   127     int getMultitude();
   127     TInputFormatMaskType getInputFormatMaskType(WebCore::Frame *frame, int aOffset);
   128     TInputFormatMaskType getInputFormatMaskType(WebCore::Frame *frame, int aOffset);
   128        
   129