Searched defs:isParsingTemplateContents (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.h71 bool isParsingTemplateContents() const { return m_tree.openElements()->hasTemplateInHTMLScope(); } function in class:blink::FINAL
72 bool isParsingFragmentOrTemplateContents() const { return isParsingFragment() || isParsingTemplateContents(); }

Completed in 130 milliseconds