HomeSort by relevance Sort by last modified time
    Searched refs:editorClient (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.h 35 class EditorClient;
107 EditorClient* editorClient() const;
InputMethodController.cpp 39 #include "core/page/EditorClient.h"
97 inline EditorClient* InputMethodController::editorClient() const
154 // EditorClient::willSetInputMethodState() resets input method and the composition string is committed.
155 if (EditorClient* client = editorClient())
181 if (editorClient())
182 editorClient()->didCancelCompositionOnSelectionChange();
SpellCheckRequester.cpp 34 #include "core/page/EditorClient.h"
140 return page->editorClient()->textChecker();
SpellChecker.cpp 34 #include "core/page/EditorClient.h"
140 return page->editorClient()->textChecker();
Editor.cpp 67 #include "core/page/EditorClient.h"
141 EditorClient* Editor::client() const
144 return page->editorClient();
151 if (EditorClient* owner = client())
158 if (EditorClient* c = client())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 52 static EditorClient* dummyEditorClient = adoptPtr(new EmptyEditorClient).leakPtr();
53 pageClients.editorClient = dummyEditorClient;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 52 class EditorClient;
98 EditorClient* editorClient;
116 EditorClient* editorClient() const { return m_editorClient; }
284 EditorClient* m_editorClient;
Page.cpp 107 , m_editorClient(pageClients.editorClient)
735 , editorClient(0)
FocusController.cpp 49 #include "core/page/EditorClient.h"
606 m_page->editorClient()->willSetInputMethodState();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 442 pageClients.editorClient = &m_editorClientImpl;
    [all...]

Completed in 125 milliseconds