Lines Matching refs:progress
607 double progress = 0; in BytesReceived() local
609 progress = static_cast<double>(bytes_received) / static_cast<double>(total); in BytesReceived()
611 download_progress_ = progress; in BytesReceived()
614 ProgressUpdate(progress); in BytesReceived()
638 void UpdateAttempterAndroid::ProgressUpdate(double progress) { in ProgressUpdate() argument
641 if (progress == 1.0 || in ProgressUpdate()
642 progress - download_progress_ >= kBroadcastThresholdProgress || in ProgressUpdate()
645 download_progress_ = progress; in ProgressUpdate()
650 void UpdateAttempterAndroid::OnVerifyProgressUpdate(double progress) { in OnVerifyProgressUpdate() argument
652 ProgressUpdate(progress); in OnVerifyProgressUpdate()
712 .progress = download_progress_, in SetStatusAndNotify()
1029 void UpdateAttempterAndroid::OnCleanupProgressUpdate(double progress) { in OnCleanupProgressUpdate() argument
1031 callback->OnCleanupProgressUpdate(progress); in OnCleanupProgressUpdate()