Home
last modified time | relevance | path

Searched refs:CPWL_Timer (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp13 static std::map<int32_t, CPWL_Timer*>& GetPWLTimeMap() { in GetPWLTimeMap()
15 static auto timeMap = new std::map<int32_t, CPWL_Timer*>; in GetPWLTimeMap()
19 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached, in CPWL_Timer() function in CPWL_Timer
26 CPWL_Timer::~CPWL_Timer() { in ~CPWL_Timer()
30 int32_t CPWL_Timer::SetPWLTimer(int32_t nElapse) { in SetPWLTimer()
39 void CPWL_Timer::KillPWLTimer() { in KillPWLTimer()
48 void CPWL_Timer::TimerProc(int32_t idEvent) { in TimerProc()
53 CPWL_Timer* pTimer = it->second; in TimerProc()
66 m_pTimer = new CPWL_Timer(this, GetSystemHandler()); in BeginTimer()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h16 class CPWL_Timer; variable
253 class CPWL_Timer {
255 CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler);
256 virtual ~CPWL_Timer();
279 CPWL_Timer* m_pTimer;