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

  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 14 CPDFSDK_ActionHandler::CPDFSDK_ActionHandler(CPDFDoc_Environment* pEvi) :
21 CPDFSDK_ActionHandler::~CPDFSDK_ActionHandler()
30 void CPDFSDK_ActionHandler::SetFormActionHandler(CPDFSDK_FormActionHandler* pHandler)
37 void CPDFSDK_ActionHandler::SetMediaActionHandler(CPDFSDK_MediaActionHandler* pHandler)
44 void CPDFSDK_ActionHandler::Destroy()
50 FX_BOOL CPDFSDK_ActionHandler::DoAction_DocOpen(const CPDF_Action& action, CPDFSDK_Document* pDocument)
57 FX_BOOL CPDFSDK_ActionHandler::DoAction_JavaScript(const CPDF_Action& JsAction,CFX_WideString csJSName,
73 FX_BOOL CPDFSDK_ActionHandler::DoAction_FieldJavaScript(const CPDF_Action& JsAction, CPDF_AAction::AActionType type
    [all...]
fpdfformfill.cpp 374 CPDFSDK_ActionHandler *pActionHandler = ((CPDFDoc_Environment*)hHandle)->GetActionHander();
392 CPDFSDK_ActionHandler *pActionHandler = pEnv->GetActionHander();
fsdk_mgr.cpp 290 CPDFSDK_ActionHandler* CPDFDoc_Environment::GetActionHander()
293 m_pActionHandler = new CPDFSDK_ActionHandler(this);
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h 39 class CPDFSDK_ActionHandler /*: public CReader_ActionHandler*/
42 CPDFSDK_ActionHandler(CPDFDoc_Environment* pEvi);
43 virtual ~CPDFSDK_ActionHandler();
fsdk_mgr.h 26 class CPDFSDK_ActionHandler;
345 CPDFSDK_ActionHandler* GetActionHander();
350 CPDFSDK_ActionHandler* m_pActionHandler;

Completed in 47 milliseconds