Home
last modified time | relevance | path

Searched refs:partial_start_bytes (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/disk_cache/
Dsparse_control.cc751 int partial_start_bytes = PartialBlockLength(start); in DoGetAvailableRange() local
757 if (!bits_found && partial_start_bytes <= block_offset) in DoGetAvailableRange()
778 result_ = std::min(partial_start_bytes - block_offset, child_len_); in DoGetAvailableRange()