HomeSort by relevance Sort by last modified time
    Searched refs:secondElementIsHTMLBodyElement (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h 142 bool secondElementIsHTMLBodyElement() const;
HTMLElementStack.cpp 178 bool HTMLElementStack::secondElementIsHTMLBodyElement() const
HTMLTreeBuilder.cpp 748 if (!m_tree.openElements()->secondElementIsHTMLBodyElement() || m_tree.openElements()->hasOnlyOneElement()) {
757 if (!m_tree.openElements()->secondElementIsHTMLBodyElement() || m_tree.openElements()->hasOnlyOneElement()) {
    [all...]

Completed in 190 milliseconds