OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inspectorPageAgent
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/inspector/
InstrumentingAgents.h
41
class
InspectorPageAgent
;
87
InspectorPageAgent
*
inspectorPageAgent
() const { return m_inspectorPageAgent; }
88
void setInspectorPageAgent(
InspectorPageAgent
* agent) { m_inspectorPageAgent = agent; }
133
InspectorPageAgent
* m_inspectorPageAgent;
InspectorInstrumentation.cpp
50
#include "
InspectorPageAgent
.h"
96
if (
InspectorPageAgent
* pageAgent = inspectorAgent->instrumentingAgents()->
inspectorPageAgent
())
393
if (
InspectorPageAgent
* pageAgent = retrievePageAgent(inspectorAgent))
536
if (
InspectorPageAgent
* pageAgent = inspectorAgent->instrumentingAgents()->
inspectorPageAgent
())
557
if (
InspectorPageAgent
* pageAgent = inspectorAgent->instrumentingAgents()->
inspectorPageAgent
())
607
if (
InspectorPageAgent
* pageAgent = instrumentingAgents->
inspectorPageAgent
())
[
all
...]
Completed in 26 milliseconds