HomeSort by relevance Sort by last modified time
    Searched defs:DocumentFragment (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/dom/
DocumentFragment.h 32 class DocumentFragment : public ContainerNode {
34 static PassRefPtr<DocumentFragment> create(Document*);
40 DocumentFragment(Document*);
DocumentFragment.cpp 24 #include "DocumentFragment.h"
34 DocumentFragment::DocumentFragment(Document* document)
40 PassRefPtr<DocumentFragment> DocumentFragment::create(Document* document)
42 return adoptRef(new DocumentFragment(document));
45 String DocumentFragment::nodeName() const
50 Node::NodeType DocumentFragment::nodeType() const
55 bool DocumentFragment::childTypeAllowed(NodeType type) const
70 PassRefPtr<Node> DocumentFragment::cloneNode(bool deep
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DocumentFragment.java 16 * <code>DocumentFragment</code> is a "lightweight" or "minimal"
26 * <code>DocumentFragment</code> is such an object.
28 * of another <code>Node</code> -- may take <code>DocumentFragment</code>
30 * <code>DocumentFragment</code> being moved to the child list of this node.
31 * <p>The children of a <code>DocumentFragment</code> node are zero or more
33 * the document. <code>DocumentFragment</code> nodes do not need to be
36 * nodes). For example, a <code>DocumentFragment</code> might have only one
40 * <p>When a <code>DocumentFragment</code> is inserted into a
42 * take children) the children of the <code>DocumentFragment</code> and not
43 * the <code>DocumentFragment</code> itself are inserted into th
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 473 milliseconds