Home
last modified time | relevance | path

Searched refs:setDocType (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentType.cpp66 doc->setDocType(this); in insertedIntoDocument()
74 document()->setDocType(0); in removedFromDocument()
DDocument.h908 void setDocType(PassRefPtr<DocumentType>);
DDocument.cpp669 void Document::setDocType(PassRefPtr<DocumentType> docType) in setDocType() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog-2005-12-198463 Use the new setDocType function instead of modifying m_doctype directly.
8467 (DOM::DocumentImpl::setDocType): Added.
8469 (DOMImplementationImpl::createDocument): Use setDocType instead of using
8477 (khtml::XMLTokenizer::internalSubset): Added. Calls setDocType.
26186 (DocumentImpl::setDocType):
DChangeLog15913 (WebCore::Document::setDocType):
17091 (WebCore::Document::setDocType):
19097 (WebCore::Document::setDocType):
25886 (WebCore::Document::setDocType): Ditto
DChangeLog-2006-05-1021309 (WebCore::DocumentImpl::setDocType):
33975 (DocumentImpl::setDocType):
DChangeLog-2008-08-1047887 (WebCore::Document::setDocType):
DChangeLog-2010-12-0669057 (WebCore::Document::setDocType):