Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DAsyncCallStackTracker.cpp117 , m_nestedAsyncCallCount(0) in AsyncCallStackTracker()
426 m_nestedAsyncCallCount = 1; in setCurrentAsyncCallChain()
429 ++m_nestedAsyncCallCount; in setCurrentAsyncCallChain()
435 if (!m_nestedAsyncCallCount) in clearCurrentAsyncCallChain()
437 --m_nestedAsyncCallCount; in clearCurrentAsyncCallChain()
438 if (!m_nestedAsyncCallCount) in clearCurrentAsyncCallChain()
466 m_nestedAsyncCallCount = 0; in clear()
DAsyncCallStackTracker.h168 unsigned m_nestedAsyncCallCount; variable