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

  /external/pdfium/fpdfsdk/pwl/
cpwl_timer.cpp 7 #include "fpdfsdk/pwl/cpwl_timer.h"
16 std::map<int32_t, CPWL_Timer*>& GetPWLTimeMap() {
18 static auto* timeMap = new std::map<int32_t, CPWL_Timer*>;
24 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached,
31 CPWL_Timer::~CPWL_Timer() {
35 int32_t CPWL_Timer::SetPWLTimer(int32_t nElapse) {
44 void CPWL_Timer::KillPWLTimer() {
54 void CPWL_Timer::TimerProc(int32_t idEvent)
    [all...]
cpwl_timer.h 15 class CPWL_Timer {
17 CPWL_Timer(CPWL_TimerHandler* pAttached, CFX_SystemHandler* pSystemHandler);
18 virtual ~CPWL_Timer();

Completed in 1367 milliseconds