HomeSort by relevance Sort by last modified time
    Searched refs:DocumentFragment (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 43 #include "core/dom/DocumentFragment.h"
111 static void completeURLs(DocumentFragment& fragment, const String& baseURL)
659 PassRefPtrWillBeRawPtr<DocumentFragment> createFragmentFromMarkup(Document& document, const String& markup, const String& baseURL, ParserContentPolicy parserContentPolicy)
663 RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(document);
690 static void trimFragment(DocumentFragment* fragment, Comment* nodeBeforeContext, Comment* nodeAfterContext)
712 PassRefPtrWillBeRawPtr<DocumentFragment> createFragmentFromMarkupWithContext(Document& document, const String& markup, unsigned fragmentSt (…)
    [all...]
MoveSelectionCommand.cpp 29 #include "core/dom/DocumentFragment.h"
34 MoveSelectionCommand::MoveSelectionCommand(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete)
Editor.h 198 void pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
221 void replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h 30 class DocumentFragment;
128 PassRefPtrWillBeRawPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
HTMLLinkElement.h 41 class DocumentFragment;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeSetPrefix.java 29 import org.w3c.dom.DocumentFragment;
44 * DocumentFragment Node without a prefix. Call setPrefix on the elemen node.
83 DocumentFragment docFragment;
DocumentImportNode.java 11 import org.w3c.dom.DocumentFragment;
247 DocumentFragment docFragment;
264 DocumentFragment docFragment;
ImportNode.java 36 import org.w3c.dom.DocumentFragment;
181 DocumentFragment docFrag;
278 DocumentFragment docFrag;
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 27 import org.w3c.dom.DocumentFragment;
70 public DocumentFragment createDocumentFragment() {
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 35 #include "core/dom/DocumentFragment.h"
100 // Create the DocumentFragment representation of the WebVTT cue text.
101 static PassRefPtrWillBeRawPtr<DocumentFragment> createDocumentFragmentFromCueText(Document&, const String&);
VTTParser.cpp 325 PassRefPtrWillBeRawPtr<DocumentFragment> buildFromString(const String& cueText);
337 PassRefPtrWillBeRawPtr<DocumentFragment> VTTTreeBuilder::buildFromString(const String& cueText)
343 RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(document());
361 PassRefPtrWillBeRawPtr<DocumentFragment> VTTParser::createDocumentFragmentFromCueText(Document& document, const String& cueText)
528 // The only non-VTTElement would be the DocumentFragment root. (Text
VTTCue.cpp 37 #include "core/dom/DocumentFragment.h"
437 PassRefPtrWillBeRawPtr<DocumentFragment> VTTCue::getCueAsHTML()
440 RefPtrWillBeRawPtr<DocumentFragment> clonedFragment = DocumentFragment::create(document());
445 PassRefPtrWillBeRawPtr<DocumentFragment> VTTCue::createCueRenderingTree()
448 RefPtrWillBeRawPtr<DocumentFragment> clonedFragment = DocumentFragment::create(document());
527 static CSSValueID determineTextDirection(DocumentFragment* vttRoot)
713 RefPtrWillBeRawPtr<DocumentFragment> referenceTree = createCueRenderingTree();
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrinsertbefore3.java 67 DocumentFragment docFrag;
hc_attrinsertbefore4.java 67 DocumentFragment docFrag;
hc_attrinsertbefore7.java 69 DocumentFragment docFrag;
hc_attrreplacechild2.java 67 DocumentFragment docFrag;
hc_nodeappendchilddocfragment.java 31 * If the "newChild" is a DocumentFragment object then
34 * Create and populate a new DocumentFragment object and
38 * two Element nodes from the DocumentFragment.
70 DocumentFragment newdocFragment;
nodeappendchilddocfragment.java 31 * Create and populate a new DocumentFragment object and
35 * two Element nodes from the DocumentFragment.
66 DocumentFragment newdocFragment;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 30 import org.w3c.dom.DocumentFragment;
62 /** First node of document fragment or null if not a DocumentFragment */
63 public DocumentFragment m_docFrag = null;
94 public DOMBuilder(Document doc, DocumentFragment docFrag)
112 * Get the root document or DocumentFragment of the DOM being created.
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 31 #include "core/dom/DocumentFragment.h"
46 class ShadowRoot FINAL : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 28 #include "core/dom/DocumentFragment.h"
116 PassRefPtrWillBeRawPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputDoc)
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 23 import org.w3c.dom.DocumentFragment;
108 if (newChild instanceof DocumentFragment) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 40 class DocumentFragment;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 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,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DOMExtension.js 395 DocumentFragment.prototype.createChild = Element.prototype.createChild;
408 DocumentFragment.prototype.createTextChild = Element.prototype.createTextChild;
419 DocumentFragment.prototype.createTextChildren = Element.prototype.createTextChildren;

Completed in 1032 milliseconds

1 23 4 5 6 7 8