Home
last modified time | relevance | path

Searched refs:GetActionHander (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp381 CPDFSDK_ActionHandler* CPDFDoc_Environment::GetActionHander() { in GetActionHander() function in CPDFDoc_Environment
454 if (m_pEnv->GetActionHander()) in ProcJavascriptFun()
455 m_pEnv->GetActionHander()->DoAction_JavaScript( in ProcJavascriptFun()
480 if (m_pEnv->GetActionHander()) in ProcOpenAction()
481 m_pEnv->GetActionHander()->DoAction_DocOpen(action, this); in ProcOpenAction()
Dfpdfformfill.cpp710 ((CPDFDoc_Environment*)hHandle)->GetActionHander(); in FORM_DoDocumentAAction()
728 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander(); in FORM_DoPageAAction()
Dfsdk_baseform.cpp1927 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();
2332 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();
2353 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h469 CPDFSDK_ActionHandler* GetActionHander(); // Creates if not present.