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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 78 unsigned stackDepth() const { return m_stackDepth; }
182 unsigned m_stackDepth;
HTMLElementStack.cpp 156 , m_stackDepth(0)
200 m_stackDepth = 0;
367 m_stackDepth++;
563 m_stackDepth++;
575 m_stackDepth--;
589 m_stackDepth--;

Completed in 23 milliseconds