Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp4285 CPDF_Dictionary* pPagesDict = pPages->GetDict(); in CheckPageCount() local
4286 if (!pPagesDict) { in CheckPageCount()
4291 if (!pPagesDict->KeyExist(FX_BSTRC("Kids"))) { in CheckPageCount()
4295 int count = pPagesDict->GetInteger(FX_BSTRC("Count")); in CheckPageCount()