Home
last modified time | relevance | path

Searched refs:idEvent (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcxfa_fwladaptertimermgr.cpp22 : CFWL_TimerInfo(mgr), idEvent(event), pTimer(timer) {} in CFWL_FWLAdapterTimerInfo()
24 int32_t idEvent; member in __anondd12a5d00111::CFWL_FWLAdapterTimerInfo
59 m_pFormFillEnv->KillTimer(pInfo->idEvent); in Stop()
71 void CXFA_FWLAdapterTimerMgr::TimerProc(int32_t idEvent) { in TimerProc() argument
78 if (pInfo->idEvent == idEvent) { in TimerProc()
Dcxfa_fwladaptertimermgr.h30 static void TimerProc(int32_t idEvent);
/external/pdfium/fpdfsdk/pwl/
Dcpwl_timer.cpp54 void CPWL_Timer::TimerProc(int32_t idEvent) { in TimerProc() argument
55 auto it = GetPWLTimeMap().find(idEvent); in TimerProc()
Dcpwl_timer.h20 static void TimerProc(int32_t idEvent);
/external/lzma/CPP/Windows/
DWindow.h269 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0)
270 { return ::SetTimer(_window, idEvent, elapse, timerFunc); }
271 bool KillTimer(UINT_PTR idEvent) in KillTimer() argument
272 {return BOOLToBool(::KillTimer(_window, idEvent)); } in KillTimer()
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.h15 using TimerCallback = void (*)(int32_t idEvent);
/external/pdfium/public/
Dfpdf_formfill.h328 typedef void (*TimerCallback)(int idEvent);