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

/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.cpp154 bool HTMLDocumentParser::isParsingFragment() const function in class:WebCore::HTMLDocumentParser
156 return m_treeBuilder->isParsingFragment();
235 if (!isParsingFragment()
262 if (!isParsingFragment())
268 if (!isParsingFragment()) {
H A DHTMLTreeBuilder.h68 bool isParsingFragment() const { return !!m_fragmentContext.fragment(); } function in class:WebCore::HTMLTreeBuilder

Completed in 46 milliseconds