Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dblock_files.h55 bool GrowBlockFile(MappedFile* file, BlockFileHeader* header);
Dblock_files.cc283 bool BlockFiles::GrowBlockFile(MappedFile* file, BlockFileHeader* header) { in GrowBlockFile() function in disk_cache::BlockFiles
327 if (!GrowBlockFile(file, header)) in FileForNewBlock()