doctype           207 Source/core/dom/DOMImplementation.cpp     const AtomicString& qualifiedName, DocumentType* doctype, ExceptionState& exceptionState)
doctype           231 Source/core/dom/DOMImplementation.cpp     if (doctype)
doctype           232 Source/core/dom/DOMImplementation.cpp         doc->appendChild(doctype);
doctype           908 Source/core/dom/Document.cpp         DocumentType* doctype = toDocumentType(importedNode);
doctype           909 Source/core/dom/Document.cpp         return DocumentType::create(this, doctype->name(), doctype->publicId(), doctype->systemId());
doctype           301 Source/core/dom/Document.h     DocumentType* doctype() const { return m_docType.get(); }
doctype           263 Source/core/frame/LocalFrame.cpp     if (DocumentType* doctype = document()->doctype())
doctype           264 Source/core/frame/LocalFrame.cpp         return createMarkup(doctype);
doctype           542 Source/core/html/parser/HTMLConstructionSite.cpp     RefPtr<DocumentType> doctype = DocumentType::create(m_document, token->name(), publicId, systemId);
doctype           543 Source/core/html/parser/HTMLConstructionSite.cpp     attachLater(m_attachmentRoot, doctype.release());
doctype           206 Source/web/WebDocument.cpp     return WebDocumentType(constUnwrap<Document>()->doctype());
doctype           153 Source/web/WebPageSerializerImpl.cpp                 result.append(createMarkup(param->document->doctype()));
doctype           184 Source/web/WebPageSerializerImpl.cpp             result.append(createMarkup(param->document->doctype()));
doctype           111 public/web/WebDocument.h     BLINK_EXPORT WebDocumentType doctype() const;