Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_timer.cpp26 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()
28 ASSERT(m_pSystemHandler); in CPWL_Timer()
38 m_nTimerID = m_pSystemHandler->SetTimer(nElapse, TimerProc); in SetPWLTimer()
48 m_pSystemHandler->KillTimer(m_nTimerID); in KillPWLTimer()
Dcpwl_font_map.cpp44 : m_pSystemHandler(pSystemHandler) { in CPWL_FontMap()
45 ASSERT(m_pSystemHandler); in CPWL_FontMap()
214 if (!m_pSystemHandler->FindNativeTrueTypeFont(sFontName)) in GetNativeFont()
257 return m_pSystemHandler->AddNativeTrueTypeFontToPDF(pDoc, sFontName, in AddSystemFont()
Dcpwl_timer.h28 UnownedPtr<CFX_SystemHandler> m_pSystemHandler; variable
Dcpwl_font_map.h90 UnownedPtr<CFX_SystemHandler> const m_pSystemHandler; variable