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

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.h 22 class CPWL_Timer;
216 class CPWL_Timer {
218 CPWL_Timer(CPWL_TimerHandler* pAttached, CFX_SystemHandler* pSystemHandler);
219 virtual ~CPWL_Timer();
242 std::unique_ptr<CPWL_Timer> m_pTimer;
PWL_Wnd.cpp 16 static std::map<int32_t, CPWL_Timer*>& GetPWLTimeMap() {
18 static auto timeMap = new std::map<int32_t, CPWL_Timer*>;
46 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached,
53 CPWL_Timer::~CPWL_Timer() {
57 int32_t CPWL_Timer::SetPWLTimer(int32_t nElapse) {
66 void CPWL_Timer::KillPWLTimer() {
75 void CPWL_Timer::TimerProc(int32_t idEvent) {
80 CPWL_Timer* pTimer = it->second
    [all...]

Completed in 239 milliseconds