Home
last modified time | relevance | path

Searched refs:m_editorClient (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DDummyPageHolder.h79 EmptyEditorClient m_editorClient; variable
DDummyPageHolder.cpp50 m_pageClients.editorClient = &m_editorClient; in DummyPageHolder()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h118 EditorClient& editorClient() const { return *m_editorClient; } in editorClient()
270 EditorClient* const m_editorClient; variable
DPage.cpp115 , m_editorClient(pageClients.editorClient) in Page()
134 ASSERT(m_editorClient); in Page()