Home
last modified time | relevance | path

Searched refs:pSystemHandler (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_timer.cpp25 CFX_SystemHandler* pSystemHandler) in CPWL_Timer() argument
26 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()
Dcpwl_timer.h17 CPWL_Timer(CPWL_TimerHandler* pAttached, CFX_SystemHandler* pSystemHandler);
Dcpwl_font_map.cpp43 CPWL_FontMap::CPWL_FontMap(CFX_SystemHandler* pSystemHandler) in CPWL_FontMap() argument
44 : m_pSystemHandler(pSystemHandler) { in CPWL_FontMap()
Dcpwl_font_map.h33 explicit CPWL_FontMap(CFX_SystemHandler* pSystemHandler);
Dcpwl_edit_impl.cpp433 CFX_SystemHandler* pSystemHandler, in DrawEdit() argument
476 if (pSystemHandler && pSystemHandler->IsSelectionImplemented()) { in DrawEdit()
486 if (pSystemHandler && pSystemHandler->IsSelectionImplemented()) { in DrawEdit()
491 pSystemHandler->OutputSelectedRect(pFFLData, rc); in DrawEdit()
Dcpwl_wnd.cpp26 pSystemHandler(nullptr), in CreateParams()
683 return m_CreationParams.pSystemHandler; in GetSystemHandler()
Dcpwl_wnd.h129 CFX_SystemHandler* pSystemHandler; // required variable
Dcpwl_edit_impl.h240 CFX_SystemHandler* pSystemHandler,
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp23 CFX_SystemHandler* pSystemHandler) in CBA_FontMap() argument
24 : CPWL_FontMap(pSystemHandler), in CBA_FontMap()
Dcba_fontmap.h18 CBA_FontMap(CPDFSDK_Annot* pAnnot, CFX_SystemHandler* pSystemHandler);
Dcffl_formfiller.cpp329 cp.pSystemHandler = m_pFormFillEnv->GetSysHandler(); in GetCreateParam()