Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorDebuggerAgent.cpp338 ScriptDebugServer::PauseOnExceptionsState pauseState; in setPauseOnExceptions() local
340 pauseState = ScriptDebugServer::DontPauseOnExceptions; in setPauseOnExceptions()
342 pauseState = ScriptDebugServer::PauseOnAllExceptions; in setPauseOnExceptions()
344 pauseState = ScriptDebugServer::PauseOnUncaughtExceptions; in setPauseOnExceptions()
349 …er().setPauseOnExceptionsState(static_cast<ScriptDebugServer::PauseOnExceptionsState>(pauseState)); in setPauseOnExceptions()
350 if (scriptDebugServer().pauseOnExceptionsState() != pauseState) in setPauseOnExceptions()
DInspectorDebuggerAgent.h98 void setPauseOnExceptions(ErrorString*, const String& pauseState);