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

  /external/chromium_org/net/disk_cache/v3/
backend_worker.h 52 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
backend_impl_v3.h 251 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
  /external/chromium/net/disk_cache/
block_files.h 91 std::vector<MappedFile*> block_files_; // The actual files. member in class:disk_cache::BlockFiles
backend_impl.h 346 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
  /external/chromium_org/net/disk_cache/
block_files.h 139 std::vector<MappedFile*> block_files_; // The actual files. member in class:disk_cache::BlockFiles
backend_impl.h 359 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
  /external/chromium/net/tools/dump_cache/
dump_files.cc 112 block_files_(FilePath::FromWStringHack(path)),
131 disk_cache::BlockFiles block_files_; member in class:__anon5645::CacheDumper
141 if (!block_files_.Init(false)) {
192 disk_cache::MappedFile* file = block_files_.GetFile(address);
217 disk_cache::MappedFile* file = block_files_.GetFile(address);
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 157 block_files_(path),
176 disk_cache::BlockFiles block_files_; member in class:__anon11560::CacheDumper
186 if (!block_files_.Init(false)) {
236 disk_cache::MappedFile* file = block_files_.GetFile(address);
261 disk_cache::MappedFile* file = block_files_.GetFile(address);

Completed in 103 milliseconds