Searched refs:delta_bytes (Results 1 – 6 of 6) sorted by relevance
41 std::string crl_set_bytes, delta_bytes; in main() local45 !base::ReadFileToString(delta_filename, &delta_bytes)) { in main()55 if (!delta_bytes.empty()) { in main()57 crl_set.get(), delta_bytes, &final_crl_set)) { in main()
246 int64 delta_bytes = total - received; in RecordDownloadInterrupted() local261 if (delta_bytes == 0) { in RecordDownloadInterrupted()269 } else if (delta_bytes > 0) { in RecordDownloadInterrupted()271 delta_bytes, in RecordDownloadInterrupted()277 -delta_bytes, in RecordDownloadInterrupted()
33 const base::StringPiece& delta_bytes,
362 const base::StringPiece& delta_bytes, in ApplyDelta() argument364 base::StringPiece data(delta_bytes); in ApplyDelta()
219 size_t delta_bytes = N * Static::sizemap()->ByteSizeForClass(cl); in ReleaseToCentralCache() local233 size_ -= delta_bytes; in ReleaseToCentralCache()
225 size_t delta_bytes = N * Static::sizemap()->ByteSizeForClass(cl); in ReleaseToCentralCache() local239 size_ -= delta_bytes; in ReleaseToCentralCache()