OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setInspectorPageAgent
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/inspector/
InstrumentingAgents.h
88
void
setInspectorPageAgent
(InspectorPageAgent* agent) { m_inspectorPageAgent = agent; }
InspectorPageAgent.cpp
72
m_instrumentingAgents->
setInspectorPageAgent
(this);
81
m_instrumentingAgents->
setInspectorPageAgent
(0);
Completed in 24 milliseconds