Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.h132 void popHTMLBodyElement();
DHTMLElementStack.cpp196 void HTMLElementStack::popHTMLBodyElement() in popHTMLBodyElement() function in blink::HTMLElementStack
DHTMLTreeBuilder.cpp642 m_tree.openElements()->popHTMLBodyElement(); in processStartTagForInBody()