Searched refs:bytes_expected (Results 1 – 1 of 1) sorted by relevance
106 uint64_t bytes_expected; member127 bytes_expected = 0; in Reset()148 if (bytes_expected != 0 && bytes_transferred <= bytes_expected) { in ReportProgress()149 int overall_percentage = static_cast<int>(bytes_transferred * 100 / bytes_expected); in ReportProgress()560 current_ledger_.bytes_expected = 0; in ComputeExpectedTotalBytes()564 if (!ci.skip) current_ledger_.bytes_expected += ci.size; in ComputeExpectedTotalBytes()570 current_ledger_.bytes_expected = expected_total_bytes; in SetExpectedTotalBytes()