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 157 , m_stackDepth(0)
201 m_stackDepth = 0;
368 m_stackDepth++;
564 m_stackDepth++;
576 m_stackDepth--;
590 m_stackDepth--;

Completed in 154 milliseconds