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

/external/pdfium/fpdfsdk/formfiller/
H A Dcba_fontmap.cpp92 CPDF_Dictionary* pRootDict = pDocument->GetRoot(); local
93 if (!pRootDict)
96 CPDF_Dictionary* pAcroFormDict = pRootDict->GetDictFor("AcroForm");
201 if (CPDF_Dictionary* pRootDict = m_pDocument->GetRoot())
202 pAcroFormDict = pRootDict->GetDictFor("AcroForm");
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser.cpp937 CPDF_Dictionary* pRootDict = m_pDocument->GetRoot(); local
938 if (pRootDict && pRootDict->GetObjNum() == objnum)

Completed in 215 milliseconds