Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp662 RetainPtr<const CPDF_Object> pOpenAction(pRoot->GetDictFor("OpenAction")); in ProcOpenAction() local
663 if (!pOpenAction) in ProcOpenAction()
664 pOpenAction = pRoot->GetArrayFor("OpenAction"); in ProcOpenAction()
665 if (!pOpenAction) in ProcOpenAction()
668 if (pOpenAction->IsArray()) in ProcOpenAction()
671 RetainPtr<const CPDF_Dictionary> pDict = ToDictionary(pOpenAction); in ProcOpenAction()