/external/chromium_org/net/disk_cache/v3/ |
eviction_v3.cc | 29 #include "net/disk_cache/eviction.h" 37 #include "net/disk_cache/backend_impl.h" 38 #include "net/disk_cache/entry_impl.h" 39 #include "net/disk_cache/experiments.h" 40 #include "net/disk_cache/histogram_macros.h" 41 #include "net/disk_cache/trace.h" 66 namespace disk_cache { namespace 502 } // namespace disk_cache
|
sparse_control_v3.cc | 5 #include "net/disk_cache/sparse_control.h" 16 #include "net/disk_cache/backend_impl.h" 17 #include "net/disk_cache/entry_impl.h" 18 #include "net/disk_cache/file.h" 19 #include "net/disk_cache/net_log_parameters.h" 54 public disk_cache::FileIOCallback { 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) 64 void ReadData(disk_cache::Addr address, int len); 72 base::WeakPtr<disk_cache::BackendImpl> backend_; 74 disk_cache::Bitmap children_map_ 187 namespace disk_cache { namespace [all...] |
disk_format_v3.h | 8 // Any data blob bigger than kMaxBlockSize (disk_cache/addr.h) will be stored in 26 // disk_cache/disk_format_base.h 45 #include "net/disk_cache/disk_format_base.h" 47 namespace disk_cache { namespace 188 } // namespace disk_cache
|
backend_impl_v3.cc | 5 #include "net/disk_cache/backend_impl.h" 24 #include "net/disk_cache/cache_util.h" 25 #include "net/disk_cache/entry_impl.h" 26 #include "net/disk_cache/errors.h" 27 #include "net/disk_cache/experiments.h" 28 #include "net/disk_cache/file.h" 32 #include "net/disk_cache/histogram_macros.h" 71 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len; 72 return sizeof(disk_cache::IndexHeader) + table_size; 79 namespace disk_cache { namespace [all...] |
entry_impl_v3.cc | 5 #include "net/disk_cache/entry_impl.h" 13 #include "net/disk_cache/backend_impl.h" 14 #include "net/disk_cache/bitmap.h" 15 #include "net/disk_cache/cache_util.h" 16 #include "net/disk_cache/histogram_macros.h" 17 #include "net/disk_cache/net_log_parameters.h" 18 #include "net/disk_cache/sparse_control.h" 30 namespace disk_cache { namespace [all...] |
/external/chromium_org/net/http/ |
http_cache.h | 9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for 39 namespace disk_cache { namespace 92 scoped_ptr<disk_cache::Backend>* backend, 112 scoped_ptr<disk_cache::Backend>* backend, 152 int GetBackend(disk_cache::Backend** backend, 156 disk_cache::Backend* GetCurrentBackend() const; 224 explicit ActiveEntry(disk_cache::Entry* entry); 227 disk_cache::Entry* disk_entry; 244 int CreateBackend(disk_cache::Backend** backend, 282 ActiveEntry* ActivateEntry(disk_cache::Entry* disk_entry) [all...] |
mock_http_cache.cc | 349 return net::DISK_CACHE; 356 int MockDiskCache::OpenEntry(const std::string& key, disk_cache::Entry** entry, 388 disk_cache::Entry** entry, 460 int MockDiskCache::OpenNextEntry(void** iter, disk_cache::Entry** next_entry, 491 scoped_ptr<disk_cache::Backend>* backend, 507 MockDiskCache* MockHttpCache::disk_cache() { function in class:MockHttpCache 509 disk_cache::Backend* backend; 515 bool MockHttpCache::ReadResponseInfo(disk_cache::Entry* disk_entry, 532 disk_cache::Entry* disk_entry, const net::HttpResponseInfo* response_info, 549 disk_cache::Entry** entry) [all...] |
/external/chromium_org/net/tools/crash_cache/ |
crash_cache.cc | 28 #include "net/disk_cache/backend_impl.h" 29 #include "net/disk_cache/disk_cache.h" 30 #include "net/disk_cache/disk_cache_test_util.h" 31 #include "net/disk_cache/rankings.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/tools/disk_cache_memory_test/ |
disk_cache_memory_test.cc | 28 #include "net/disk_cache/disk_cache.h" 29 #include "net/disk_cache/simple/simple_backend_impl.h" 30 #include "net/disk_cache/simple/simple_index.h" 32 namespace disk_cache { namespace 38 const char kDiskCacheType[] = "disk_cache"; 60 tokens[1] == kDiskCacheType ? net::DISK_CACHE : net::APP_CACHE, 252 << " <cache_type>='disk_cache'|'app_cache'" << std::endl 297 } // namespace disk_cache 300 return !disk_cache::Main(argc, argv) [all...] |
/external/chromium/net/disk_cache/ |
block_files.cc | 5 #include "net/disk_cache/block_files.h" 13 #include "net/disk_cache/cache_util.h" 14 #include "net/disk_cache/file_lock.h" 15 #include "net/disk_cache/trace.h" 34 void FixAllocationCounters(disk_cache::BlockFileHeader* header); 39 bool CreateMapBlock(int target, int size, disk_cache::BlockFileHeader* header, 41 if (target <= 0 || target > disk_cache::kMaxNumBlocks || 42 size <= 0 || size > disk_cache::kMaxNumBlocks) { 60 disk_cache::FileLock lock(header); 88 void DeleteMapBlock(int index, int size, disk_cache::BlockFileHeader* header) 187 namespace disk_cache { namespace [all...] |
rankings.cc | 5 #include "net/disk_cache/rankings.h" 8 #include "net/disk_cache/backend_impl.h" 9 #include "net/disk_cache/entry_impl.h" 10 #include "net/disk_cache/errors.h" 11 #include "net/disk_cache/histogram_macros.h" 17 disk_cache::RankCrashes g_rankings_crash = disk_cache::NO_CRASH; 37 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr, 41 volatile disk_cache::LruData* data_ 191 namespace disk_cache { namespace [all...] |
sparse_control.cc | 5 #include "net/disk_cache/sparse_control.h" 15 #include "net/disk_cache/backend_impl.h" 16 #include "net/disk_cache/entry_impl.h" 17 #include "net/disk_cache/file.h" 18 #include "net/disk_cache/net_log_parameters.h" 53 public disk_cache::FileIOCallback { 55 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) 63 void ReadData(disk_cache::Addr address, int len); 71 base::WeakPtr<disk_cache::BackendImpl> backend_; 73 disk_cache::Bitmap children_map_ 184 namespace disk_cache { namespace [all...] |
disk_format.h | 61 namespace disk_cache { namespace 259 } // namespace disk_cache
|
entry_impl.cc | 5 #include "net/disk_cache/entry_impl.h" 12 #include "net/disk_cache/backend_impl.h" 13 #include "net/disk_cache/bitmap.h" 14 #include "net/disk_cache/cache_util.h" 15 #include "net/disk_cache/hash.h" 16 #include "net/disk_cache/histogram_macros.h" 17 #include "net/disk_cache/net_log_parameters.h" 18 #include "net/disk_cache/sparse_control.h" 31 class SyncCallback: public disk_cache::FileIOCallback { 35 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer 84 namespace disk_cache { namespace [all...] |
backend_impl.cc | 5 #include "net/disk_cache/backend_impl.h" 22 #include "net/disk_cache/cache_util.h" 23 #include "net/disk_cache/entry_impl.h" 24 #include "net/disk_cache/errors.h" 25 #include "net/disk_cache/experiments.h" 26 #include "net/disk_cache/file.h" 27 #include "net/disk_cache/hash.h" 28 #include "net/disk_cache/mem_backend_impl.h" 32 #include "net/disk_cache/histogram_macros.h" 69 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len 290 namespace disk_cache { namespace [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_remover.h | 35 namespace disk_cache { namespace 355 disk_cache::Backend* cache_;
|
/external/chromium_org/net/disk_cache/ |
block_files.cc | 5 #include "net/disk_cache/block_files.h" 14 #include "net/disk_cache/cache_util.h" 15 #include "net/disk_cache/file_lock.h" 16 #include "net/disk_cache/trace.h" 37 namespace disk_cache { namespace 83 disk_cache::FileLock lock(header_); 135 disk_cache::FileLock lock(header_); 732 } // namespace disk_cache
|
sparse_control.cc | 5 #include "net/disk_cache/sparse_control.h" 16 #include "net/disk_cache/backend_impl.h" 17 #include "net/disk_cache/entry_impl.h" 18 #include "net/disk_cache/file.h" 19 #include "net/disk_cache/net_log_parameters.h" 54 public disk_cache::FileIOCallback { 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) 64 void ReadData(disk_cache::Addr address, int len); 72 base::WeakPtr<disk_cache::BackendImpl> backend_; 74 disk_cache::Bitmap children_map_ 185 namespace disk_cache { namespace [all...] |
rankings.cc | 5 #include "net/disk_cache/rankings.h" 8 #include "net/disk_cache/backend_impl.h" 9 #include "net/disk_cache/disk_format.h" 10 #include "net/disk_cache/entry_impl.h" 11 #include "net/disk_cache/errors.h" 12 #include "net/disk_cache/histogram_macros.h" 13 #include "net/disk_cache/stress_support.h" 18 namespace disk_cache { namespace 41 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr 191 namespace disk_cache { namespace [all...] |
entry_impl.cc | 5 #include "net/disk_cache/entry_impl.h" 13 #include "net/disk_cache/backend_impl.h" 14 #include "net/disk_cache/bitmap.h" 15 #include "net/disk_cache/cache_util.h" 16 #include "net/disk_cache/disk_format.h" 17 #include "net/disk_cache/histogram_macros.h" 18 #include "net/disk_cache/net_log_parameters.h" 19 #include "net/disk_cache/sparse_control.h" 32 class SyncCallback: public disk_cache::FileIOCallback { 36 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer 85 namespace disk_cache { namespace [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file.cc | 5 #include "net/disk_cache/simple/simple_index_file.h" 17 #include "net/disk_cache/simple/simple_backend_version.h" 18 #include "net/disk_cache/simple/simple_entry_format.h" 19 #include "net/disk_cache/simple/simple_histogram_macros.h" 20 #include "net/disk_cache/simple/simple_index.h" 21 #include "net/disk_cache/simple/simple_synchronous_entry.h" 22 #include "net/disk_cache/simple/simple_util.h" 25 namespace disk_cache { namespace 464 } // namespace disk_cache
|
simple_backend_impl.cc | 5 #include "net/disk_cache/simple/simple_backend_impl.h" 29 #include "net/disk_cache/cache_util.h" 30 #include "net/disk_cache/simple/simple_entry_format.h" 31 #include "net/disk_cache/simple/simple_entry_impl.h" 32 #include "net/disk_cache/simple/simple_histogram_macros.h" 33 #include "net/disk_cache/simple/simple_index.h" 34 #include "net/disk_cache/simple/simple_index_file.h" 35 #include "net/disk_cache/simple/simple_synchronous_entry.h" 36 #include "net/disk_cache/simple/simple_util.h" 37 #include "net/disk_cache/simple/simple_version_upgrade.h 49 namespace disk_cache { namespace [all...] |
simple_entry_impl.cc | 5 #include "net/disk_cache/simple/simple_entry_impl.h" 22 #include "net/disk_cache/net_log_parameters.h" 23 #include "net/disk_cache/simple/simple_backend_impl.h" 24 #include "net/disk_cache/simple/simple_histogram_macros.h" 25 #include "net/disk_cache/simple/simple_index.h" 26 #include "net/disk_cache/simple/simple_net_log_parameters.h" 27 #include "net/disk_cache/simple/simple_synchronous_entry.h" 28 #include "net/disk_cache/simple/simple_util.h" 31 namespace disk_cache { namespace [all...] |
simple_synchronous_entry.cc | 5 #include "net/disk_cache/simple/simple_synchronous_entry.h" 21 #include "net/disk_cache/simple/simple_backend_version.h" 22 #include "net/disk_cache/simple/simple_histogram_macros.h" 23 #include "net/disk_cache/simple/simple_util.h" 123 DCHECK_GT(disk_cache::kSimpleEntryFileCount, file_index); 124 return file_index == disk_cache::simple_util::GetFileIndexFromStreamIndex(2); 129 namespace disk_cache { namespace [all...] |
/external/chromium/chrome/browser/ui/webui/ |
net_internals_ui.cc | 52 #include "net/disk_cache/disk_cache.h" 88 disk_cache::Backend* GetDiskCacheBackend(net::URLRequestContext* context) { 1170 disk_cache::Backend* disk_cache = GetDiskCacheBackend( local [all...] |