Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.h243 void setPauseOnExceptionsImpl(ErrorString*, int);
DInspectorDebuggerAgent.cpp227 setPauseOnExceptionsImpl(&error, pauseState); in restore()
1013 setPauseOnExceptionsImpl(errorString, pauseState); in setPauseOnExceptions()
1016 void InspectorDebuggerAgent::setPauseOnExceptionsImpl(ErrorString* errorString, int pauseState) in setPauseOnExceptionsImpl() function in blink::InspectorDebuggerAgent