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/webkit/Source/WebCore/inspector/
InspectorController.cpp
72
m_inspectorFrontendClient
= inspectorFrontendClient;
77
return
m_inspectorFrontendClient
;
87
if (
m_inspectorFrontendClient
&& frame == m_inspectorAgent->inspectedPage()->mainFrame())
88
m_inspectorFrontendClient
->windowObjectCleared();
InspectorController.h
110
OwnPtr<InspectorFrontendClient>
m_inspectorFrontendClient
;
Completed in 203 milliseconds