Home
last modified time | relevance | path

Searched refs:popUntil (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.h107 void popUntil(const AtomicString& tagName);
108 void popUntil(Element*);
DHTMLElementStack.cpp221 void HTMLElementStack::popUntil(const AtomicString& tagName) in popUntil() function in WebCore::HTMLElementStack
232 popUntil(tagName); in popUntilPopped()
243 void HTMLElementStack::popUntil(Element* element) in popUntil() function in WebCore::HTMLElementStack
251 popUntil(element); in popUntilPopped()
DHTMLTreeBuilder.cpp766 m_tree.openElements()->popUntil(m_tree.openElements()->bodyElement()); in processStartTagForInBody()
995 m_tree.openElements()->popUntil(rubyTag.localName()); in processStartTagForInBody()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06108055 (WebCore::HTMLElementStack::popUntil):
109774 Add new popUntil(tagName) function and deploy
109777 Add a new popUntil function to share some common code
109790 (WebCore::HTMLElementStack::popUntil):
DChangeLog54243 (WebCore::HTMLElementStack::popUntil):
54775 (WebCore::HTMLElementStack::popUntil):