Searched refs:kProgressDownloadWeight (Results 1 – 2 of 2) sorted by relevance
69 const unsigned DeltaPerformer::kProgressDownloadWeight = 50; member in chromeos_update_engine::DeltaPerformer120 static_assert(kProgressDownloadWeight + kProgressOperationsWeight == 100, in UpdateOverallProgress()137 total_bytes_received_, payload_size, kProgressDownloadWeight)), in UpdateOverallProgress()138 kProgressDownloadWeight); in UpdateOverallProgress()140 actual_operations_weight += kProgressDownloadWeight; in UpdateOverallProgress()
63 static const unsigned kProgressDownloadWeight; variable