Home | History | Annotate | Download | only in dom

Lines Matching refs:DocumentFragment

31 #include "core/dom/DocumentFragment.h"
587 PassRefPtrWillBeRawPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionState& exceptionState)
591 RefPtrWillBeRawPtr<DocumentFragment> fragment = nullptr;
593 fragment = DocumentFragment::create(*m_ownerDocument.get());
698 PassRefPtrWillBeRawPtr<Node> Range::processContentsBetweenOffsets(ActionType action, PassRefPtrWillBeRawPtr<DocumentFragment> fragment,
843 PassRefPtrWillBeRawPtr<DocumentFragment> Range::extractContents(ExceptionState& exceptionState)
852 PassRefPtrWillBeRawPtr<DocumentFragment> Range::cloneContents(ExceptionState& exceptionState)
887 // check each child node, not the DocumentFragment itself
1001 PassRefPtrWillBeRawPtr<DocumentFragment> Range::createContextualFragment(const String& markup, ExceptionState& exceptionState)
1033 exceptionState.throwDOMException(NotSupportedError, "The range's container must be an HTML or SVG Element, Document, or DocumentFragment.");
1038 RefPtrWillBeRawPtr<DocumentFragment> fragment = blink::createContextualFragment(markup, element.get(), AllowScriptingContentAndDoNotMarkAlreadyStarted, exceptionState);
1091 // Attr, Document, DocumentFragment or ShadowRoot node, or part of a SVG shadow DOM tree,
1092 // or if refNode is a Document, DocumentFragment, ShadowRoot, Attr, Entity, or Notation node.
1179 // DocumentType node or if refNode is a Document, DocumentFragment, ShadowRoot, Attr, Entity, or Notation
1305 // Document, or DocumentFragment node.
1353 RefPtrWillBeRawPtr<DocumentFragment> fragment = extractContents(exceptionState);