Home
last modified time | relevance | path

Searched refs:inspectorPageAgent (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorInstrumentation.cpp96 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent()) in didClearWindowObjectInWorldImpl()
536 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent()) in domContentLoadedEventFiredImpl()
557 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent()) in loadEventFiredImpl()
607 if (InspectorPageAgent* pageAgent = instrumentingAgents->inspectorPageAgent()) in didCommitLoadImpl()
809 return inspectorAgent->instrumentingAgents()->inspectorPageAgent(); in retrievePageAgent()
DInstrumentingAgents.h87 InspectorPageAgent* inspectorPageAgent() const { return m_inspectorPageAgent; } in inspectorPageAgent() function
/external/webkit/Source/WebCore/
DChangeLog34662 (WebCore::InstrumentingAgents::inspectorPageAgent):