Searched refs:PageScriptDebugServer (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.h46 class PageScriptDebugServer : public ScriptDebugServer { class in namespace:WebCore
47 WTF_MAKE_NONCOPYABLE(PageScriptDebugServer);
49 static PageScriptDebugServer& shared();
59 PageScriptDebugServer();
60 virtual ~PageScriptDebugServer();
H A DPageScriptDebugServer.cpp32 #include "PageScriptDebugServer.h"
63 PageScriptDebugServer& PageScriptDebugServer::shared()
65 DEFINE_STATIC_LOCAL(PageScriptDebugServer, server, ());
69 PageScriptDebugServer::PageScriptDebugServer() function in class:WebCore::PageScriptDebugServer
74 PageScriptDebugServer::~PageScriptDebugServer()
79 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page)
95 void PageScriptDebugServer
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DPageScriptDebugServer.h43 class PageScriptDebugServer : public ScriptDebugServer { class in namespace:WebCore
44 WTF_MAKE_NONCOPYABLE(PageScriptDebugServer);
46 static PageScriptDebugServer& shared();
63 PageScriptDebugServer();
64 virtual ~PageScriptDebugServer() { }
H A DPageScriptDebugServer.cpp32 #include "PageScriptDebugServer.h"
65 PageScriptDebugServer& PageScriptDebugServer::shared()
67 DEFINE_STATIC_LOCAL(PageScriptDebugServer, server, ());
71 PageScriptDebugServer::PageScriptDebugServer() function in class:WebCore::PageScriptDebugServer
78 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page)
94 v8::Debug::SetDebugEventListener2(&PageScriptDebugServer::v8DebugEventCallback, v8::External::New(this));
113 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page)
128 void PageScriptDebugServer
[all...]
/external/webkit/Source/WebCore/inspector/
H A DPageDebuggerAgent.cpp36 #include "PageScriptDebugServer.h"
65 PageScriptDebugServer& PageDebuggerAgent::scriptDebugServer()
67 return PageScriptDebugServer::shared();
H A DPageDebuggerAgent.h36 #include "PageScriptDebugServer.h"
41 class PageScriptDebugServer;
53 virtual PageScriptDebugServer& scriptDebugServer();
H A DInspectorProfilerAgent.cpp43 #include "PageScriptDebugServer.h"
160 PageScriptDebugServer::shared().recompileAllJSFunctionsSoon();
171 PageScriptDebugServer::shared().recompileAllJSFunctionsSoon();
297 PageScriptDebugServer::shared().recompileAllJSFunctions(0);
/external/webkit/Source/WebKit/chromium/src/
H A DWebDevToolsAgentImpl.cpp43 #include "PageScriptDebugServer.h"
75 class ClientMessageLoopAdapter : public PageScriptDebugServer::ClientMessageLoop {
82 PageScriptDebugServer::shared().setClientMessageLoop(s_instance);
95 PageScriptDebugServer::shared().continueProgram();
322 class DebuggerTask : public PageScriptDebugServer::Task {
334 PageScriptDebugServer::interruptAndRun(new DebuggerTask(d));
354 PageScriptDebugServer::shared().runPendingTasks();
H A DDebuggerAgentManager.cpp37 #include "PageScriptDebugServer.h"
250 WebCore::PageScriptDebugServer::shared().setEnabled(!s_exposeV8DebuggerProtocol);

Completed in 707 milliseconds