isParsingFragment  226 Source/core/html/parser/HTMLDocumentParser.cpp     return m_treeBuilder->isParsingFragment();
isParsingFragment  314 Source/core/html/parser/HTMLDocumentParser.cpp     if (!isParsingFragment()
isParsingFragment  415 Source/core/html/parser/HTMLDocumentParser.cpp     ASSERT(!isParsingFragment());
isParsingFragment  442 Source/core/html/parser/HTMLDocumentParser.cpp         if (!isParsingFragment()
isParsingFragment  536 Source/core/html/parser/HTMLDocumentParser.cpp     if (isParsingFragment())
isParsingFragment  570 Source/core/html/parser/HTMLDocumentParser.cpp         if (!isParsingFragment())
isParsingFragment  576 Source/core/html/parser/HTMLDocumentParser.cpp         if (!isParsingFragment()) {
isParsingFragment  176 Source/core/html/parser/HTMLDocumentParser.h     bool isParsingFragment() const;
isParsingFragment  948 Source/core/html/parser/HTMLTreeBuilder.cpp     if (isParsingFragment() && m_tree.openElements()->hasOnlyOneElement())
isParsingFragment 1134 Source/core/html/parser/HTMLTreeBuilder.cpp                 ASSERT(isParsingFragment());
isParsingFragment 1222 Source/core/html/parser/HTMLTreeBuilder.cpp                 ASSERT(isParsingFragment());
isParsingFragment 1353 Source/core/html/parser/HTMLTreeBuilder.cpp                 ASSERT(isParsingFragment());
isParsingFragment 1565 Source/core/html/parser/HTMLTreeBuilder.cpp             if (isParsingFragment())
isParsingFragment 1608 Source/core/html/parser/HTMLTreeBuilder.cpp             ASSERT(isParsingFragment());
isParsingFragment 1612 Source/core/html/parser/HTMLTreeBuilder.cpp             ASSERT(isParsingFragment());
isParsingFragment 1718 Source/core/html/parser/HTMLTreeBuilder.cpp             ASSERT(isTableBodyContextTag(token->name()) || m_tree.openElements()->inTableScope(templateTag) || isParsingFragment());
isParsingFragment 1869 Source/core/html/parser/HTMLTreeBuilder.cpp         ASSERT(isParsingFragment());
isParsingFragment 1998 Source/core/html/parser/HTMLTreeBuilder.cpp                 ASSERT(isParsingFragment());
isParsingFragment 2051 Source/core/html/parser/HTMLTreeBuilder.cpp             if (isParsingFragment()) {
isParsingFragment 2112 Source/core/html/parser/HTMLTreeBuilder.cpp             if (!isParsingFragment() && !m_tree.currentStackItem()->hasTagName(framesetTag))
isParsingFragment 2170 Source/core/html/parser/HTMLTreeBuilder.cpp                 ASSERT(isParsingFragment());
isParsingFragment 2448 Source/core/html/parser/HTMLTreeBuilder.cpp             ASSERT(isParsingFragment());
isParsingFragment 2778 Source/core/html/parser/HTMLTreeBuilder.cpp     if (isParsingFragment())
isParsingFragment   68 Source/core/html/parser/HTMLTreeBuilder.h     bool isParsingFragment() const { return !!m_fragmentContext.fragment(); }
isParsingFragment   70 Source/core/html/parser/HTMLTreeBuilder.h     bool isParsingFragmentOrTemplateContents() const { return isParsingFragment() || isParsingTemplateContents(); }