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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.h 47 class PageScriptDebugServer : public ScriptDebugServer {
48 WTF_MAKE_NONCOPYABLE(PageScriptDebugServer);
50 static PageScriptDebugServer& shared();
72 PageScriptDebugServer();
73 virtual ~PageScriptDebugServer() { }
PageScriptDebugServer.cpp 32 #include "bindings/v8/PageScriptDebugServer.h"
70 void PageScriptDebugServer::setPreprocessorSource(const String& preprocessorSource)
79 PageScriptDebugServer& PageScriptDebugServer::shared()
81 DEFINE_STATIC_LOCAL(PageScriptDebugServer, server, ());
85 PageScriptDebugServer::PageScriptDebugServer()
91 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page)
105 v8::Debug::SetDebugEventListener2(&PageScriptDebugServer::v8DebugEventCallback, v8::External::New(m_isolate, this));
124 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page
    [all...]

Completed in 25 milliseconds