Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp116 return this->ExecuteScreenAction(action, type, pDocument, pScreen, list); in DoAction_Screen()
321 FX_BOOL CPDFSDK_ActionHandler::ExecuteScreenAction(const CPDF_Action& action, CPDF_AAction::AAction… in ExecuteScreenAction() function in CPDFSDK_ActionHandler
405 if (!ExecuteScreenAction(subaction, type, pDocument, pScreen, list)) return FALSE; in ExecuteScreenAction()
/external/pdfium/fpdfsdk/include/
Dfsdk_actionhandler.h63 …FX_BOOL ExecuteScreenAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_…