Searched refs:popUntil (Results 1 – 5 of 5) sorted by relevance
107 void popUntil(const AtomicString& tagName);108 void popUntil(Element*);
221 void HTMLElementStack::popUntil(const AtomicString& tagName) in popUntil() function in WebCore::HTMLElementStack232 popUntil(tagName); in popUntilPopped()243 void HTMLElementStack::popUntil(Element* element) in popUntil() function in WebCore::HTMLElementStack251 popUntil(element); in popUntilPopped()
766 m_tree.openElements()->popUntil(m_tree.openElements()->bodyElement()); in processStartTagForInBody()995 m_tree.openElements()->popUntil(rubyTag.localName()); in processStartTagForInBody()
108055 (WebCore::HTMLElementStack::popUntil):109774 Add new popUntil(tagName) function and deploy109777 Add a new popUntil function to share some common code109790 (WebCore::HTMLElementStack::popUntil):
54243 (WebCore::HTMLElementStack::popUntil):54775 (WebCore::HTMLElementStack::popUntil):