Searched refs:FWL_HTIMER (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
H A Dfwl_timer.h12 typedef struct _FWL_HTIMER { void* pData; } * FWL_HTIMER; typedef in typeref:struct:_FWL_HTIMER
17 virtual int32_t Run(FWL_HTIMER hTimer) = 0;
19 FWL_HTIMER FWL_StartTimer(IFWL_Timer* pTimer,
22 int32_t FWL_StopTimer(FWL_HTIMER hTimer);
/external/pdfium/xfa/include/fwl/adapter/
H A Dfwl_adaptertimermgr.h20 FWL_HTIMER& hTimer,
22 virtual FWL_ERR Stop(FWL_HTIMER hTimer) = 0;
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_timerimp.cpp11 FWL_HTIMER FWL_StartTimer(IFWL_Timer* pTimer,
20 FWL_HTIMER hTimer = NULL;
24 int32_t FWL_StopTimer(FWL_HTIMER hTimer) {
/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_util.h22 FWL_HTIMER& hTimer,
24 virtual FWL_ERR Stop(FWL_HTIMER hTimer);
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_util.cpp15 FWL_HTIMER& hTimer,
24 hTimer = (FWL_HTIMER)pInfo;
31 FWL_ERR CXFA_FWLAdapterTimerMgr::Stop(FWL_HTIMER hTimer) {
63 pInfo->pTimer->Run((FWL_HTIMER)pInfo);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_tooltipctrlimp.h49 virtual int32_t Run(FWL_HTIMER hTimer);
58 FWL_HTIMER m_hTimerShow;
59 FWL_HTIMER m_hTimerHide;
H A Dfwl_caretimp.h46 int32_t Run(FWL_HTIMER hTimer) override;
50 FWL_HTIMER m_hTimer;
H A Dfwl_spinbuttonimp.h30 virtual int32_t Run(FWL_HTIMER hTimer);
48 FWL_HTIMER m_hTimer;
H A Dfwl_scrollbarimp.h43 virtual int32_t Run(FWL_HTIMER hTimer);
69 FWL_HTIMER m_hTimer;
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_caretimp.cpp134 int32_t CFWL_CaretImp::CFWL_CaretTimer::Run(FWL_HTIMER hTimer) {
H A Dfwl_tooltipctrlimp.cpp262 int32_t CFWL_ToolTipImp::CFWL_ToolTipTimer::Run(FWL_HTIMER hTimer) {
H A Dfwl_spinbuttonimp.cpp137 int32_t CFWL_SpinButtonImp::Run(FWL_HTIMER hTimer) {
H A Dfwl_scrollbarimp.cpp225 int32_t CFWL_ScrollBarImp::Run(FWL_HTIMER hTimer) {

Completed in 311 milliseconds