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

  /external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.h 79 EmptyEditorClient m_editorClient;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 288 class EmptyEditorClient : public EditorClient {
289 WTF_MAKE_NONCOPYABLE(EmptyEditorClient); WTF_MAKE_FAST_ALLOCATED;
291 EmptyEditorClient() { }
292 virtual ~EmptyEditorClient() { }
EmptyClients.cpp 54 static EditorClient* dummyEditorClient = adoptPtr(new EmptyEditorClient).leakPtr();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 136 static EditorClient& emptyEditorClient()
138 DEFINE_STATIC_LOCAL(EmptyEditorClient, client, ());
146 return emptyEditorClient();
    [all...]

Completed in 166 milliseconds