HomeSort by relevance Sort by last modified time
    Searched refs:BlockFiles (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/disk_cache/
block_files.h 26 class BlockFiles {
28 explicit BlockFiles(const FilePath& path);
29 ~BlockFiles();
99 DISALLOW_COPY_AND_ASSIGN(BlockFiles);
block_files.cc 189 BlockFiles::BlockFiles(const FilePath& path)
193 BlockFiles::~BlockFiles() {
199 bool BlockFiles::Init(bool create_files) {
223 MappedFile* BlockFiles::GetFile(Addr address) {
241 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
275 void BlockFiles::DeleteBlock(Addr address, bool deep) {
308 void BlockFiles::CloseFiles() {
322 void BlockFiles::ReportStats()
    [all...]
block_files_unittest.cc 35 BlockFiles files(path);
62 BlockFiles files(path);
86 BlockFiles files(path);
164 BlockFiles files(path);
186 BlockFiles files(path);
210 BlockFiles files(path);
235 BlockFiles files(path);
258 BlockFiles files(path);
backend_impl.h 346 BlockFiles block_files_; // Set of files used to store all data.
disk_cache_perftest.cc 224 disk_cache::BlockFiles files(test_cache.path());
  /external/chromium/net/tools/dump_cache/
dump_files.cc 131 disk_cache::BlockFiles block_files_;

Completed in 61 milliseconds