webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h
branchRCL_3
changeset 41 4bd5176e1bc8
parent 37 ac77f89b1d9e
child 42 a1a5d4e727e8
equal deleted inserted replaced
40:8bfb9186a8b8 41:4bd5176e1bc8
   131     void HandleMaskedInsertText(WebCore::Frame* frame, const String& text);
   131     void HandleMaskedInsertText(WebCore::Frame* frame, const String& text);
   132     void HandleMaskedDeleteText(WebCore::Frame* frame);
   132     void HandleMaskedDeleteText(WebCore::Frame* frame);
   133     bool IsWapMaskedModeInput(WebCore::Frame* frame);
   133     bool IsWapMaskedModeInput(WebCore::Frame* frame);
   134     void EnableCcpuL();
   134     void EnableCcpuL();
   135     TBool IsInputElementFocused() const;
   135     TBool IsInputElementFocused() const;
       
   136     void ReportEventL();
   136 private:
   137 private:
   137     void  findPrevSiblingTextLen(Node*, TInt&) const;
   138     void  findPrevSiblingTextLen(Node*, TInt&) const;
   138     Node* findTextNodeForCurPos(Node* aNode, TInt& aPos) const;
   139     Node* findTextNodeForCurPos(Node* aNode, TInt& aPos) const;
   139     void setSCTAvailability(bool aAvailable);
   140     void setSCTAvailability(bool aAvailable);
   140        
   141