HomeSort by relevance Sort by last modified time
    Searched defs:EditorClient (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 33 #include "EditorClient.h"
46 class EditorClient : public WebCore::EditorClient {
54 EditorClient(WebKitWebView*);
55 ~EditorClient();
57 // from EditorClient
EditorClientGtk.cpp 74 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::shouldEndEditing(WebCore::Range*
    [all...]
  /external/webkit/WebCore/page/
EditorClient.h 82 class EditorClient {
84 virtual ~EditorClient() { }

Completed in 15 milliseconds