Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.h68 bool isParsingFragment() const { return !!m_fragmentContext.fragment(); } in isParsingFragment() function
DHTMLDocumentParser.cpp154 bool HTMLDocumentParser::isParsingFragment() const in isParsingFragment() function in WebCore::HTMLDocumentParser