Searched refs:isDocumentFragment (Results 1 – 10 of 10) sorted by relevance
52 …bool isDocumentFragment() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessa…55 DEFINE_NODE_TYPE_CASTS(DocumentFragment, isDocumentFragment());
68 if (node.isDocumentFragment()) { in collectChildrenAndRemoveFromOldParent()108 if (!child.isDocumentFragment()) in isChildTypeAllowed()300 ASSERT(!newChild->isDocumentFragment()); in parserInsertBefore()602 ASSERT(!oldChild.isDocumentFragment()); in parserRemoveChild()749 ASSERT(!newChild->isDocumentFragment()); in parserAppendChild()
271 bool isDocumentFragment() const { return getFlag(IsDocumentFragmentFlag); } in isDocumentFragment() function272 bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); } in isShadowRoot()
334 return parent && (parent->isElementNode() || parent->isDocumentFragment()) ? parent : 0; in parentElementOrDocumentFragment()
541 …bool isDocumentFragment() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessa…
899 if (current->isDocumentFragment() && toDocumentFragment(current)->isTemplateContent()) in containsIncludingHostElements()1165 if (isDocumentFragment() && toDocumentFragment(this)->isTemplateContent()) in parentOrShadowHostOrTemplateHostNode()
1064 …bool isDocumentFragment() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessa…
1009 if (!m_start.offset() && (node->isDocumentNode() || node->isDocumentFragment())) in createContextualFragment()
3285 if (newChild.isDocumentFragment()) { in canReplaceChild()
571 if (!node || (!node->isElementNode() && !node->isDocumentNode() && !node->isDocumentFragment())) in pushChildNodesToFrontend()1198 while (node && !node->isElementNode() && !node->isDocumentNode() && !node->isDocumentFragment()) in inspect()