Home
last modified time | relevance | path

Searched refs:popUntilPopped (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.h122 void popUntilPopped(const AtomicString& tagName);
123 void popUntilPopped(const QualifiedName& tagName) { popUntilPopped(tagName.localName()); } in popUntilPopped() function
125 void popUntilPopped(Element*);
DHTMLTreeBuilder.cpp938 m_tree.openElements()->popUntilPopped(templateTag); in processTemplateEndTag()
1472 m_tree.openElements()->popUntilPopped(item->element()); in processAnyOtherEndTagForInBody()
1520 m_tree.openElements()->popUntilPopped(formattingElement); in callTheAdoptionAgency()
1726 m_tree.openElements()->popUntilPopped(token->name()); in processEndTagForInCell()
1797 m_tree.openElements()->popUntilPopped(token->name()); in processEndTagForInBody()
1822 m_tree.openElements()->popUntilPopped(token->name()); in processEndTagForInBody()
1833 m_tree.openElements()->popUntilPopped(token->name()); in processEndTagForInBody()
1845 m_tree.openElements()->popUntilPopped(token->name()); in processEndTagForInBody()
1873 m_tree.openElements()->popUntilPopped(token->name()); in processEndTagForInBody()
1898 m_tree.openElements()->popUntilPopped(captionTag.localName()); in processCaptionEndTagForInCaption()
[all …]
DHTMLElementStack.cpp231 void HTMLElementStack::popUntilPopped(const AtomicString& tagName) in popUntilPopped() function in blink::HTMLElementStack
250 void HTMLElementStack::popUntilPopped(Element* element) in popUntilPopped() function in blink::HTMLElementStack