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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.h 42 class InjectedScriptManager;
82 InspectorRuntimeAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*, ScriptDebugServer*);
88 InjectedScriptManager* injectedScriptManager() { return m_injectedScriptManager; }
92 InjectedScriptManager* m_injectedScriptManager;
InspectorDebuggerAgent.h 51 class InjectedScriptManager;
166 InspectorDebuggerAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*);
172 InjectedScriptManager* injectedScriptManager() { return m_injectedScriptManager; }
212 InjectedScriptManager* m_injectedScriptManager;

Completed in 37 milliseconds