diff -r 10e98eab6f85 -r a359256acfc6 webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h --- 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;