Home
last modified time | relevance | path

Searched refs:m_docType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.h215 DocumentType* doctype() const { return m_docType.get(); } in doctype()
864 RefPtr<DocumentType> m_docType; variable
DDocument.cpp414 m_docType = 0; in removedLastRef()
515 ASSERT(!m_docType || !docType); in setDocType()
516 if (m_docType && docType) in setDocType()
518 m_docType = docType; in setDocType()
519 if (m_docType) in setDocType()
520 m_docType->setDocument(this); in setDocType()