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) :
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::DoAction_FieldJavaScript(const CPDF_Action& JsAction, CPDF_AAction::AActionType type,
    [all...]
fpdfformfill.cpp 392 CPDFSDK_ActionHandler *pActionHandler = ((CPDFDoc_Environment*)hHandle)->GetActionHander();
410 CPDFSDK_ActionHandler *pActionHandler = pEnv->GetActionHander();
fsdk_mgr.cpp 285 CPDFSDK_ActionHandler* CPDFDoc_Environment::GetActionHander()
288 m_pActionHandler = new CPDFSDK_ActionHandler(this);
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h 31 class CPDFSDK_ActionHandler /*: public CReader_ActionHandler*/
34 CPDFSDK_ActionHandler(CPDFDoc_Environment* pEvi);
35 virtual ~CPDFSDK_ActionHandler();
fsdk_mgr.h 29 class CPDFSDK_ActionHandler;
366 CPDFSDK_ActionHandler* GetActionHander();
369 CPDFSDK_ActionHandler* m_pActionHandler;

Completed in 526 milliseconds