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

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h 107 void popUntil(const AtomicString& tagName);
108 void popUntil(Element*);
HTMLElementStack.cpp 221 void HTMLElementStack::popUntil(const AtomicString& tagName)
232 popUntil(tagName);
243 void HTMLElementStack::popUntil(Element* element)
251 popUntil(element);
HTMLTreeBuilder.cpp 766 m_tree.openElements()->popUntil(m_tree.openElements()->bodyElement());
    [all...]

Completed in 24 milliseconds