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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp223 void HTMLElementStack::popUntil(const AtomicString& tagName) function in class:blink::HTMLElementStack
233 popUntil(tagName);
244 void HTMLElementStack::popUntil(Element* element) function in class:blink::HTMLElementStack
252 popUntil(element);

Completed in 91 milliseconds