OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FWL_StartTimer
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_timer.h
19
FWL_HTIMER
FWL_StartTimer
(IFWL_Timer* pTimer,
/external/pdfium/xfa/src/fwl/src/core/
fwl_timerimp.cpp
11
FWL_HTIMER
FWL_StartTimer
(IFWL_Timer* pTimer,
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_caretimp.cpp
90
m_hTimer =
FWL_StartTimer
(m_pTimer, m_dwElapse);
fwl_tooltipctrlimp.cpp
207
m_hTimerShow =
FWL_StartTimer
(&m_TimerShow, nInitDelay, FALSE);
228
m_hTimerHide =
FWL_StartTimer
(&m_TimerHide, nAutoPopDelay, FALSE);
fwl_spinbuttonimp.cpp
292
m_pOwner->m_hTimer =
FWL_StartTimer
(m_pOwner, FWL_SPIN_Elapse);
fwl_scrollbarimp.cpp
230
m_hTimer =
FWL_StartTimer
(this, 0);
697
m_pOwner->m_hTimer =
FWL_StartTimer
(m_pOwner, FWL_SCROLLBAR_Elapse);
Completed in 2053 milliseconds