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