Searched refs:isParsingTemplateContents (Results 1 - 2 of 2) 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:WebCore::FINAL
72 bool isParsingFragmentOrTemplateContents() const { return isParsingFragment() || isParsingTemplateContents(); }
H A DHTMLTreeBuilder.cpp1432 ASSERT(isParsingTemplateContents());

Completed in 67 milliseconds