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

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h188 IFX_SystemHandler* pHandler = m_pApp->GetSysHandler();
199 IFX_SystemHandler* pHandler = m_pApp->GetSysHandler();
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp61 m_pFontMap = new CBA_FontMap(m_pWidget,m_pApp->GetSysHandler());//, ISystemHandle::GetSystemHandler(m_pApp));
H A DFFL_TextField.cpp124 m_pFontMap = new CBA_FontMap(m_pWidget, /*ISystemHandle::GetSystemHandler(m_pApp)*/m_pApp->GetSysHandler());
H A DFFL_FormFiller.cpp428 cp.pSystemHandler = m_pApp->GetSysHandler();
758 return m_pApp->GetSysHandler();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h361 IFX_SystemHandler* GetSysHandler() {return m_pSysHandler;} function in class:CPDFDoc_Environment
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp649 CBA_FontMap FontMap(this,pEnv->GetSysHandler());//, ISystemHandle::GetSystemHandler(m_pBaseForm->GetEnv()));
1051 CBA_FontMap FontMap(this,pEnv->GetSysHandler());
1130 CBA_FontMap FontMap(this,pEnv->GetSysHandler());
1222 CBA_FontMap FontMap(this,pEnv->GetSysHandler());//, ISystemHandle::GetSystemHandler(m_pBaseForm->GetEnv()));

Completed in 5156 milliseconds