HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_Timer (Results 1 - 9 of 9) 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();
ifwl_adaptertimermgr.h 10 #include "xfa/fwl/cfwl_timer.h"
14 virtual void Start(CFWL_Timer* pTimer,
cfwl_caret.h 12 #include "xfa/fwl/cfwl_timer.h"
38 class Timer : public CFWL_Timer {
cfwl_caret.cpp 99 CFWL_Caret::Timer::Timer(CFWL_Caret* pCaret) : CFWL_Timer(pCaret) {}
cfwl_scrollbar.h 14 #include "xfa/fwl/cfwl_timer.h"
57 class Timer : public CFWL_Timer {
cfwl_scrollbar.cpp 485 CFWL_ScrollBar::Timer::Timer(CFWL_ScrollBar* pToolTip) : CFWL_Timer(pToolTip) {}
  /external/pdfium/fpdfsdk/fpdfxfa/
cxfa_fwladaptertimermgr.h 23 void Start(CFWL_Timer* pTimer,
cxfa_fwladaptertimermgr.cpp 21 CFWL_Timer* timer)
25 CFWL_Timer* pTimer;
38 void CXFA_FWLAdapterTimerMgr::Start(CFWL_Timer* pTimer,

Completed in 411 milliseconds