Searched defs:newProgress (Results 1 – 3 of 3) sorted by relevance
272 const auto newProgress = totalDuration != 0.f ? currentTime / totalDuration : 1.f; in UpdateProgress() local
807 explicit LoadWebProgressChangeEvent(const int& newProgress) in LoadWebProgressChangeEvent()
230 void WebClientImpl::OnLoadingProgress(int newProgress) in OnLoadingProgress()