Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp74 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::Dont… in evaluate() local
76previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer:… in evaluate()
84 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState); in evaluate()
99 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::Dont… in callFunctionOn() local
101previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer:… in callFunctionOn()
109 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState); in callFunctionOn()
121 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = setPauseOnExceptionsSta… in getProperties() local
131 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState); in getProperties()
DInspectorDebuggerAgent.cpp818 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pau… in evaluateOnCallFrame() local
820 if (previousPauseOnExceptionsState != ScriptDebugServer::DontPauseOnExceptions) in evaluateOnCallFrame()
829 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState) in evaluateOnCallFrame()
830 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState); in evaluateOnCallFrame()
861 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pau… in runScript() local
863 if (previousPauseOnExceptionsState != ScriptDebugServer::DontPauseOnExceptions) in runScript()
883 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState) in runScript()
884 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState); in runScript()