Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DAsyncCallStackTracker.h116 void setAsyncCallStackDepth(int);
DAsyncCallStackTracker.cpp121 void AsyncCallStackTracker::setAsyncCallStackDepth(int depth) in setAsyncCallStackDepth() function in blink::AsyncCallStackTracker
DInspectorDebuggerAgent.h148 virtual void setAsyncCallStackDepth(ErrorString*, int depth) OVERRIDE FINAL;
DInspectorDebuggerAgent.cpp235 …asyncCallStackTracker().setAsyncCallStackDepth(m_state->getLong(DebuggerAgentState::asyncCallStack… in restore()
1186 void InspectorDebuggerAgent::setAsyncCallStackDepth(ErrorString*, int depth) in setAsyncCallStackDepth() function in blink::InspectorDebuggerAgent
1189 asyncCallStackTracker().setAsyncCallStackDepth(depth); in setAsyncCallStackDepth()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDebuggerModel.js187 this._agent.setAsyncCallStackDepth(enabled ? maxAsyncStackChainDepth : 0);