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

/external/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h57 FX_BOOL ExecuteLinkAction(const CPDF_Action& action, CPDFSDK_Document* pDocument, /*CReader_DocView* pDocView,*/ CFX_PtrList& list);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp125 return ExecuteLinkAction(action, pDocument,/* pDocView,*/ list);
175 FX_BOOL CPDFSDK_ActionHandler::ExecuteLinkAction(const CPDF_Action& action, CPDFSDK_Document* pDocument, function in class:CPDFSDK_ActionHandler
225 if (!ExecuteLinkAction(subaction, pDocument,/* pDocView,*/ list)) return FALSE;

Completed in 319 milliseconds