Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_metadata.cpp64 CXML_Element *&pXmlElmnt = ((PDFDOC_LPMETADATA)m_pData)->m_pXmlElmnt; in LoadDoc() local
65 pXmlElmnt = CXML_Element::Parse(pBuf, size); in LoadDoc()
66 if (!pXmlElmnt) { in LoadDoc()
70 if (pXmlElmnt->GetTagName() == FX_BSTRC("RDF")) { in LoadDoc()
71 pElmntRdf = pXmlElmnt; in LoadDoc()
73 pElmntRdf = pXmlElmnt->GetElement(NULL, FX_BSTRC("RDF")); in LoadDoc()