Home | History | Annotate | Download | only in dom

Lines Matching defs:DocumentType

24 #include "core/dom/DocumentType.h"
31 DocumentType::DocumentType(Document* document, const String& name, const String& publicId, const String& systemId)
40 KURL DocumentType::baseURI() const
45 String DocumentType::nodeName() const
50 Node::NodeType DocumentType::nodeType() const
55 PassRefPtrWillBeRawPtr<Node> DocumentType::cloneNode(bool /*deep*/)
60 Node::InsertionNotificationRequest DocumentType::insertedInto(ContainerNode* insertionPoint)
64 // DocumentType can only be inserted into a Document.
72 void DocumentType::removedFrom(ContainerNode* insertionPoint)