Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.h159 bool secondElementIsHTMLBodyElement() const;
DHTMLElementStack.cpp177 bool HTMLElementStack::secondElementIsHTMLBodyElement() const in secondElementIsHTMLBodyElement() function in WebCore::HTMLElementStack
DHTMLTreeBuilder.cpp623 …if (!m_tree.openElements()->secondElementIsHTMLBodyElement() || m_tree.openElements()->hasOnlyOneE… in processStartTagForInBody()
633 …if (!m_tree.openElements()->secondElementIsHTMLBodyElement() || m_tree.openElements()->hasOnlyOneE… in processStartTagForInBody()