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

1 23 4 5 6

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
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;
  /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...]
  /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;
  /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/
WebVTTParser.h 35 #include "core/dom/DocumentFragment.h"
118 PassRefPtr<DocumentFragment> createDocumentFragmentFromCueText(const String&);
TextTrackCue.cpp 39 #include "core/dom/DocumentFragment.h"
515 PassRefPtr<DocumentFragment> TextTrackCue::getCueAsHTML()
518 RefPtr<DocumentFragment> clonedFragment = DocumentFragment::create(ownerDocument());
523 PassRefPtr<DocumentFragment> TextTrackCue::createCueRenderingTree()
525 RefPtr<DocumentFragment> clonedFragment;
527 clonedFragment = DocumentFragment::create(ownerDocument());
781 RefPtr<DocumentFragment> referenceTree = createCueRenderingTree();
    [all...]
WebVTTParser.cpp 325 PassRefPtr<DocumentFragment> WebVTTParser::createDocumentFragmentFromCueText(const String& text)
334 RefPtr<DocumentFragment> fragment = DocumentFragment::create(document);
  /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/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PasteboardChromium.cpp 38 #include "core/dom/DocumentFragment.h"
173 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
184 if (RefPtr<DocumentFragment> fragment = createFragmentFromMarkupWithContext(frame->document(), markup, fragmentStart, fragmentEnd, KURL(url), DisallowScriptingAndPluginContent))
193 if (RefPtr<DocumentFragment> fragment = createFragmentFromText(context.get(), markup))
  /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/editing/
Editor.h 112 bool shouldInsertFragment(PassRefPtr<DocumentFragment>, PassRefPtr<Range>, EditorInsertAction);
248 void pasteAsFragment(PassRefPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
290 void replaceSelectionWithFragment(PassRefPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 32 #include "core/dom/DocumentFragment.h"
44 class ShadowRoot FINAL : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 40 class DocumentFragment;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 28 #include "core/dom/DocumentFragment.h"
115 PassRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputDoc)
  /external/chromium_org/ui/keyboard/resources/
main.js 34 * @param {!DocumentFragment} importedContent The imported dom structure.
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 23 import org.w3c.dom.DocumentFragment;
108 if (newChild instanceof DocumentFragment) {

Completed in 880 milliseconds

1 23 4 5 6