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

  /external/chromium_org/net/disk_cache/blockfile/
backend_worker_v3.h 48 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImplV3::Worker
block_files.h 156 std::vector<MappedFile*> block_files_; // The actual files. member in class:disk_cache::BlockFiles
backend_impl.h 368 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
backend_impl_v3.h 248 BlockBitmaps block_files_; member in class:disk_cache::BackendImplV3
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 156 block_files_(path),
175 disk_cache::BlockFiles block_files_; member in class:__anon14377::CacheDumper
185 if (!block_files_.Init(false)) {
235 disk_cache::MappedFile* file = block_files_.GetFile(address);
260 disk_cache::MappedFile* file = block_files_.GetFile(address);

Completed in 1393 milliseconds