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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WorkerScriptDebugServer.h 42 class WorkerScriptDebugServer FINAL : public ScriptDebugServer {
43 WTF_MAKE_NONCOPYABLE(WorkerScriptDebugServer);
45 explicit WorkerScriptDebugServer(WorkerGlobalScope*);
46 virtual ~WorkerScriptDebugServer() { }
WorkerScriptDebugServer.cpp 32 #include "bindings/core/v8/WorkerScriptDebugServer.h"
45 WorkerScriptDebugServer::WorkerScriptDebugServer(WorkerGlobalScope* workerGlobalScope)
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::quitMessageLoopOnPause(
    [all...]

Completed in 75 milliseconds