Searched refs:WorkerScriptDebugServer (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DWorkerScriptDebugServer.cpp32 #include "WorkerScriptDebugServer.h"
40 WorkerScriptDebugServer::WorkerScriptDebugServer() function in class:WebCore::WorkerScriptDebugServer
45 void WorkerScriptDebugServer::addListener(ScriptDebugListener*, WorkerContext*)
49 void WorkerScriptDebugServer::removeListener(ScriptDebugListener*, WorkerContext*)
H A DWorkerScriptDebugServer.h42 class WorkerScriptDebugServer : public ScriptDebugServer { class in namespace:WebCore
43 WTF_MAKE_NONCOPYABLE(WorkerScriptDebugServer);
45 WorkerScriptDebugServer();
46 ~WorkerScriptDebugServer() { }
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerScriptDebugServer.h42 class WorkerScriptDebugServer : public ScriptDebugServer { class in namespace:WebCore
43 WTF_MAKE_NONCOPYABLE(WorkerScriptDebugServer);
45 WorkerScriptDebugServer();
46 ~WorkerScriptDebugServer() { }
H A DWorkerScriptDebugServer.cpp32 #include "WorkerScriptDebugServer.h"
68 WorkerScriptDebugServer::WorkerScriptDebugServer() function in class:WebCore::WorkerScriptDebugServer
74 void WorkerScriptDebugServer::addListener(ScriptDebugListener* listener, WorkerContext* workerContext)
84 v8::Debug::SetDebugEventListener2(&WorkerScriptDebugServer::v8DebugEventCallback, v8::External::New(this));
104 void WorkerScriptDebugServer::removeListener(ScriptDebugListener* listener, WorkerContext* workerContext)
118 ScriptDebugListener* WorkerScriptDebugServer::getDebugListenerForContext(v8::Handle<v8::Context> context)
126 void WorkerScriptDebugServer::runMessageLoopOnPause(v8::Handle<v8::Context> context)
145 void WorkerScriptDebugServer::quitMessageLoopOnPause()
/external/webkit/Source/WebCore/inspector/
H A DWorkerDebuggerAgent.h36 #include "WorkerScriptDebugServer.h"
54 virtual WorkerScriptDebugServer& scriptDebugServer();
56 WorkerScriptDebugServer m_scriptDebugServer;
H A DWorkerDebuggerAgent.cpp65 WorkerScriptDebugServer& WorkerDebuggerAgent::scriptDebugServer()

Completed in 3246 milliseconds