Searched refs:NeedToGrowBlockFile (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.h55 bool NeedToGrowBlockFile(int block_count) const;
H A Dblock_bitmaps_v3.cc126 while (bitmaps_[header_num].NeedToGrowBlockFile(block_count)) {
H A Dblock_files.cc188 bool BlockHeader::NeedToGrowBlockFile(int block_count) const { function in class:disk_cache::BlockHeader
556 while (file_header.NeedToGrowBlockFile(block_count)) {

Completed in 103 milliseconds