HomeSort by relevance Sort by last modified time
    Searched refs:CPWL_Timer (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 15 class CPWL_Timer;
252 class CPWL_Timer
255 CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler);
256 virtual ~CPWL_Timer();
280 CPWL_Timer* m_pTimer;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 12 /* -------------------------- CPWL_Timer -------------------------- */
14 static CFX_MapPtrTemplate<FX_INT32, CPWL_Timer*> g_TimeMap;
16 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler) :
25 CPWL_Timer::~CPWL_Timer()
30 FX_INT32 CPWL_Timer::SetPWLTimer(FX_INT32 nElapse)
38 void CPWL_Timer::KillPWLTimer()
48 void CPWL_Timer::TimerProc(FX_INT32 idEvent)
50 CPWL_Timer* pTimer = NULL;
    [all...]

Completed in 55 milliseconds