webengine/osswebengine/WebKit/s60/webview/WebTextFormatMask.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 27 6297cdf66332
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   118 
   118 
   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     
   124     
   124 public:    
   125 public:    
   125     int getMultitude();
   126     int getMultitude();
   126     TInputFormatMaskType getInputFormatMaskType(WebCore::Frame *frame, int aOffset);
   127     TInputFormatMaskType getInputFormatMaskType(WebCore::Frame *frame, int aOffset);
   127        
   128