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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 120 void popUntil(const AtomicString& tagName);
121 void popUntil(Element*);
HTMLElementStack.cpp 223 void HTMLElementStack::popUntil(const AtomicString& tagName)
233 popUntil(tagName);
244 void HTMLElementStack::popUntil(Element* element)
252 popUntil(element);
HTMLTreeBuilder.cpp 641 m_tree.openElements()->popUntil(m_tree.openElements()->bodyElement());
    [all...]

Completed in 30 milliseconds