Searched refs:m_docType (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 64 char* m_docType; member
|
D | mkvparser.cpp | 473 m_docType(NULL) in EBMLHeader() 480 delete[] m_docType; in ~EBMLHeader() 490 if (m_docType) in Init() 492 delete[] m_docType; in Init() 493 m_docType = NULL; in Init() 656 if (m_docType) in Parse() 659 status = UnserializeString(pReader, pos, size, m_docType); in Parse()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 56 char* m_docType; member
|
D | mkvparser.cpp | 414 EBMLHeader::EBMLHeader() : m_docType(NULL) { Init(); } in EBMLHeader() 416 EBMLHeader::~EBMLHeader() { delete[] m_docType; } in ~EBMLHeader() 424 if (m_docType) { in Init() 425 delete[] m_docType; in Init() 426 m_docType = NULL; in Init() 567 if (m_docType) in Parse() 570 status = UnserializeString(pReader, pos, size, m_docType); in Parse()
|
/external/libvpx/libwebm/ |
D | mkvparser.hpp | 56 char* m_docType; member
|
D | mkvparser.cpp | 416 EBMLHeader::EBMLHeader() : m_docType(NULL) { Init(); } in EBMLHeader() 418 EBMLHeader::~EBMLHeader() { delete[] m_docType; } in ~EBMLHeader() 426 if (m_docType) { in Init() 427 delete[] m_docType; in Init() 428 m_docType = NULL; in Init() 569 if (m_docType) in Parse() 572 status = UnserializeString(pReader, pos, size, m_docType); in Parse()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.cpp | 620 m_docType = nullptr; in dispose() 704 ASSERT(!m_docType || !docType); in setDoctype() 705 m_docType = docType; in setDoctype() 706 if (m_docType) { in setDoctype() 707 this->adoptIfNeeded(*m_docType); in setDoctype() 708 …if (m_docType->publicId().startsWith("-//wapforum//dtd xhtml mobile 1.", /* caseSensitive */ false… in setDoctype() 5824 visitor->trace(m_docType); in trace()
|
D | Document.h | 312 DocumentType* doctype() const { return m_docType.get(); } in doctype() 1223 RefPtrWillBeMember<DocumentType> m_docType; variable
|