OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_inspectorFrontendClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h
137
OwnPtr<InspectorFrontendClient>
m_inspectorFrontendClient
;
InspectorController.cpp
169
m_inspectorFrontendClient
= inspectorFrontendClient;
179
if (
m_inspectorFrontendClient
&& frame == m_page->mainFrame())
180
m_inspectorFrontendClient
->windowObjectCleared();
Completed in 856 milliseconds