Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp108 , m_skipStepInCount(numberOfStepsBeforeStepOut) in InspectorDebuggerAgent()
538 if (m_skipStepInCount > 0) { in shouldSkipStepPause()
539 --m_skipStepInCount; in shouldSkipStepPause()
1066 m_skipStepInCount = numberOfStepsBeforeStepOut; in didPause()
DInspectorDebuggerAgent.h225 int m_skipStepInCount; variable