Searched defs:DocumentFragment (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
H A DDocumentFragment.h31 class DocumentFragment : public ContainerNode { class in namespace:WebCore
33 static PassRefPtr<DocumentFragment> create(Document*);
36 DocumentFragment(Document*);
H A DDocumentFragment.cpp24 #include "DocumentFragment.h"
28 inline DocumentFragment::DocumentFragment(Document* document) function in class:WebCore::DocumentFragment
33 PassRefPtr<DocumentFragment> DocumentFragment::create(Document* document)
35 return adoptRef(new DocumentFragment(document));
38 String DocumentFragment::nodeName() const
43 Node::NodeType DocumentFragment::nodeType() const
48 bool DocumentFragment::childTypeAllowed(NodeType type)
63 PassRefPtr<Node> DocumentFragment
[all...]

Completed in 21 milliseconds