webengine/osswebengine/WebKit/s60/webcoresupport/WebEditorClient.h
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 26 cb62a4f66ebe
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   102     void handleInsertText(WebCore::Frame* frame, const WebCore::String& text);
   102     void handleInsertText(WebCore::Frame* frame, const WebCore::String& text);
   103     void handleDeleteText(WebCore::Frame* frame);
   103     void handleDeleteText(WebCore::Frame* frame);
   104 
   104 
   105 private:
   105 private:
   106     WebView* m_webView;
   106     WebView* m_webView;
       
   107     bool     m_shouldEndEditing;
   107 };
   108 };
   108 
   109 
   109 
   110 
   110 #endif // WebEditorClient_h
   111 #endif // WebEditorClient_h