Searched refs:CPDFSDK_ActionHandler (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp14 CPDFSDK_ActionHandler::CPDFSDK_ActionHandler(CPDFDoc_Environment* pEvi) : function in class:CPDFSDK_ActionHandler
22 CPDFSDK_ActionHandler::~CPDFSDK_ActionHandler()
31 void CPDFSDK_ActionHandler::SetFormActionHandler(CPDFSDK_FormActionHandler* pHandler)
38 void CPDFSDK_ActionHandler::SetMediaActionHandler(CPDFSDK_MediaActionHandler* pHandler)
45 void CPDFSDK_ActionHandler::Destroy()
51 FX_BOOL CPDFSDK_ActionHandler::DoAction_DocOpen(const CPDF_Action& action, CPDFSDK_Document* pDocument
59 FX_BOOL CPDFSDK_ActionHandler::DoAction_JavaScript(const CPDF_Action& JsAction,CFX_WideString csJSName,
75 FX_BOOL CPDFSDK_ActionHandler
[all...]
H A Dfpdfformfill.cpp392 CPDFSDK_ActionHandler *pActionHandler = ((CPDFDoc_Environment*)hHandle)->GetActionHander();
410 CPDFSDK_ActionHandler *pActionHandler = pEnv->GetActionHander();
H A Dfsdk_mgr.cpp285 CPDFSDK_ActionHandler* CPDFDoc_Environment::GetActionHander()
288 m_pActionHandler = new CPDFSDK_ActionHandler(this);
H A Dfsdk_baseform.cpp1602 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();/*(CPDFSDK_ActionHandler*)pApp->GetActionHandler();*/
2116 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();
2145 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h31 class CPDFSDK_ActionHandler /*: public CReader_ActionHandler*/ class
34 CPDFSDK_ActionHandler(CPDFDoc_Environment* pEvi);
35 virtual ~CPDFSDK_ActionHandler();
H A Dfsdk_mgr.h29 class CPDFSDK_ActionHandler;
366 CPDFSDK_ActionHandler* GetActionHander();
369 CPDFSDK_ActionHandler* m_pActionHandler;

Completed in 648 milliseconds