webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h
changeset 16 a359256acfc6
parent 0 dd21522fd290
child 36 0ed94ceaa377
--- a/webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h	Thu Aug 27 07:44:59 2009 +0300
@@ -30,6 +30,7 @@
 
 #include "PlatformString.h"
 #include "Node.h"
+#include "Frame.h"
 
 #ifndef WEBFEPTEXTEDITOR_H
 #define WEBFEPTEXTEDITOR_H
@@ -128,10 +129,14 @@
     void RetrieveDataFromClipboardL();
     void PasteFromStoreL(CStreamStore& aStore,CStreamDictionary& aDict);
     void CopyToStoreL(CStreamStore& aStore,CStreamDictionary& aDict);    
+    void HandleMaskedInsertText(WebCore::Frame* frame, const String& text);
+    void HandleMaskedDeleteText(WebCore::Frame* frame);
+    bool IsWapMaskedModeInput(WebCore::Frame* frame);
 
 private:
     void  findPrevSiblingTextLen(Node*, TInt&) const;
     Node* findTextNodeForCurPos(Node* aNode, TInt& aPos) const;
+    void setSCTAvailability(bool aAvailable);
        
 private:
     CState* m_state;