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

12 3 4 5 6 7 8

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodedocumentfragmentnodename.java 32 * DocumentFragment Node is "#document-frament".
65 DocumentFragment docFragment;
nodedocumentfragmentnodetype.java 31 * The "getNodeType()" method for a DocumentFragment Node
65 DocumentFragment documentFragmentNode;
nodedocumentfragmentnodevalue.java 32 * DocumentFragment Node is null.
68 DocumentFragment docFragment;
attrcreatedocumentfragment.java 31 * Attr nodes may be associated with Element nodes contained within a DocumentFragment.
32 * Create a new DocumentFragment and add a newly created Element node(with one attribute).
34 * with an Element within a DocumentFragment.
64 DocumentFragment docFragment;
documentcreatedocumentfragment.java 32 * DocumentFragment object.
63 DocumentFragment newDocFragment;
hc_attrappendchild3.java 69 DocumentFragment docFrag;
hc_attrcreatedocumentfragment.java 31 * Create a new DocumentFragment and add a newly created Element node(with one attribute).
33 * with an Element within a DocumentFragment.
65 DocumentFragment docFragment;
hc_documentcreatedocumentfragment.java 32 * DocumentFragment object.
62 DocumentFragment newDocFragment;
hc_nodeinsertbeforedocfragment.java 31 * If the "newChild" is a DocumentFragment object then all
35 * Create a DocumentFragment object and populate it with
37 * insert the newly created DocumentFragment before its
72 DocumentFragment newdocFragment;
nodeinsertbeforedocfragment.java 31 * If the "newChild" is a DocumentFragment object then all
35 * Create a DocumentFragment object and populate it with
37 * insert the newly created DocumentFragment before its
72 DocumentFragment newdocFragment;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_nodedocumentfragmentnormalize2.java 60 DocumentFragment docFragment;
documentimportnode09.java 39 * Using the method importNode with deep=false, import a newly created DocumentFragment node
41 * Since deep=false, an empty DocumentFragment should be returned
76 DocumentFragment docFragment;
documentimportnode10.java 39 * Using the method importNode with deep=false, import a newly created DocumentFragment node
41 * Since deep=true, a DocumentFragment with its child should be returned
76 DocumentFragment docFragment;
hc_nodedocumentfragmentnormalize1.java 60 DocumentFragment docFragment;
importNode04.java 38 * Create a DocumentFragment in a different document.
41 * with importedNode being the newly created DocumentFragment.
42 * Method should return a node of type DocumentFragment whose child has
73 DocumentFragment docFrag;
importNode08.java 38 * Create a DocumentFragment in a different document.
40 * with importedNode being the newly created DocumentFragment.
41 * Method should return an empty DocumentFragment that belongs
73 DocumentFragment docFrag;
nodesetprefix01.java 38 * Create a new element node with a namespace prefix. Add it to a new DocumentFragment Node without
73 DocumentFragment docFragment;
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.idl 27 interface ShadowRoot : DocumentFragment {
  /external/chromium_org/third_party/WebKit/Source/core/events/
TextEvent.cpp 30 #include "core/dom/DocumentFragment.h"
49 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtrWillBeRawPtr<AbstractView> view, PassRefPtrWillBeRawPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle)
76 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment,
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.h 40 class DocumentFragment;
62 PassRefPtrWillBeRawPtr<DocumentFragment> transformToFragment(Node* source, Document* ouputDoc);
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 37 import org.w3c.dom.DocumentFragment;
347 public DocumentFragment rtree(XPathContext support)
349 DocumentFragment docFrag = null;
359 docFrag = (DocumentFragment)frag.getNode(frag.getDocument());
364 docFrag = (DocumentFragment)frag.getNode(frag.getDocument());
376 public DocumentFragment rtree()
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 43 class DocumentFragment;
83 PassRefPtrWillBeRawPtr<DocumentFragment> extractContents(ExceptionState&);
84 PassRefPtrWillBeRawPtr<DocumentFragment> cloneContents(ExceptionState&);
91 PassRefPtrWillBeRawPtr<DocumentFragment> createContextualFragment(const String& html, ExceptionState&);
165 PassRefPtrWillBeRawPtr<DocumentFragment> processContents(ActionType, ExceptionState&);
166 static PassRefPtrWillBeRawPtr<Node> processContentsBetweenOffsets(ActionType, PassRefPtrWillBeRawPtr<DocumentFragment>, Node*, unsigned startOffset, unsigned endOffset, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.h 96 PassRefPtrWillBeRawPtr<DocumentFragment> getCueAsHTML();
97 PassRefPtrWillBeRawPtr<DocumentFragment> createCueRenderingTree();
182 RefPtrWillBeMember<DocumentFragment> m_vttNodeTree;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragData.cpp 31 #include "core/dom/DocumentFragment.h"
133 PassRefPtrWillBeRawPtr<DocumentFragment> DragData::asFragment(LocalFrame* frame, PassRefPtrWillBeRawPtr<Range>, bool, bool&) const
155 if (RefPtrWillBeRawPtr<DocumentFragment> fragment = createFragmentFromMarkup(*frame->document(), html, baseURL, DisallowScriptingAndPluginContent))
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 89 * Creates an empty <code>DocumentFragment</code> object.
90 * @return A new <code>DocumentFragment</code>.
92 public DocumentFragment createDocumentFragment();
235 * <code>DocumentFragment</code> are recursively imported and the
237 * <code>DocumentFragment</code> to form the corresponding subtree.
239 * <code>DocumentFragment</code>.</dd>
    [all...]

Completed in 412 milliseconds

12 3 4 5 6 7 8