Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dblock_files.h71 MappedFile* NextFile(const MappedFile* file);
Dblock_files.cc477 file = NextFile(file); in FileForNewBlock()
492 MappedFile* BlockFiles::NextFile(const MappedFile* file) { in NextFile() function in disk_cache::BlockFiles