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...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 645 if (ebmlHeader.m_docType && !strcmp("webm", ebmlHeader.m_docType)) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 301 DocumentType* doctype() const { return m_docType.get(); }
    [all...]
Document.cpp 579 m_docType = 0;
660 ASSERT(!m_docType || !docType);
661 m_docType = docType;
662 if (m_docType) {
663 this->adoptIfNeeded(m_docType.get());
664 if (m_docType->publicId().startsWith("-//wapforum//dtd xhtml mobile 1.", /* caseSensitive */ false))
    [all...]

Completed in 197 milliseconds