Home
last modified time | relevance | path

Searched refs:hasTemplateInHTMLScope (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.h160 bool hasTemplateInHTMLScope() const;
DHTMLTreeBuilder.h71 … bool isParsingTemplateContents() const { return m_tree.openElements()->hasTemplateInHTMLScope(); } in isParsingTemplateContents()
DHTMLElementStack.cpp540 bool HTMLElementStack::hasTemplateInHTMLScope() const in hasTemplateInHTMLScope() function in blink::HTMLElementStack
DHTMLTreeBuilder.cpp624 …|| m_tree.openElements()->hasOnlyOneElement() || m_tree.openElements()->hasTemplateInHTMLScope()) { in processStartTagForInBody()
930 if (!m_tree.openElements()->hasTemplateInHTMLScope()) { in processTemplateEndTag()
1442 if (m_tree.openElements()->hasTemplateInHTMLScope()) { in processHtmlStartTagForInBody()
2128 …gmentParsing = ignoreFramesetForFragmentParsing || m_tree.openElements()->hasTemplateInHTMLScope(); in processEndTag()