Searched defs:EditorClient (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h33 #include "EditorClient.h"
46 class EditorClient : public WebCore::EditorClient { class in namespace:WebKit
54 EditorClient(WebKitWebView*);
55 ~EditorClient();
57 // from EditorClient
H A DEditorClientGtk.cpp74 static void imContextCommitted(GtkIMContext* context, const gchar* str, EditorClient* client)
82 static void imContextPreeditChanged(GtkIMContext* context, EditorClient* client)
90 void EditorClient::setInputMethodState(bool active)
107 bool EditorClient::shouldDeleteRange(Range*)
113 bool EditorClient::shouldShowDeleteInterface(HTMLElement*)
118 bool EditorClient::isContinuousSpellCheckingEnabled()
128 bool EditorClient::isGrammarCheckingEnabled()
134 int EditorClient::spellCheckerDocumentTag()
140 bool EditorClient::shouldBeginEditing(WebCore::Range*)
148 bool EditorClient
529 EditorClient::EditorClient(WebKitWebView* webView) function in class:WebKit::EditorClient
[all...]
/external/webkit/WebCore/page/
H A DEditorClient.h82 class EditorClient { class in namespace:WebCore
84 virtual ~EditorClient() { }

Completed in 13 milliseconds