OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_editorClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.h
79
EmptyEditorClient
m_editorClient
;
DummyPageHolder.cpp
50
m_pageClients.editorClient = &
m_editorClient
;
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.h
118
EditorClient& editorClient() const { return *
m_editorClient
; }
270
EditorClient* const
m_editorClient
;
Page.cpp
115
,
m_editorClient
(pageClients.editorClient)
134
ASSERT(
m_editorClient
);
Completed in 24 milliseconds