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

  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 535 if (ebmlHeader.m_docType && !strcmp("webm", ebmlHeader.m_docType)) {
  /external/libvpx/mkvparser/
mkvparser.hpp 54 char* m_docType;
mkvparser.cpp 689 m_docType(NULL)
696 delete[] m_docType;
706 if (m_docType)
708 delete[] m_docType;
709 m_docType = NULL;
835 else if (Match(pReader, pos, 0x0282, m_docType))
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.h 306 DocumentType* doctype() const { return m_docType.get(); }
    [all...]
Document.cpp 594 m_docType = 0;
682 ASSERT(!m_docType || !docType);
683 m_docType = docType;
684 if (m_docType)
685 m_docType->setTreeScope(this);
688 if (m_docType && !ownerElement()
689 && m_docType->publicId().startsWith("-//wapforum//dtd xhtml mobile 1.", false)) {
    [all...]

Completed in 67 milliseconds