Home
last modified time | relevance | path

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

/external/libvpx/mkvparser/
Dmkvparser.hpp54 char* m_docType; member
Dmkvparser.cpp689 m_docType(NULL) in EBMLHeader()
696 delete[] m_docType; in ~EBMLHeader()
706 if (m_docType) in Init()
708 delete[] m_docType; in Init()
709 m_docType = NULL; in Init()
835 else if (Match(pReader, pos, 0x0282, m_docType)) in Parse()
/external/webkit/Source/WebCore/dom/
DDocument.cpp594 m_docType = 0; in removedLastRef()
682 ASSERT(!m_docType || !docType); in setDocType()
683 m_docType = docType; in setDocType()
684 if (m_docType) in setDocType()
685 m_docType->setTreeScope(this); in setDocType()
688 if (m_docType && !ownerElement() in setDocType()
689 && m_docType->publicId().startsWith("-//wapforum//dtd xhtml mobile 1.", false)) { in setDocType()
DDocument.h306 DocumentType* doctype() const { return m_docType.get(); } in doctype()
1178 RefPtr<DocumentType> m_docType; variable