Home | History | Annotate | Download | only in payload_consumer

Lines Matching refs:kProgressDownloadWeight

73 const unsigned DeltaPerformer::kProgressDownloadWeight = 50;
213 static_assert(kProgressDownloadWeight + kProgressOperationsWeight == 100,
218 // kProgressDownloadWeight, in case we end up downloading more than we
230 kProgressDownloadWeight)),
231 kProgressDownloadWeight);
233 actual_operations_weight += kProgressDownloadWeight;