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

  /external/webkit/Source/WebCore/inspector/
InstrumentingAgents.h 48 class InspectorDebuggerAgent;
121 InspectorDebuggerAgent* inspectorDebuggerAgent() const { return m_inspectorDebuggerAgent; }
122 void setInspectorDebuggerAgent(InspectorDebuggerAgent* agent) { m_inspectorDebuggerAgent = agent; }
150 InspectorDebuggerAgent* m_inspectorDebuggerAgent;
InspectorDebuggerAgent.cpp 31 #include "InspectorDebuggerAgent.h"
51 InspectorDebuggerAgent::InspectorDebuggerAgent(InstrumentingAgents* instrumentingAgents, InspectorState* inspectorState, InjectedScriptManager* injectedScriptManager)
62 InspectorDebuggerAgent::~InspectorDebuggerAgent()
64 ASSERT(!m_instrumentingAgents->inspectorDebuggerAgent());
67 void InspectorDebuggerAgent::enable(bool restoringFromState)
85 void InspectorDebuggerAgent::disable()
102 bool InspectorDebuggerAgent::enabled()
107 void InspectorDebuggerAgent::restore(
    [all...]
InspectorInstrumentation.cpp 49 #include "InspectorDebuggerAgent.h"
583 if (InspectorDebuggerAgent* debuggerAgent = instrumentingAgents->inspectorDebuggerAgent()) {
    [all...]

Completed in 159 milliseconds