Home
last modified time | relevance | path

Searched refs:PageScriptDebugServer (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DPageScriptDebugServer.cpp63 PageScriptDebugServer& PageScriptDebugServer::shared() in shared()
65 DEFINE_STATIC_LOCAL(PageScriptDebugServer, server, ()); in shared()
69 PageScriptDebugServer::PageScriptDebugServer() in PageScriptDebugServer() function in WebCore::PageScriptDebugServer
74 PageScriptDebugServer::~PageScriptDebugServer() in ~PageScriptDebugServer()
79 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page) in addListener()
95 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page) in removeListener()
113 void PageScriptDebugServer::recompileAllJSFunctions(Timer<ScriptDebugServer>*) in recompileAllJSFunctions()
123 ScriptDebugServer::ListenerSet* PageScriptDebugServer::getListenersForGlobalObject(JSGlobalObject* … in getListenersForGlobalObject()
131 void PageScriptDebugServer::didPause(JSC::JSGlobalObject* globalObject) in didPause()
138 void PageScriptDebugServer::didContinue(JSC::JSGlobalObject* globalObject) in didContinue()
[all …]
DPageScriptDebugServer.h46 class PageScriptDebugServer : public ScriptDebugServer {
47 WTF_MAKE_NONCOPYABLE(PageScriptDebugServer);
49 static PageScriptDebugServer& shared();
59 PageScriptDebugServer();
60 virtual ~PageScriptDebugServer();
/external/webkit/Source/WebCore/bindings/v8/
DPageScriptDebugServer.cpp65 PageScriptDebugServer& PageScriptDebugServer::shared() in shared()
67 DEFINE_STATIC_LOCAL(PageScriptDebugServer, server, ()); in shared()
71 PageScriptDebugServer::PageScriptDebugServer() in PageScriptDebugServer() function in WebCore::PageScriptDebugServer
78 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page) in addListener()
94 …v8::Debug::SetDebugEventListener2(&PageScriptDebugServer::v8DebugEventCallback, v8::External::New(… in addListener()
113 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page) in removeListener()
128 void PageScriptDebugServer::setClientMessageLoop(PassOwnPtr<ClientMessageLoop> clientMessageLoop) in setClientMessageLoop()
133 ScriptDebugListener* PageScriptDebugServer::getDebugListenerForContext(v8::Handle<v8::Context> cont… in getDebugListenerForContext()
142 void PageScriptDebugServer::runMessageLoopOnPause(v8::Handle<v8::Context> context) in runMessageLoopOnPause()
158 void PageScriptDebugServer::quitMessageLoopOnPause() in quitMessageLoopOnPause()
DPageScriptDebugServer.h43 class PageScriptDebugServer : public ScriptDebugServer {
44 WTF_MAKE_NONCOPYABLE(PageScriptDebugServer);
46 static PageScriptDebugServer& shared();
63 PageScriptDebugServer();
64 virtual ~PageScriptDebugServer() { } in ~PageScriptDebugServer()
/external/webkit/Source/WebKit/chromium/src/
DWebDevToolsAgentImpl.cpp75 class ClientMessageLoopAdapter : public PageScriptDebugServer::ClientMessageLoop {
82 PageScriptDebugServer::shared().setClientMessageLoop(s_instance); in ensureClientMessageLoopCreated()
95 PageScriptDebugServer::shared().continueProgram(); in didNavigate()
322 class DebuggerTask : public PageScriptDebugServer::Task { in interruptAndDispatch()
334 PageScriptDebugServer::interruptAndRun(new DebuggerTask(d)); in interruptAndDispatch()
354 PageScriptDebugServer::shared().runPendingTasks(); in processPendingMessages()
DDebuggerAgentManager.cpp250 WebCore::PageScriptDebugServer::shared().setEnabled(!s_exposeV8DebuggerProtocol); in setExposeV8DebuggerProtocol()
/external/webkit/Source/WebCore/inspector/
DPageDebuggerAgent.h41 class PageScriptDebugServer; variable
53 virtual PageScriptDebugServer& scriptDebugServer();
DPageDebuggerAgent.cpp65 PageScriptDebugServer& PageDebuggerAgent::scriptDebugServer() in scriptDebugServer()
67 return PageScriptDebugServer::shared(); in scriptDebugServer()
DInspectorProfilerAgent.cpp160 PageScriptDebugServer::shared().recompileAllJSFunctionsSoon(); in disable()
171 PageScriptDebugServer::shared().recompileAllJSFunctionsSoon(); in enable()
297 PageScriptDebugServer::shared().recompileAllJSFunctions(0); in startUserInitiatedProfiling()
/external/webkit/Source/WebCore/
DUseJSC.cmake144 bindings/js/PageScriptDebugServer.cpp
DChangeLog33295 * UseJSC.cmake: fix typo PageDebugServer -> PageScriptDebugServer
33318 * bindings/js/PageScriptDebugServer.cpp: Added.
33320 (WebCore::PageScriptDebugServer::shared):
33321 (WebCore::PageScriptDebugServer::PageScriptDebugServer):
33322 (WebCore::PageScriptDebugServer::~PageScriptDebugServer):
33323 (WebCore::PageScriptDebugServer::addListener):
33324 (WebCore::PageScriptDebugServer::removeListener):
33325 (WebCore::PageScriptDebugServer::recompileAllJSFunctions):
33326 (WebCore::PageScriptDebugServer::getListenersForGlobalObject):
33327 (WebCore::PageScriptDebugServer::didPause):
[all …]
DWebCore.pro350 bindings/js/PageScriptDebugServer.cpp \
1325 bindings/js/PageScriptDebugServer.h \
DGNUmakefile.list.am819 Source/WebCore/bindings/js/PageScriptDebugServer.cpp \
820 Source/WebCore/bindings/js/PageScriptDebugServer.h \
DWebCore.gypi1954 'bindings/v8/PageScriptDebugServer.cpp',
1955 'bindings/v8/PageScriptDebugServer.h',
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5704 …33C00531BC2 /* PageScriptDebugServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F34742E213…
5705 …633C00531BC2 /* PageScriptDebugServer.h in Headers */ = {isa = PBXBuildFile; fileRef = F34742E3134…
12249 …2 /* PageScriptDebugServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
12250 …1BC2 /* PageScriptDebugServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
18162 F34742E21343633C00531BC2 /* PageScriptDebugServer.cpp */,
18163 F34742E31343633C00531BC2 /* PageScriptDebugServer.h */,
22109 F34742E51343633C00531BC2 /* PageScriptDebugServer.h in Headers */,
25015 F34742E41343633C00531BC2 /* PageScriptDebugServer.cpp in Sources */,