Home
last modified time | relevance | path

Searched refs:hTimer (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_timerimp.cpp20 FWL_HTIMER hTimer = NULL; in FWL_StartTimer() local
21 pAdapterTimerMgr->Start(pTimer, dwElapse, hTimer, bImmediately); in FWL_StartTimer()
22 return hTimer; in FWL_StartTimer()
24 int32_t FWL_StopTimer(FWL_HTIMER hTimer) { in FWL_StopTimer() argument
31 return pAdapterTimerMgr->Stop(hTimer); in FWL_StopTimer()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_util.cpp15 FWL_HTIMER& hTimer, in Start() argument
24 hTimer = (FWL_HTIMER)pInfo; in Start()
31 FWL_ERR CXFA_FWLAdapterTimerMgr::Stop(FWL_HTIMER hTimer) { in Stop() argument
32 if (!hTimer) in Stop()
36 CFWL_TimerInfo* pInfo = (CFWL_TimerInfo*)hTimer; in Stop()
/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adaptertimermgr.h20 FWL_HTIMER& hTimer,
22 virtual FWL_ERR Stop(FWL_HTIMER hTimer) = 0;
/external/pdfium/xfa/include/fwl/core/
Dfwl_timer.h17 virtual int32_t Run(FWL_HTIMER hTimer) = 0;
22 int32_t FWL_StopTimer(FWL_HTIMER hTimer);
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_util.h22 FWL_HTIMER& hTimer,
24 virtual FWL_ERR Stop(FWL_HTIMER hTimer);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_tooltipctrlimp.cpp262 int32_t CFWL_ToolTipImp::CFWL_ToolTipTimer::Run(FWL_HTIMER hTimer) { in Run() argument
263 if (m_pToolTip->m_hTimerShow == hTimer && m_pToolTip->m_hTimerShow) { in Run()
272 if (m_pToolTip->m_hTimerHide == hTimer && m_pToolTip->m_hTimerHide) { in Run()
Dfwl_caretimp.cpp134 int32_t CFWL_CaretImp::CFWL_CaretTimer::Run(FWL_HTIMER hTimer) { in Run() argument
Dfwl_spinbuttonimp.cpp137 int32_t CFWL_SpinButtonImp::Run(FWL_HTIMER hTimer) { in Run() argument
Dfwl_scrollbarimp.cpp225 int32_t CFWL_ScrollBarImp::Run(FWL_HTIMER hTimer) { in Run() argument
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_caretimp.h46 int32_t Run(FWL_HTIMER hTimer) override;
Dfwl_spinbuttonimp.h30 virtual int32_t Run(FWL_HTIMER hTimer);
Dfwl_tooltipctrlimp.h49 virtual int32_t Run(FWL_HTIMER hTimer);
Dfwl_scrollbarimp.h43 virtual int32_t Run(FWL_HTIMER hTimer);