Home
last modified time | relevance | path

Searched refs:s_exposeV8DebuggerProtocol (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DDebuggerAgentManager.cpp54 bool DebuggerAgentManager::s_exposeV8DebuggerProtocol = false; member in WebKit::DebuggerAgentManager
120 if (!s_exposeV8DebuggerProtocol) in debugAttach()
134 if (!s_exposeV8DebuggerProtocol) in debugDetach()
249 s_exposeV8DebuggerProtocol = value; in setExposeV8DebuggerProtocol()
250 WebCore::PageScriptDebugServer::shared().setEnabled(!s_exposeV8DebuggerProtocol); in setExposeV8DebuggerProtocol()
DDebuggerAgentManager.h105 static bool s_exposeV8DebuggerProtocol; variable