Searched defs:idEvent (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_timer.cpp54 void CPWL_Timer::TimerProc(int32_t idEvent) { argument
55 auto it = GetPWLTimeMap().find(idEvent);
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcxfa_fwladaptertimermgr.cpp22 : CFWL_TimerInfo(mgr), idEvent(event), pTimer(timer) {}
24 int32_t idEvent; member in class:__anon17885::CFWL_FWLAdapterTimerInfo
59 m_pFormFillEnv->KillTimer(pInfo->idEvent);
71 void CXFA_FWLAdapterTimerMgr::TimerProc(int32_t idEvent) { argument
78 if (pInfo->idEvent == idEvent) {
/external/lzma/CPP/Windows/
H A DWindow.h269 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0) argument
270 { return ::SetTimer(_window, idEvent, elapse, timerFunc); }
271 bool KillTimer(UINT_PTR idEvent) argument
272 {return BOOLToBool(::KillTimer(_window, idEvent)); }

Completed in 8476 milliseconds