| /external/chromium_org/net/disk_cache/simple/ |
| simple_util.cc | 5 #include "net/disk_cache/simple/simple_util.h" 17 #include "net/disk_cache/simple/simple_entry_format.h" 47 namespace disk_cache { namespace 139 } // 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 47 namespace disk_cache { namespace [all...] |
| simple_entry_impl.h | 18 #include "net/disk_cache/disk_cache.h" 19 #include "net/disk_cache/simple/simple_entry_format.h" 20 #include "net/disk_cache/simple/simple_entry_operation.h" 31 namespace disk_cache { namespace 377 } // namespace disk_cache
|
| simple_entry_operation.cc | 5 #include "net/disk_cache/simple/simple_entry_operation.h" 9 #include "net/disk_cache/disk_cache.h" 10 #include "net/disk_cache/simple/simple_entry_impl.h" 12 namespace disk_cache { namespace 340 } // namespace disk_cache
|
| simple_synchronous_entry.h | 21 #include "net/disk_cache/simple/simple_entry_format.h" 28 namespace disk_cache { namespace 338 } // namespace disk_cache
|
| 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" 108 DCHECK_GT(disk_cache::kSimpleEntryFileCount, file_index); 109 return file_index == disk_cache::simple_util::GetFileIndexFromStreamIndex(2); 114 namespace disk_cache { namespace [all...] |
| /external/chromium_org/net/http/ |
| disk_based_cert_cache_unittest.cc | 14 #include "net/disk_cache/memory/mem_backend_impl.h" 125 void ImportCert(disk_cache::Backend* backend, 128 disk_cache::Entry* entry; 157 void CheckCertCached(disk_cache::Backend* backend, 159 disk_cache::Entry* entry;
|
| disk_cache_based_quic_server_info_unittest.cc | 114 cache.disk_cache()->set_double_create_check(false);
|
| /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 298 } // namespace disk_cache 301 return !disk_cache::Main(argc, argv) [all...] |
| /external/chromium_org/chrome/browser/safe_browsing/ |
| malware_details_unittest.cc | 29 #include "net/disk_cache/disk_cache.h" 64 void WriteHeaders(disk_cache::Entry* entry, const std::string& headers) { 83 void WriteData(disk_cache::Entry* entry, const std::string& data) { 96 void WriteToEntry(disk_cache::Backend* cache, const std::string& key, 99 disk_cache::Entry* entry; 114 disk_cache::Backend* cache;
|
| /external/chromium_org/net/disk_cache/blockfile/ |
| block_files.cc | 5 #include "net/disk_cache/blockfile/block_files.h" 14 #include "net/disk_cache/blockfile/file_lock.h" 15 #include "net/disk_cache/blockfile/stress_support.h" 16 #include "net/disk_cache/blockfile/trace.h" 17 #include "net/disk_cache/cache_util.h" 38 namespace disk_cache { namespace 84 disk_cache::FileLock lock(header_); 136 disk_cache::FileLock lock(header_); 731 } // namespace disk_cache
|
| bitmap.cc | 5 #include "net/disk_cache/blockfile/bitmap.h" 41 namespace disk_cache { namespace 311 } // namespace disk_cache
|
| entry_impl.h | 10 #include "net/disk_cache/blockfile/disk_format.h" 11 #include "net/disk_cache/blockfile/storage_block-inl.h" 12 #include "net/disk_cache/blockfile/storage_block.h" 13 #include "net/disk_cache/disk_cache.h" 15 namespace disk_cache { namespace 276 } // namespace disk_cache
|
| in_flight_backend_io.h | 16 #include "net/disk_cache/blockfile/in_flight_io.h" 17 #include "net/disk_cache/blockfile/rankings.h" 19 namespace disk_cache { namespace 220 } // namespace disk_cache
|
| entry_impl.cc | 5 #include "net/disk_cache/blockfile/entry_impl.h" 13 #include "net/disk_cache/blockfile/backend_impl.h" 14 #include "net/disk_cache/blockfile/bitmap.h" 15 #include "net/disk_cache/blockfile/disk_format.h" 16 #include "net/disk_cache/blockfile/histogram_macros.h" 17 #include "net/disk_cache/blockfile/sparse_control.h" 18 #include "net/disk_cache/cache_util.h" 19 #include "net/disk_cache/net_log_parameters.h" 35 class SyncCallback: public disk_cache::FileIOCallback { 39 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer 88 namespace disk_cache { namespace [all...] |
| block_files_unittest.cc | 7 #include "net/disk_cache/blockfile/block_files.h" 8 #include "net/disk_cache/disk_cache.h" 9 #include "net/disk_cache/disk_cache_test_base.h" 10 #include "net/disk_cache/disk_cache_test_util.h" 30 namespace disk_cache { namespace 350 } // namespace disk_cache
|
| /external/chromium_org/content/browser/appcache/ |
| mock_appcache_storage.cc | 160 return new AppCacheResponseReader(response_id, group_id, disk_cache()); 165 return new AppCacheResponseWriter(NewResponseId(), group_id, disk_cache());
|
| chrome_appcache_service_unittest.cc | 123 storage->disk_cache();
|
| mock_appcache_storage.h | 133 AppCacheDiskCache* disk_cache() { function in class:content::MockAppCacheStorage
|
| /external/chromium_org/net/disk_cache/memory/ |
| mem_backend_impl.cc | 5 #include "net/disk_cache/memory/mem_backend_impl.h" 10 #include "net/disk_cache/cache_util.h" 11 #include "net/disk_cache/memory/mem_entry_impl.h" 29 namespace disk_cache { namespace 345 } // namespace disk_cache
|
| mem_entry_impl.cc | 5 #include "net/disk_cache/memory/mem_entry_impl.h" 13 #include "net/disk_cache/memory/mem_backend_impl.h" 14 #include "net/disk_cache/net_log_parameters.h" 49 const disk_cache::MemEntryImpl* parent, 60 namespace disk_cache { namespace 631 } // namespace disk_cache
|
| /external/chromium_org/content/browser/service_worker/ |
| service_worker_storage.cc | 541 new ServiceWorkerResponseReader(response_id, disk_cache())); 547 new ServiceWorkerResponseWriter(response_id, disk_cache())); 1060 ServiceWorkerDiskCache* ServiceWorkerStorage::disk_cache() { function in class:content::ServiceWorkerStorage [all...] |
| service_worker_storage.h | 288 // Lazy disk_cache getter. 289 ServiceWorkerDiskCache* disk_cache();
|
| /external/chromium_org/net/url_request/ |
| view_cache_helper.cc | 13 #include "net/disk_cache/disk_cache.h" 32 std::string FormatEntryInfo(disk_cache::Entry* entry,
|
| /external/chromium_org/chrome/browser/ui/webui/net_internals/ |
| net_internals_ui.cc | 60 #include "net/disk_cache/disk_cache.h" 166 disk_cache::Backend* GetDiskCacheBackend(net::URLRequestContext* context) { 1217 disk_cache::Backend* disk_cache = GetDiskCacheBackend(GetMainContext()); local [all...] |