webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h
branchRCL_3
changeset 42 a1a5d4e727e8
parent 41 4bd5176e1bc8
child 48 79859ed3eea9
--- a/webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h	Tue May 25 13:52:38 2010 +0300
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h	Wed Jun 09 10:52:50 2010 +0300
@@ -134,6 +134,8 @@
     void EnableCcpuL();
     TBool IsInputElementFocused() const;
     void ReportEventL();
+    
+    TBool inlineTextEditingStarted();
 private:
     void  findPrevSiblingTextLen(Node*, TInt&) const;
     Node* findTextNodeForCurPos(Node* aNode, TInt& aPos) const;
@@ -148,6 +150,7 @@
     CAknExtendedInputCapabilities* m_ExtendedInputCapabilities;
     CAknCcpuSupport* m_CcpuSupport;
     TBool m_longKeyPress;
+    TBool m_inlineTextEditingStarted;
     };
 
 #endif