Searched refs:m_skippedStepInCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDebuggerAgent.cpp111 , m_skippedStepInCount(0)
537 if (m_skippedStepInCount == 0) {
539 m_skippedStepInCount = 1;
543 if (m_skippedStepInCount < maxSkipStepInCount && topFrame->isAtReturn() && scriptDebugServer().frameCount() <= m_minFrameCountForSkip)
544 m_skippedStepInCount = maxSkipStepInCount;
546 if (m_skippedStepInCount >= maxSkipStepInCount) {
549 m_skippedStepInCount = 0;
555 ++m_skippedStepInCount;
1176 m_skippedStepInCount = 0;
H A DInspectorDebuggerAgent.h243 int m_skippedStepInCount; member in class:WebCore::InspectorDebuggerAgent

Completed in 119 milliseconds