HomeSort by relevance Sort by last modified time
    Searched refs:m_asyncCallStackTracker (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp 201 m_asyncCallStackTracker.setAsyncCallStackDepth(m_state->getLong(DebuggerAgentState::asyncCallStackDepth));
668 if (m_asyncCallStackTracker.isEnabled())
669 m_asyncCallStackTracker.didInstallTimer(context, timerId, singleShot, scriptDebugServer().currentCallFrames());
674 m_asyncCallStackTracker.didRemoveTimer(context, timerId);
679 m_asyncCallStackTracker.willFireTimer(context, timerId);
685 m_asyncCallStackTracker.didFireAsyncCall();
691 if (m_asyncCallStackTracker.isEnabled())
692 m_asyncCallStackTracker.didRequestAnimationFrame(document, callbackId, scriptDebugServer().currentCallFrames());
697 m_asyncCallStackTracker.didCancelAnimationFrame(document, callbackId);
702 m_asyncCallStackTracker.willFireAnimationFrame(document, callbackId)
    [all...]
InspectorDebuggerAgent.h 228 AsyncCallStackTracker m_asyncCallStackTracker;

Completed in 464 milliseconds