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

  /external/webkit/Source/WebCore/inspector/
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...]
InspectorDebuggerAgent.h 65 class InspectorDebuggerAgent : public ScriptDebugListener {
66 WTF_MAKE_NONCOPYABLE(InspectorDebuggerAgent); WTF_MAKE_FAST_ALLOCATED;
68 virtual ~InspectorDebuggerAgent();
112 InspectorDebuggerAgent(InstrumentingAgents*, InspectorState*, InjectedScriptManager*);

Completed in 28 milliseconds