HomeSort by relevance Sort by last modified time
    Searched refs:ExecuteScreenAction (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h 63 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/
fsdk_actionhandler.cpp 116 return this->ExecuteScreenAction(action, type, pDocument, pScreen, list);
321 FX_BOOL CPDFSDK_ActionHandler::ExecuteScreenAction(const CPDF_Action& action, CPDF_AAction::AActionType type,
405 if (!ExecuteScreenAction(subaction, type, pDocument, pScreen, list)) return FALSE;

Completed in 31 milliseconds