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)
PWL_Label.cpp 128 IFX_SystemHandler* pSysHandler = GetSystemHandler();
PWL_Edit.cpp 154 if (IFX_SystemHandler* pSH = GetSystemHandler())
166 if (IFX_SystemHandler* pSH = GetSystemHandler())
175 if (IFX_SystemHandler* pSH = GetSystemHandler())
211 if (IFX_SystemHandler* pSH = GetSystemHandler())
476 IFX_SystemHandler* pSysHandler = GetSystemHandler();
536 IFX_SystemHandler* pSH = GetSystemHandler();
PWL_ListBox.cpp 212 IFX_SystemHandler* pSysHandler = GetSystemHandler();
228 IFX_SystemHandler* pSysHandler = GetSystemHandler();
PWL_Note.cpp 473 if (IFX_SystemHandler* pSH = this->GetSystemHandler())
1141 if (IFX_SystemHandler* pSH = GetSystemHandler())
    [all...]
PWL_EditCtrl.cpp 69 if (IFX_SystemHandler* pSH = GetSystemHandler())
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 42 class IFX_SystemHandler;
380 const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, IFX_SystemHandler* pSystemHandler, void* pFFLData);
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 20 class CFX_SystemHandler:public IFX_SystemHandler
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 132 const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, IFX_SystemHandler* pSystemHandler, void* pFFLData)

Completed in 341 milliseconds