Searched defs:pRootDict (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp101 CPDF_Dictionary * pRootDict = pDocument->GetRoot(); local
102 if (!pRootDict) return NULL;
104 CPDF_Dictionary* pAcroFormDict = pRootDict->GetDict("AcroForm");
237 if (CPDF_Dictionary * pRootDict = m_pDocument->GetRoot())
238 pAcroFormDict = pRootDict->GetDict("AcroForm");

Completed in 166 milliseconds