Searched refs:ExecuteDocumentPageAction (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_actionhandler.cpp | 67 return ExecuteDocumentPageAction(action, eType, pFormFillEnv, &visited); in DoAction_Page() 75 return ExecuteDocumentPageAction(action, eType, pFormFillEnv, &visited); in DoAction_Document() 120 bool CPDFSDK_ActionHandler::ExecuteDocumentPageAction( in ExecuteDocumentPageAction() function in CPDFSDK_ActionHandler 146 if (!ExecuteDocumentPageAction(subaction, type, pFormFillEnv, visited)) in ExecuteDocumentPageAction()
|
D | cpdfsdk_actionhandler.h | 58 bool ExecuteDocumentPageAction(const CPDF_Action& action,
|