Home | History | Annotate | Download | only in parser

Lines Matching refs:pPageDict

829       CPDF_Dictionary* pPageDict = m_pDocument->GetPage(safePage.ValueOrDie());
830 if (!pPageDict)
835 GetValidator().Get(), m_pDocument, pPageDict));
880 CPDF_Dictionary* pPageDict = m_pDocument->GetPage(safePage.ValueOrDie());
881 if (!pPageDict)
887 GetValidator().Get(), m_pDocument, pPageDict));
895 const DocAvailStatus resources_status = CheckResources(pPageDict);
1019 CPDF_Dictionary* pPageDict = m_pDocument->GetPage(safePage.ValueOrDie());
1020 if (!pPageDict)
1022 CPDF_PageObjectAvail obj_avail(GetValidator().Get(), m_pDocument, pPageDict);