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 53 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 97 return ExecuteDocumentPageAction(action, eType, pDocument,/* pDocView,*/ list);
104 return ExecuteDocumentPageAction(action, eType, pDocument,/* pDocView,*/ list);
231 FX_BOOL CPDFSDK_ActionHandler::ExecuteDocumentPageAction(const CPDF_Action& action, CPDF_AAction::AActionType type,
264 if (!ExecuteDocumentPageAction(subaction, type, pDocument,/* pDocView,*/ list)) return FALSE;

Completed in 47 milliseconds