Searched defs:WorkerScriptDebugServer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWorkerScriptDebugServer.h42 class WorkerScriptDebugServer FINAL : public ScriptDebugServer {
43 WTF_MAKE_NONCOPYABLE(WorkerScriptDebugServer);
45 explicit WorkerScriptDebugServer(WorkerGlobalScope*);
46 virtual ~WorkerScriptDebugServer() { }
H A DWorkerScriptDebugServer.cpp32 #include "bindings/core/v8/WorkerScriptDebugServer.h"
45 WorkerScriptDebugServer::WorkerScriptDebugServer(WorkerGlobalScope* workerGlobalScope) function in class:blink::WorkerScriptDebugServer
53 void WorkerScriptDebugServer::addListener(ScriptDebugListener* listener)
58 v8::Debug::SetDebugEventListener(&WorkerScriptDebugServer::v8DebugEventCallback, v8::External::New(m_isolate, this));
78 void WorkerScriptDebugServer::removeListener(ScriptDebugListener* listener)
87 void WorkerScriptDebugServer::interruptAndRunTask(PassOwnPtr<Task> task)
92 ScriptDebugListener* WorkerScriptDebugServer::getDebugListenerForContext(v8::Handle<v8::Context>)
98 void WorkerScriptDebugServer::runMessageLoopOnPause(v8::Handle<v8::Context>)
113 void WorkerScriptDebugServer
[all...]

Completed in 501 milliseconds