Home
last modified time | relevance | path

Searched refs:GetSysHandler (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DJS_Object.h188 IFX_SystemHandler* pHandler = m_pApp->GetSysHandler(); in SetJSTimer()
199 IFX_SystemHandler* pHandler = m_pApp->GetSysHandler(); in KillJSTimer()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ListBox.cpp61 …m_pFontMap = new CBA_FontMap(m_pWidget,m_pApp->GetSysHandler());//, ISystemHandle::GetSystemHandle… in GetCreateParam()
DFFL_TextField.cpp124 …p = new CBA_FontMap(m_pWidget, /*ISystemHandle::GetSystemHandler(m_pApp)*/m_pApp->GetSysHandler()); in GetCreateParam()
DFFL_FormFiller.cpp428 cp.pSystemHandler = m_pApp->GetSysHandler(); in GetCreateParam()
758 return m_pApp->GetSysHandler(); in GetSystemHandler()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp649 …CBA_FontMap FontMap(this,pEnv->GetSysHandler());//, ISystemHandle::GetSystemHandler(m_pBaseForm->G… in ResetAppearance_PushButton()
1051 CBA_FontMap FontMap(this,pEnv->GetSysHandler()); in ResetAppearance_ComboBox()
1130 CBA_FontMap FontMap(this,pEnv->GetSysHandler()); in ResetAppearance_ListBox()
1222 …CBA_FontMap FontMap(this,pEnv->GetSysHandler());//, ISystemHandle::GetSystemHandler(m_pBaseForm->G… in ResetAppearance_TextField()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h361 IFX_SystemHandler* GetSysHandler() {return m_pSysHandler;} in GetSysHandler() function