HomeSort by relevance Sort by last modified time
    Searched defs:NeedToGrowBlockFile (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
block_files.cc 166 bool NeedToGrowBlockFile(const disk_cache::BlockFileHeader* header,
475 while (NeedToGrowBlockFile(header, block_count)) {
  /external/chromium_org/net/disk_cache/
block_files.cc 187 bool BlockHeader::NeedToGrowBlockFile(int block_count) const {
558 while (file_header.NeedToGrowBlockFile(block_count)) {

Completed in 59 milliseconds