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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp4025 CPDF_Dictionary* pPagesDict = pPages->GetDict(); local
4026 if (!pPagesDict) {
4031 if (!pPagesDict->KeyExist(FX_BSTRC("Kids"))) {
4035 int count = pPagesDict->GetInteger(FX_BSTRC("Count"));

Completed in 339 milliseconds