HomeSort by relevance Sort by last modified time
    Searched refs:inspectorProfilerAgent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/
InstrumentingAgents.h 49 class InspectorProfilerAgent;
127 InspectorProfilerAgent* inspectorProfilerAgent() const { return m_inspectorProfilerAgent; }
128 void setInspectorProfilerAgent(InspectorProfilerAgent* agent) { m_inspectorProfilerAgent = agent; }
152 InspectorProfilerAgent* m_inspectorProfilerAgent;
InspectorInstrumentation.cpp 51 #include "InspectorProfilerAgent.h"
589 if (InspectorProfilerAgent* profilerAgent = instrumentingAgents->inspectorProfilerAgent()) {
667 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent())
673 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) {
681 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent())
688 return inspectorAgent->instrumentingAgents()->inspectorProfilerAgent()->enabled();
    [all...]

Completed in 84 milliseconds