Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp474 CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot(); in GetLabel() local
475 if (!pPDFRoot) { in GetLabel()
478 CPDF_Dictionary* pLabels = pPDFRoot->GetDict("PageLabels"); in GetLabel()
510 CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot(); in GetPageByLabel() local
511 if (!pPDFRoot) { in GetPageByLabel()