HomeSort by relevance Sort by last modified time
    Searched refs:pSystemHandler (Results 1 - 9 of 9) 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);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 60 CPWL_FontMap(IFX_SystemHandler* pSystemHandler);
71 void SetSystemHandler(IFX_SystemHandler* pSystemHandler);
128 CPWL_DocFontMap(IFX_SystemHandler* pSystemHandler, CPDF_Document* pAttachedDoc);
PWL_Wnd.h 204 pSystemHandler(NULL),
229 IFX_SystemHandler* pSystemHandler; //required
255 CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 10 CBA_FontMap::CBA_FontMap(CPDFSDK_Annot* pAnnot, IFX_SystemHandler* pSystemHandler) :
11 CPWL_FontMap(pSystemHandler),
26 IFX_SystemHandler* pSystemHandler) :
27 CPWL_FontMap(pSystemHandler),
FFL_FormFiller.cpp 428 cp.pSystemHandler = m_pApp->GetSysHandler();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 15 CPWL_FontMap::CPWL_FontMap(IFX_SystemHandler* pSystemHandler) :
17 m_pSystemHandler(pSystemHandler)
33 void CPWL_FontMap::SetSystemHandler(IFX_SystemHandler* pSystemHandler)
35 m_pSystemHandler = pSystemHandler;
588 CPWL_DocFontMap::CPWL_DocFontMap(IFX_SystemHandler* pSystemHandler, CPDF_Document* pAttachedDoc)
589 : CPWL_FontMap(pSystemHandler),
PWL_Wnd.cpp 16 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler) :
19 m_pSystemHandler(pSystemHandler)
1043 return m_sPrivateParam.pSystemHandler;
1305 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1307 return pSystemHandler->IsCTRLKeyDown(nFlag);
1315 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1317 return pSystemHandler->IsSHIFTKeyDown(nFlag);
1325 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1327 return pSystemHandler->IsALTKeyDown(nFlag);
1335 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
    [all...]
  /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)
197 if(pSystemHandler && pSystemHandler->IsSelectionImplemented())
212 if(pSystemHandler && pSystemHandler->IsSelectionImplemented())
219 pSystemHandler->OutputSelectedRect(pFFLData,rc);
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 380 const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, IFX_SystemHandler* pSystemHandler, void* pFFLData);

Completed in 129 milliseconds