Home
last modified time | relevance | path

Searched refs:DoAction_Launch (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_actionhandler.h114 void DoAction_Launch(CPDFSDK_Document* pDocument, const CPDF_Action& action);
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp361 DoAction_Launch(pDocument, action); in DoAction_NoJs()
447 void CPDFSDK_ActionHandler::DoAction_Launch(CPDFSDK_Document* pDocument, in DoAction_Launch() function in CPDFSDK_ActionHandler