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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.cpp 74 ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::DontPauseOnExceptions;
76 previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer::DontPauseOnExceptions);
84 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState);
99 ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::DontPauseOnExceptions;
101 previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer::DontPauseOnExceptions);
109 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState);
121 ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer::DontPauseOnExceptions);
131 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState);
InspectorDebuggerAgent.cpp 696 ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pauseOnExceptionsState();
698 if (previousPauseOnExceptionsState != ScriptDebugServer::DontPauseOnExceptions)
707 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState)
708 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState);
739 ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pauseOnExceptionsState();
741 if (previousPauseOnExceptionsState != ScriptDebugServer::DontPauseOnExceptions)
761 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState)
762 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState);
    [all...]

Completed in 112 milliseconds