HomeSort by relevance Sort by last modified time
    Searched refs:GrowBlockFile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.h 57 bool GrowBlockFile(MappedFile* file, BlockFileHeader* header);
block_bitmaps.cc 206 bool BlockFiles::GrowBlockFile(MappedFile* file, BlockFileHeader* header) {
251 if (!GrowBlockFile(file, header))
  /external/chromium/net/disk_cache/
block_files.h 65 bool GrowBlockFile(MappedFile* file, BlockFileHeader* header);
block_files.cc 440 bool BlockFiles::GrowBlockFile(MappedFile* file, BlockFileHeader* header) {
484 if (!GrowBlockFile(file, header))
  /external/chromium_org/net/disk_cache/
block_files.h 113 bool GrowBlockFile(MappedFile* file, BlockFileHeader* header);
block_files.cc 486 bool BlockFiles::GrowBlockFile(MappedFile* file, BlockFileHeader* header) {
531 if (!GrowBlockFile(file, header.Get()))

Completed in 2021 milliseconds