Searched defs:onTimer (Results 1 – 3 of 3) sorted by relevance
131 const OnTimerFunc onTimer; variable
426 HRESULT CPanel::RefreshListCtrl_SaveFocused(bool onTimer) in RefreshListCtrl_SaveFocused()1428 void CPanel::OnReload(bool onTimer) in OnReload()
215 TimeCheck::TimeCheck(std::string_view tag, OnTimerFunc&& onTimer, Duration requestedTimeoutDuration, in TimeCheck()