/external/chromium_org/content/browser/appcache/ |
DEPS | 2 "+net/disk_cache",
|
appcache_disk_cache_unittest.cc | 59 scoped_ptr<AppCacheDiskCache> disk_cache(new AppCacheDiskCache); 60 EXPECT_FALSE(disk_cache->is_disabled()); 61 disk_cache->InitWithDiskBackend( 63 disk_cache->CreateEntry(1, &entry, completion_callback_); 64 disk_cache->OpenEntry(2, &entry, completion_callback_); 65 disk_cache->DoomEntry(3, completion_callback_); 68 EXPECT_FALSE(disk_cache->is_disabled()); 69 disk_cache->Disable(); 70 EXPECT_TRUE(disk_cache->is_disabled()); 90 scoped_ptr<AppCacheDiskCache> disk_cache(new AppCacheDiskCache) [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_disk_cache.cc | 10 int64 response_id, ServiceWorkerDiskCache* disk_cache) 11 : AppCacheResponseReader(response_id, 0, disk_cache) { 15 int64 response_id, ServiceWorkerDiskCache* disk_cache) 16 : AppCacheResponseWriter(response_id, 0, disk_cache) {
|
/external/chromium_org/net/disk_cache/blockfile/ |
disk_format.cc | 5 #include "net/disk_cache/blockfile/disk_format.h" 7 namespace disk_cache { namespace 15 } // namespace disk_cache
|
storage_block_unittest.cc | 6 #include "net/disk_cache/blockfile/disk_format.h" 7 #include "net/disk_cache/blockfile/storage_block-inl.h" 8 #include "net/disk_cache/blockfile/storage_block.h" 9 #include "net/disk_cache/disk_cache_test_base.h" 10 #include "net/disk_cache/disk_cache_test_util.h" 13 typedef disk_cache::StorageBlock<disk_cache::EntryStore> CacheEntryBlock; 17 scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile); 21 CacheEntryBlock entry1(file.get(), disk_cache::Addr(0xa0010001)) [all...] |
file.cc | 5 #include "net/disk_cache/blockfile/file.h" 7 namespace disk_cache { namespace 16 } // namespace disk_cache
|
backend_worker_v3.h | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 13 #include "net/disk_cache/blockfile/addr.h" 14 #include "net/disk_cache/blockfile/backend_impl_v3.h" 15 #include "net/disk_cache/blockfile/block_files.h" 21 namespace disk_cache { namespace 41 bool CreateBackingStore(disk_cache::File* file); 54 } // namespace disk_cache
|
block_bitmaps_v3_unittest.cc | 5 #include "net/disk_cache/blockfile/addr.h" 6 #include "net/disk_cache/blockfile/block_bitmaps_v3.h" 7 #include "net/disk_cache/blockfile/block_files.h" 8 #include "net/disk_cache/blockfile/disk_format_base.h" 13 disk_cache::BlockBitmaps block_bitmaps; 14 disk_cache::BlockFilesBitmaps bitmaps; 17 disk_cache::BlockFileHeader headers[kNumHeaders]; 20 headers[i].magic = disk_cache::kBlockMagic; 21 headers[i].version = disk_cache::kBlockCurrentVersion; 25 bitmaps.push_back(disk_cache::BlockHeader(&headers[i])) [all...] |
file_block.h | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 10 namespace disk_cache { namespace 29 } // namespace disk_cache
|
index_table_v3_unittest.cc | 7 #include "net/disk_cache/blockfile/addr.h" 8 #include "net/disk_cache/blockfile/disk_format_v3.h" 9 #include "net/disk_cache/blockfile/index_table_v3.h" 12 using disk_cache::EntryCell; 13 using disk_cache::IndexCell; 14 using disk_cache::IndexTable; 15 using disk_cache::IndexTableInitData; 21 disk_cache::Addr addr; 30 class MockIndexBackend : public disk_cache::IndexTableBackend { 63 scoped_ptr<disk_cache::IndexBucket[]> main_table_ [all...] |
file_ios.cc | 5 #include "net/disk_cache/blockfile/file.h" 12 #include "net/disk_cache/blockfile/in_flight_io.h" 13 #include "net/disk_cache/disk_cache.h" 19 class FileBackgroundIO : public disk_cache::BackgroundIO { 26 FileBackgroundIO(disk_cache::File* file, const void* buf, size_t buf_len, 27 size_t offset, disk_cache::FileIOCallback* callback, 28 disk_cache::InFlightIO* controller) 29 : disk_cache::BackgroundIO(controller), callback_(callback), file_(file), 33 disk_cache::FileIOCallback* callback() 167 namespace disk_cache { namespace [all...] |
file_lock.h | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 11 #include "net/disk_cache/blockfile/disk_format_base.h" 13 namespace disk_cache { namespace 43 } // namespace disk_cache
|
mapped_file_posix.cc | 5 #include "net/disk_cache/blockfile/mapped_file.h" 12 #include "net/disk_cache/disk_cache.h" 14 namespace disk_cache { namespace 54 } // namespace disk_cache
|
mapped_file_win.cc | 5 #include "net/disk_cache/blockfile/mapped_file.h" 10 #include "net/disk_cache/disk_cache.h" 12 namespace disk_cache { namespace 55 } // namespace disk_cache
|
file_lock.cc | 5 #include "net/disk_cache/blockfile/file_lock.h" 20 namespace disk_cache { namespace 47 } // namespace disk_cache
|
mapped_file_unittest.cc | 8 #include "net/disk_cache/blockfile/file_block.h" 9 #include "net/disk_cache/blockfile/mapped_file.h" 10 #include "net/disk_cache/disk_cache_test_base.h" 11 #include "net/disk_cache/disk_cache_test_util.h" 17 class FileCallbackTest: public disk_cache::FileIOCallback { 43 class TestFileBlock : public disk_cache::FileBlock { 63 scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile); 78 scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile) [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_test_util.cc | 5 #include "net/disk_cache/simple/simple_test_util.h" 9 #include "net/disk_cache/simple/simple_util.h" 11 namespace disk_cache { namespace 17 disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, 0)); 28 } // namespace disk_cache
|
simple_entry_format.cc | 5 #include "net/disk_cache/simple/simple_entry_format.h" 9 namespace disk_cache { namespace 26 } // namespace disk_cache
|
simple_net_log_parameters.cc | 5 #include "net/disk_cache/simple/simple_net_log_parameters.h" 14 #include "net/disk_cache/simple/simple_entry_impl.h" 19 const disk_cache::SimpleEntryImpl* entry, 28 const disk_cache::SimpleEntryImpl* entry, 40 namespace disk_cache { namespace 55 } // namespace disk_cache
|
simple_util_unittest.cc | 7 #include "net/disk_cache/simple/simple_util.h" 10 using disk_cache::simple_util::ConvertEntryHashKeyToHexString; 11 using disk_cache::simple_util::GetEntryHashKeyAsHexString; 12 using disk_cache::simple_util::GetEntryHashKeyFromHexString; 13 using disk_cache::simple_util::GetEntryHashKey; 14 using disk_cache::simple_util::GetFileSizeFromKeyAndDataSize; 15 using disk_cache::simple_util::GetDataSizeFromKeyAndFileSize;
|
simple_index_file_win.cc | 5 #include "net/disk_cache/simple/simple_index_file.h" 12 namespace disk_cache { namespace 33 } // namespace disk_cache
|
/external/chromium_org/net/tools/crash_cache/ |
crash_cache.cc | 28 #include "net/disk_cache/blockfile/backend_impl.h" 29 #include "net/disk_cache/blockfile/rankings.h" 30 #include "net/disk_cache/disk_cache.h" 31 #include "net/disk_cache/disk_cache_test_util.h" 43 using disk_cache::RankCrashes; 73 for (int i = disk_cache::NO_CRASH + 1; i < disk_cache::MAX_CRASH; i++) { 84 namespace disk_cache { namespace 118 COMPILE_ASSERT(arraysize(folders) == disk_cache::MAX_CRASH, sync_folders) [all...] |
/external/chromium_org/net/disk_cache/memory/ |
mem_rankings.h | 5 // See net/disk_cache/disk_cache.h for the public interface. 12 namespace disk_cache { namespace 42 } // namespace disk_cache
|
/external/chromium_org/net/tools/dump_cache/ |
dump_files.cc | 21 #include "net/disk_cache/blockfile/block_files.h" 22 #include "net/disk_cache/blockfile/disk_format.h" 23 #include "net/disk_cache/blockfile/mapped_file.h" 24 #include "net/disk_cache/blockfile/stats.h" 25 #include "net/disk_cache/blockfile/storage_block-inl.h" 26 #include "net/disk_cache/blockfile/storage_block.h" 49 disk_cache::IndexHeader header; 57 void DumpStats(const base::FilePath& path, disk_cache::CacheAddr addr) { 61 disk_cache::BlockFiles block_files(path); 67 disk_cache::Addr address(addr) [all...] |
/external/chromium_org/net/disk_cache/ |
cache_creator.cc | 11 #include "net/disk_cache/blockfile/backend_impl.h" 12 #include "net/disk_cache/cache_util.h" 13 #include "net/disk_cache/disk_cache.h" 14 #include "net/disk_cache/memory/mem_backend_impl.h" 15 #include "net/disk_cache/simple/simple_backend_impl.h" 32 scoped_ptr<disk_cache::Backend>* backend, 53 scoped_ptr<disk_cache::Backend>* backend_; 55 scoped_ptr<disk_cache::Backend> created_cache_; 70 scoped_ptr<disk_cache::Backend>* backend 160 namespace disk_cache { namespace [all...] |