equal
deleted
inserted
replaced
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 |