Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp88 const CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot(); in GetLabel() local
89 if (!pPDFRoot) in GetLabel()
92 const CPDF_Dictionary* pLabels = pPDFRoot->GetDictFor("PageLabels"); in GetLabel()