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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 160 bool hasTemplateInHTMLScope() const;
HTMLTreeBuilder.h 71 bool isParsingTemplateContents() const { return m_tree.openElements()->hasTemplateInHTMLScope(); }
HTMLElementStack.cpp 540 bool HTMLElementStack::hasTemplateInHTMLScope() const
HTMLTreeBuilder.cpp 624 if (!m_tree.openElements()->secondElementIsHTMLBodyElement() || m_tree.openElements()->hasOnlyOneElement() || m_tree.openElements()->hasTemplateInHTMLScope()) {
930 if (!m_tree.openElements()->hasTemplateInHTMLScope()) {
    [all...]

Completed in 1114 milliseconds