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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.h 48 class ScriptDebugServer;
66 void init(InstrumentingAgents* instrumentingAgents, ScriptDebugServer* scriptDebugServer)
69 m_scriptDebugServer = scriptDebugServer;
96 ScriptDebugServer& scriptDebugServer() { return *m_scriptDebugServer; }
102 ScriptDebugServer* m_scriptDebugServer;
WorkerDebuggerAgent.cpp 34 #include "bindings/core/v8/ScriptDebugServer.h"
44 class RunInspectorCommandsTask FINAL : public ScriptDebugServer::Task {
64 PassOwnPtrWillBeRawPtr<WorkerDebuggerAgent> WorkerDebuggerAgent::create(WorkerScriptDebugServer* scriptDebugServer, WorkerGlobalScope* inspectedWorkerGlobalScope, InjectedScriptManager* injectedScriptManager)
66 return adoptPtrWillBeNoop(new WorkerDebuggerAgent(scriptDebugServer, inspectedWorkerGlobalScope, injectedScriptManager));
69 WorkerDebuggerAgent::WorkerDebuggerAgent(WorkerScriptDebugServer* scriptDebugServer, WorkerGlobalScope* inspectedWorkerGlobalScope, InjectedScriptManager* injectedScriptManager)
71 , m_scriptDebugServer(scriptDebugServer)
88 scriptDebugServer().interruptAndRunTask(adoptPtr(new RunInspectorCommandsTask(m_inspectedWorkerGlobalScope->thread())));
93 scriptDebugServer().addListener(this);
98 scriptDebugServer().removeListener(this);
101 WorkerScriptDebugServer& WorkerDebuggerAgent::scriptDebugServer()
    [all...]
PageDebuggerAgent.cpp 85 scriptDebugServer().addListener(this, m_pageAgent->page());
90 scriptDebugServer().removeListener(this, m_pageAgent->page());
93 PageScriptDebugServer& PageDebuggerAgent::scriptDebugServer()
144 scriptDebugServer().setPreprocessorSource(String());
147 scriptDebugServer().setPreprocessorSource(m_pageAgent->scriptPreprocessorSource());

Completed in 122 milliseconds