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

/external/webkit/WebCore/dom/
H A DDocumentType.cpp24 #include "DocumentType.h"
32 DocumentType::DocumentType(Document* document, const String& name, const String& publicId, const String& systemId) function in class:WebCore::DocumentType
40 KURL DocumentType::baseURI() const
45 String DocumentType::nodeName() const
50 Node::NodeType DocumentType::nodeType() const
55 PassRefPtr<Node> DocumentType::cloneNode(bool /*deep*/)
60 void DocumentType::insertedIntoDocument()
72 void DocumentType::removedFromDocument()
H A DDocumentType.h33 class DocumentType : public Node { class in namespace:WebCore
35 static PassRefPtr<DocumentType> create(Document* document, const String& name, const String& publicId, const String& systemId)
37 return adoptRef(new DocumentType(document, name, publicId, systemId));
49 DocumentType(Document*, const String& name, const String& publicId, const String& systemId);

Completed in 157 milliseconds