Searched defs:popUntilPopped (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.h122 void popUntilPopped(const AtomicString& tagName);
123 void popUntilPopped(const QualifiedName& tagName) { popUntilPopped(tagName.localName()); } function in class:blink::HTMLElementStack
125 void popUntilPopped(Element*);
H A DHTMLElementStack.cpp231 void HTMLElementStack::popUntilPopped(const AtomicString& tagName) function in class:blink::HTMLElementStack
250 void HTMLElementStack::popUntilPopped(Element* element) function in class:blink::HTMLElementStack

Completed in 63 milliseconds