Searched refs:ExecuteDocumentPageAction (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fsdk_actionhandler.cpp | 68 return ExecuteDocumentPageAction(action, eType, pFormFillEnv, &visited); in DoAction_Page() 76 return ExecuteDocumentPageAction(action, eType, pFormFillEnv, &visited); in DoAction_Document() 186 bool CPDFSDK_ActionHandler::ExecuteDocumentPageAction( in ExecuteDocumentPageAction() function in CPDFSDK_ActionHandler 214 if (!ExecuteDocumentPageAction(subaction, type, pFormFillEnv, visited)) in ExecuteDocumentPageAction()
|
D | fsdk_actionhandler.h | 62 bool ExecuteDocumentPageAction(const CPDF_Action& action,
|