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

/external/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h55 FX_BOOL ExecuteScreenAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, /*CReader_DocView* pDocView,*/ CPDFSDK_Annot* pScreen, CFX_PtrList& list);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp118 return this->ExecuteScreenAction(action, type, pDocument,/* pDocView,*/ pScreen, list);
331 FX_BOOL CPDFSDK_ActionHandler::ExecuteScreenAction(const CPDF_Action& action, CPDF_AAction::AActionType type, function in class:CPDFSDK_ActionHandler
416 if (!ExecuteScreenAction(subaction, type, pDocument,/* pDocView,*/ pScreen, list)) return FALSE;

Completed in 2205 milliseconds