Home
last modified time | relevance | path

Searched refs:m_hTimerShow (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_tooltipctrlimp.cpp41 m_hTimerShow(NULL), in CFWL_ToolTipImp()
207 m_hTimerShow = FWL_StartTimer(&m_TimerShow, nInitDelay, FALSE); in Show()
217 if (m_hTimerShow) { in Hide()
218 FWL_StopTimer(m_hTimerShow); in Hide()
219 m_hTimerShow = NULL; in Hide()
263 if (m_pToolTip->m_hTimerShow == hTimer && m_pToolTip->m_hTimerShow) { in Run()
267 FWL_StopTimer(m_pToolTip->m_hTimerShow); in Run()
268 m_pToolTip->m_hTimerShow = NULL; in Run()
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_tooltipctrlimp.h58 FWL_HTIMER m_hTimerShow; variable