Searched refs:setPauseOnExceptionsState (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorRuntimeAgent.cpp60 static ScriptDebugServer::PauseOnExceptionsState setPauseOnExceptionsState(ScriptDebugServer* scriptDebugServer, ScriptDebugServer::PauseOnExceptionsState newState) function in namespace:WebCore
65 scriptDebugServer->setPauseOnExceptionsState(newState);
76 previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer::DontPauseOnExceptions);
84 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState);
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);
H A DInspectorDebuggerAgent.cpp677 scriptDebugServer().setPauseOnExceptionsState(static_cast<ScriptDebugServer::PauseOnExceptionsState>(pauseState));
699 scriptDebugServer().setPauseOnExceptionsState(ScriptDebugServer::DontPauseOnExceptions);
708 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState);
742 scriptDebugServer().setPauseOnExceptionsState(ScriptDebugServer::DontPauseOnExceptions);
762 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.h69 void setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState);
H A DDebuggerScript.js187 DebuggerScript.setPauseOnExceptionsState = function(newState)
H A DScriptDebugServer.cpp214 void ScriptDebugServer::setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState) function in class:WebCore::ScriptDebugServer
221 callDebuggerMethod("setPauseOnExceptionsState", 1, argv);

Completed in 160 milliseconds