Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp1000 …pectorDebuggerAgent::setPauseOnExceptions(ErrorString* errorString, const String& stringPauseState) in setPauseOnExceptions() argument
1003 if (stringPauseState == "none") in setPauseOnExceptions()
1005 else if (stringPauseState == "all") in setPauseOnExceptions()
1007 else if (stringPauseState == "uncaught") in setPauseOnExceptions()
1010 *errorString = "Unknown pause on exceptions mode: " + stringPauseState; in setPauseOnExceptions()