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

  /external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h 60 FX_BOOL ExecuteDocumentOpenAction(const CPDF_Action& action, CPDFSDK_Document* pDocument, /*CReader_DocView *pDocView,*/ CFX_PtrList& list);
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 53 return ExecuteDocumentOpenAction(action, pDocument, list);
134 FX_BOOL CPDFSDK_ActionHandler::ExecuteDocumentOpenAction(const CPDF_Action& action, CPDFSDK_Document* pDocument,
164 if (!ExecuteDocumentOpenAction(subaction, pDocument, list)) return FALSE;

Completed in 37 milliseconds