Searched refs:pOpenAction (Results 1 – 1 of 1) sorted by relevance
662 RetainPtr<const CPDF_Object> pOpenAction(pRoot->GetDictFor("OpenAction")); in ProcOpenAction() local663 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()