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

  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.cpp 30 #include "JavaScriptDebugServer.h"
58 typedef JavaScriptDebugServer::ListenerSet ListenerSet;
60 inline const UString& JavaScriptDebugServer::BreakpointInfo::condition() const
65 void JavaScriptDebugServer::BreakpointInfo::setCondition(const UString& condition)
70 JavaScriptDebugServer& JavaScriptDebugServer::shared()
72 DEFINE_STATIC_LOCAL(JavaScriptDebugServer, server, ());
76 JavaScriptDebugServer::JavaScriptDebugServer()
83 , m_recompileTimer(this, &JavaScriptDebugServer::recompileAllJSFunctions
    [all...]
JavaScriptDebugServer.h 55 class JavaScriptDebugServer : JSC::Debugger, public Noncopyable {
57 static JavaScriptDebugServer& shared();
86 void recompileAllJSFunctions(Timer<JavaScriptDebugServer>* = 0);
105 JavaScriptDebugServer();
106 ~JavaScriptDebugServer();
151 Timer<JavaScriptDebugServer> m_recompileTimer;

Completed in 1536 milliseconds