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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 53 CPWL_FontMap(IFX_SystemHandler* pSystemHandler);
65 void SetSystemHandler(IFX_SystemHandler* pSystemHandler);
126 CPWL_DocFontMap(IFX_SystemHandler* pSystemHandler,
PWL_Wnd.h 207 pSystemHandler(NULL),
230 IFX_SystemHandler* pSystemHandler; // required
255 CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler);
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_CBA_Fontmap.h 17 CBA_FontMap(CPDFSDK_Annot* pAnnot, IFX_SystemHandler* pSystemHandler);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 33 CPWL_FontMap::CPWL_FontMap(IFX_SystemHandler* pSystemHandler)
34 : m_pPDFDoc(NULL), m_pSystemHandler(pSystemHandler) {
45 void CPWL_FontMap::SetSystemHandler(IFX_SystemHandler* pSystemHandler) {
46 m_pSystemHandler = pSystemHandler;
490 CPWL_DocFontMap::CPWL_DocFontMap(IFX_SystemHandler* pSystemHandler,
492 : CPWL_FontMap(pSystemHandler), m_pAttachedDoc(pAttachedDoc) {}
PWL_Wnd.cpp 20 IFX_SystemHandler* pSystemHandler)
21 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) {
807 return m_sPrivateParam.pSystemHandler;
1008 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler()) {
1009 return pSystemHandler->IsCTRLKeyDown(nFlag);
1016 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler()) {
1017 return pSystemHandler->IsSHIFTKeyDown(nFlag);
1024 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler()) {
1025 return pSystemHandler->IsALTKeyDown(nFlag);
1032 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 13 IFX_SystemHandler* pSystemHandler)
14 : CPWL_FontMap(pSystemHandler),
FFL_FormFiller.cpp 353 cp.pSystemHandler = m_pApp->GetSysHandler();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 152 IFX_SystemHandler* pSystemHandler,
210 if (pSystemHandler && pSystemHandler->IsSelectionImplemented()) {
220 if (pSystemHandler && pSystemHandler->IsSelectionImplemented()) {
225 pSystemHandler->OutputSelectedRect(pFFLData, rc);
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 445 IFX_SystemHandler* pSystemHandler,

Completed in 1064 milliseconds