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

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_CBA_Fontmap.h 19 CBA_FontMap(CPDFSDK_Annot* pAnnot, IFX_SystemHandler* pSystemHandler);
20 CBA_FontMap(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict, IFX_SystemHandler* pSystemHandler);
FFL_FormFiller.h 83 virtual IFX_SystemHandler* GetSystemHandler() const;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 56 class IFX_SystemHandler;
60 CPWL_FontMap(IFX_SystemHandler* pSystemHandler);
71 void SetSystemHandler(IFX_SystemHandler* pSystemHandler);
122 IFX_SystemHandler* m_pSystemHandler;
128 CPWL_DocFontMap(IFX_SystemHandler* pSystemHandler, CPDF_Document* pAttachedDoc);
PWL_Wnd.h 18 class IFX_SystemHandler;
229 IFX_SystemHandler* pSystemHandler; //required
255 CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler);
265 IFX_SystemHandler* m_pSystemHandler;
277 virtual IFX_SystemHandler* GetSystemHandler() const = 0;
373 virtual IFX_SystemHandler* GetSystemHandler() const;
  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 34 class IFX_SystemHandler
37 virtual ~IFX_SystemHandler() {}
fsdk_mgr.h 28 class IFX_SystemHandler;
361 IFX_SystemHandler* GetSysHandler() {return m_pSysHandler;}
380 IFX_SystemHandler* m_pSysHandler;
  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 188 IFX_SystemHandler* pHandler = m_pApp->GetSysHandler();
199 IFX_SystemHandler* pHandler = m_pApp->GetSysHandler();
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 10 CBA_FontMap::CBA_FontMap(CPDFSDK_Annot* pAnnot, IFX_SystemHandler* pSystemHandler) :
26 IFX_SystemHandler* pSystemHandler) :
FFL_FormFiller.cpp 756 IFX_SystemHandler* CFFL_FormFiller::GetSystemHandler() const
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 16 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler) :
505 if (IFX_SystemHandler* pSH = GetSystemHandler())
971 if (IFX_SystemHandler* pSH = GetSystemHandler())
1041 IFX_SystemHandler* CPWL_Wnd::GetSystemHandler() const
1305 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1315 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1325 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1335 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
PWL_FontMap.cpp 15 CPWL_FontMap::CPWL_FontMap(IFX_SystemHandler* pSystemHandler) :
33 void CPWL_FontMap::SetSystemHandler(IFX_SystemHandler* pSystemHandler)
588 CPWL_DocFontMap::CPWL_DocFontMap(IFX_SystemHandler* pSystemHandler, CPDF_Document* pAttachedDoc)