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

  /external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h 61 FX_BOOL ExecuteDocumentPageAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, /*CReader_DocView *pDocView,*/ CFX_PtrList& list);
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 95 return ExecuteDocumentPageAction(action, eType, pDocument, list);
102 return ExecuteDocumentPageAction(action, eType, pDocument, list);
225 FX_BOOL CPDFSDK_ActionHandler::ExecuteDocumentPageAction(const CPDF_Action& action, CPDF_AAction::AActionType type,
260 if (!ExecuteDocumentPageAction(subaction, type, pDocument, list)) return FALSE;

Completed in 483 milliseconds