Searched defs:pSystemHandler (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp13 IFX_SystemHandler* pSystemHandler)
14 : CPWL_FontMap(pSystemHandler),
12 CBA_FontMap(CPDFSDK_Annot* pAnnot, IFX_SystemHandler* pSystemHandler) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp33 CPWL_FontMap::CPWL_FontMap(IFX_SystemHandler* pSystemHandler) argument
34 : m_pPDFDoc(NULL), m_pSystemHandler(pSystemHandler) {
45 void CPWL_FontMap::SetSystemHandler(IFX_SystemHandler* pSystemHandler) { argument
46 m_pSystemHandler = pSystemHandler;
490 CPWL_DocFontMap::CPWL_DocFontMap(IFX_SystemHandler* pSystemHandler, argument
492 : CPWL_FontMap(pSystemHandler), m_pAttachedDoc(pAttachedDoc) {}
H A DPWL_Wnd.cpp20 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
19 CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler) argument
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp152 IFX_SystemHandler* pSystemHandler,
210 if (pSystemHandler && pSystemHandler->IsSelectionImplemented()) {
220 if (pSystemHandler && pSystemHandler->IsSelectionImplemented()) {
225 pSystemHandler->OutputSelectedRect(pFFLData, rc);
144 DrawEdit(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke, const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, IFX_SystemHandler* pSystemHandler, void* pFFLData) argument
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h207 pSystemHandler(NULL),
230 IFX_SystemHandler* pSystemHandler; // required member in struct:PWL_CREATEPARAM
255 CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler);

Completed in 186 milliseconds