Home
last modified time | relevance | path

Searched refs:m_pSystemHandler (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_FontMap.cpp43 : m_pSystemHandler(pSystemHandler) { in CPWL_FontMap()
44 ASSERT(m_pSystemHandler); in CPWL_FontMap()
226 if (!m_pSystemHandler->FindNativeTrueTypeFont(sFontName)) in GetNativeFont()
269 return m_pSystemHandler->AddNativeTrueTypeFontToPDF(pDoc, sFontName, in AddSystemFont()
DPWL_Wnd.cpp48 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()
50 ASSERT(m_pSystemHandler); in CPWL_Timer()
60 m_nTimerID = m_pSystemHandler->SetTimer(nElapse, TimerProc); in SetPWLTimer()
70 m_pSystemHandler->KillTimer(m_nTimerID); in KillPWLTimer()
DPWL_FontMap.h92 CFX_SystemHandler* const m_pSystemHandler; variable
DPWL_Wnd.h228 CFX_SystemHandler* m_pSystemHandler; variable