Searched defs:breakReason (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDebuggerAgent.cpp123 // FIXME: make breakReason optional so that there was no need to init it with "other".
647 void InspectorDebuggerAgent::schedulePauseOnNextStatement(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPtr<JSONObject> data) argument
651 m_breakReason = breakReason;
1200 void InspectorDebuggerAgent::breakProgram(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPtr<JSONObject> data) argument
1204 m_breakReason = breakReason;

Completed in 60 milliseconds