Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInstrumentingAgents.h79 , m_inspectorProfilerAgent(0) in InstrumentingAgents()
127 InspectorProfilerAgent* inspectorProfilerAgent() const { return m_inspectorProfilerAgent; } in inspectorProfilerAgent()
128 …void setInspectorProfilerAgent(InspectorProfilerAgent* agent) { m_inspectorProfilerAgent = agent; } in setInspectorProfilerAgent()
152 InspectorProfilerAgent* m_inspectorProfilerAgent; variable