HomeSort by relevance Sort by last modified time
    Searched refs:isParsingFragment (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 154 bool HTMLDocumentParser::isParsingFragment() const
156 return m_treeBuilder->isParsingFragment();
235 if (!isParsingFragment()
262 if (!isParsingFragment())
268 if (!isParsingFragment()) {
HTMLTreeBuilder.cpp 749 ASSERT(isParsingFragment());
758 ASSERT(isParsingFragment());
    [all...]
HTMLDocumentParser.h 135 bool isParsingFragment() const;
HTMLTreeBuilder.h 68 bool isParsingFragment() const { return !!m_fragmentContext.fragment(); }

Completed in 26 milliseconds