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 155 bool hasTemplateInHTMLScope() const;
HTMLTreeBuilder.h 69 bool isParsingTemplateContents() const { return m_tree.openElements()->hasTemplateInHTMLScope(); }
HTMLElementStack.cpp 530 bool HTMLElementStack::hasTemplateInHTMLScope() const
HTMLTreeBuilder.cpp 671 if (!m_tree.openElements()->secondElementIsHTMLBodyElement() || m_tree.openElements()->hasOnlyOneElement() || m_tree.openElements()->hasTemplateInHTMLScope()) {
    [all...]

Completed in 89 milliseconds