webengine/osswebengine/WebKit/s60/webview/WebTextFormatMask.h
changeset 65 5bfc169077b2
parent 38 6297cdf66332
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
   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();
       
   125     
   124     
   126 public:    
   125 public:    
   127     int getMultitude();
   126     int getMultitude();
   128     TInputFormatMaskType getInputFormatMaskType(WebCore::Frame *frame, int aOffset);
   127     TInputFormatMaskType getInputFormatMaskType(WebCore::Frame *frame, int aOffset);
   129        
   128