Searched defs:block_files_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_worker_v3.h48 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImplV3::Worker
H A Dblock_files.h156 std::vector<MappedFile*> block_files_; // The actual files. member in class:disk_cache::BlockFiles
H A Dbackend_impl.h368 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
H A Dbackend_impl_v3.h248 BlockBitmaps block_files_; member in class:disk_cache::BackendImplV3
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc156 block_files_(path),
175 disk_cache::BlockFiles block_files_; member in class:__anon9752::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 65 milliseconds