HomeSort by relevance Sort by last modified time
    Searched refs:m_docType (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libwebm/
mkvparser.hpp 64 char* m_docType;
mkvparser.cpp 464 m_docType(NULL)
471 delete[] m_docType;
481 if (m_docType)
483 delete[] m_docType;
484 m_docType = NULL;
647 if (m_docType)
650 status = UnserializeString(pReader, pos, size, m_docType);
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.h 307 DocumentType* doctype() const { return m_docType.get(); }
    [all...]
Document.cpp 584 m_docType = 0;
672 ASSERT(!m_docType || !docType);
673 m_docType = docType;
674 if (m_docType)
675 m_docType->setTreeScope(this);
678 if (m_docType && !ownerElement()
679 && m_docType->publicId().startsWith("-//wapforum//dtd xhtml mobile 1.", false)) {
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 645 if (ebmlHeader.m_docType && !strcmp("webm", ebmlHeader.m_docType)) {

Completed in 227 milliseconds