Searched refs:dwElapse (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_timer.cpp | 19 CFWL_TimerInfo* CFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) { in StartTimer() argument 33 pAdapterTimerMgr->Start(this, dwElapse, bImmediately, &pTimerInfo); in StartTimer()
|
D | ifwl_adaptertimermgr.h | 15 uint32_t dwElapse,
|
D | cfwl_timer.h | 22 CFWL_TimerInfo* StartTimer(uint32_t dwElapse, bool bImmediately);
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cxfa_fwladaptertimermgr.cpp | 39 uint32_t dwElapse, in Start() argument 45 int32_t id_event = m_pFormFillEnv->SetTimer(dwElapse, TimerProc); in Start()
|
D | cxfa_fwladaptertimermgr.h | 24 uint32_t dwElapse,
|
/external/pdfium/fxjs/ |
D | global_timer.cpp | 14 uint32_t dwElapse, in GlobalTimer() argument 25 m_nTimerID = pHandler->SetTimer(dwElapse, Trigger); in GlobalTimer()
|
D | global_timer.h | 21 uint32_t dwElapse,
|