Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.h123 void popUntilPopped(const QualifiedName& tagName) { popUntilPopped(tagName.localName()); } in popUntilPopped() function
DHTMLElementStack.cpp231 void HTMLElementStack::popUntilPopped(const AtomicString& tagName) in popUntilPopped() function in WebCore::HTMLElementStack
250 void HTMLElementStack::popUntilPopped(Element* element) in popUntilPopped() function in WebCore::HTMLElementStack