HomeSort by relevance Sort by last modified time
    Searched full:editorclient (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 39 class EditorClient {
41 virtual ~EditorClient() { }
Page.h 52 class EditorClient;
101 EditorClient* editorClient;
118 EditorClient& editorClient() const { return *m_editorClient; }
270 EditorClient* const m_editorClient;
Page.cpp 115 , m_editorClient(pageClients.editorClient)
548 , editorClient(0)
EventHandler.cpp 67 #include "core/page/EditorClient.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 34 #include "core/page/EditorClient.h"
45 class EditorClientImpl : public WebCore::EditorClient {
WebViewImpl.cpp 444 pageClients.editorClient = &m_editorClientImpl;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 54 static EditorClient* dummyEditorClient = adoptPtr(new EmptyEditorClient).leakPtr();
55 pageClients.editorClient = dummyEditorClient;
EmptyClients.h 39 #include "core/page/EditorClient.h"
288 class EmptyEditorClient : public EditorClient {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingBehaviorTypes.h 36 // behaviors with individual function calls on EditorClient (smart copy and paste and
InputMethodController.h 36 class EditorClient;
Editor.h 47 class EditorClient;
71 EditorClient& client() const;
EditorKeyBindings.cpp 32 #include "core/page/EditorClient.h"
258 // In Webkit, EditorClient::handleKeyboardEvent in
Editor.cpp 73 #include "core/page/EditorClient.h"
136 static EditorClient& emptyEditorClient()
142 EditorClient& Editor::client() const
145 return page->editorClient();
    [all...]
EditorCommand.cpp 53 #include "core/page/EditorClient.h"
    [all...]
FrameSelection.cpp 53 #include "core/page/EditorClient.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.cpp 50 m_pageClients.editorClient = &m_editorClient;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
KeyboardTest.cpp 50 // Pass a WebKeyboardEvent into the EditorClient and get back the string

Completed in 1211 milliseconds