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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 143 ContainerNode* currentNode() const { return m_openElements.topNode(); }
149 bool currentIsRootNode() { return m_openElements.topNode() == m_openElements.rootNode(); }
HTMLElementStack.h 88 ContainerNode* topNode() const
HTMLElementStack.cpp 203 topNode()->finishParsingChildren();