diff -r 0ed94ceaa377 -r cb62a4f66ebe webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h --- a/webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h Thu Dec 17 09:20:16 2009 +0200 +++ b/webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.h Thu Jan 07 13:31:38 2010 +0200 @@ -122,8 +122,6 @@ #endif // BRDO_BROWSER_50_FF bool IsTextAreaFocused() const; - - void EnableCcpu(TBool aSupport); void DoCcpuCanPasteL() const; void PlaceDataOnClipboardL(); void RetrieveDataFromClipboardL(); @@ -132,11 +130,13 @@ void HandleMaskedInsertText(WebCore::Frame* frame, const String& text); void HandleMaskedDeleteText(WebCore::Frame* frame); bool IsWapMaskedModeInput(WebCore::Frame* frame); - + void FocusChanging(); + private: void findPrevSiblingTextLen(Node*, TInt&) const; Node* findTextNodeForCurPos(Node* aNode, TInt& aPos) const; void setSCTAvailability(bool aAvailable); + void EnableCcpuL(); private: CState* m_state; @@ -145,6 +145,7 @@ HBufC* m_inlineEditText; String m_inputTextColor; CAknExtendedInputCapabilities* m_ExtendedInputCapabilities; + CAknCcpuSupport* m_CcpuSupport; }; #endif