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

  /external/pdfium/xfa/fwl/
cfwl_timer.cpp 7 #include "xfa/fwl/cfwl_timer.h"
15 CFWL_Timer::CFWL_Timer(CFWL_Widget* parent) : m_pWidget(parent) {}
17 CFWL_Timer::~CFWL_Timer() {}
19 CFWL_TimerInfo* CFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) {
cfwl_timer.h 16 class CFWL_Timer {
18 explicit CFWL_Timer(CFWL_Widget* parent);
19 virtual ~CFWL_Timer();

Completed in 62 milliseconds