OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WorkerScriptDebugServer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptDebugServer.h
45
class
WorkerScriptDebugServer
: public ScriptDebugServer {
46
WTF_MAKE_NONCOPYABLE(
WorkerScriptDebugServer
);
48
WorkerScriptDebugServer
(WorkerGlobalScope*, const String&);
49
~
WorkerScriptDebugServer
() { }
WorkerScriptDebugServer.cpp
32
#include "bindings/v8/
WorkerScriptDebugServer
.h"
45
WorkerScriptDebugServer
::
WorkerScriptDebugServer
(WorkerGlobalScope* workerGlobalScope, const String& mode)
54
void
WorkerScriptDebugServer
::addListener(ScriptDebugListener* listener)
66
v8::Debug::SetDebugEventListener2(&
WorkerScriptDebugServer
::v8DebugEventCallback, v8::External::New(m_isolate, this));
78
void
WorkerScriptDebugServer
::removeListener(ScriptDebugListener* listener)
86
void
WorkerScriptDebugServer
::interruptAndRunTask(PassOwnPtr<Task> task)
91
ScriptDebugListener*
WorkerScriptDebugServer
::getDebugListenerForContext(v8::Handle<v8::Context>)
97
void
WorkerScriptDebugServer
::runMessageLoopOnPause(v8::Handle<v8::Context>)
110
void
WorkerScriptDebugServer
::quitMessageLoopOnPause(
[
all
...]
Completed in 40 milliseconds