| /external/chromium_org/net/disk_cache/blockfile/ |
| stress_cache.cc | 39 #include "net/disk_cache/blockfile/backend_impl.h" 40 #include "net/disk_cache/blockfile/stress_support.h" 41 #include "net/disk_cache/blockfile/trace.h" 42 #include "net/disk_cache/disk_cache.h" 43 #include "net/disk_cache/disk_cache_test_util.h" 116 disk_cache::BackendImpl* cache = 117 new disk_cache::BackendImpl(path, mask, 121 cache->SetFlags(disk_cache::kNoLoadProtection); 145 disk_cache::Entry* entries[kNumEntries] = {0} [all...] |
| addr_unittest.cc | 5 #include "net/disk_cache/blockfile/addr.h" 6 #include "net/disk_cache/disk_cache_test_base.h" 9 namespace disk_cache { namespace 59 } // namespace disk_cache
|
| bitmap.h | 11 namespace disk_cache { namespace 134 } // namespace disk_cache
|
| eviction.h | 10 #include "net/disk_cache/blockfile/rankings.h" 12 namespace disk_cache { namespace 89 } // namespace disk_cache
|
| file.h | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 18 namespace disk_cache { namespace 98 } // namespace disk_cache
|
| mapped_file.cc | 5 #include "net/disk_cache/blockfile/mapped_file.h" 11 namespace disk_cache { namespace 46 } // namespace disk_cache
|
| mapped_file_avoid_mmap_posix.cc | 5 #include "net/disk_cache/blockfile/mapped_file.h" 12 namespace disk_cache { namespace 63 } // namespace disk_cache
|
| sparse_control.h | 14 #include "net/disk_cache/blockfile/bitmap.h" 15 #include "net/disk_cache/blockfile/disk_format.h" 22 namespace disk_cache { namespace 73 // again. See disk_cache::Entry::ReadyToUse() for more info. 175 } // namespace disk_cache
|
| sparse_control_v3.h | 14 #include "net/disk_cache/blockfile/bitmap.h" 15 #include "net/disk_cache/disk_format.h" 22 namespace disk_cache { namespace 68 // again. See disk_cache::Entry::ReadyToUse() for more info. 173 } // namespace disk_cache
|
| stats.cc | 5 #include "net/disk_cache/blockfile/stats.h" 24 int data_sizes[disk_cache::Stats::kDataSizesLength]; 25 int64 counters[disk_cache::Stats::MAX_COUNTER]; 70 COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::MAX_COUNTER, 75 namespace disk_cache { namespace 319 } // namespace disk_cache
|
| stats.h | 12 #include "net/disk_cache/blockfile/addr.h" 18 namespace disk_cache { namespace 98 } // namespace disk_cache
|
| addr.h | 6 // See net/disk_cache/disk_cache.h for the public interface of the cache. 12 #include "net/disk_cache/blockfile/disk_format_base.h" 14 namespace disk_cache { namespace 186 } // namespace disk_cache
|
| block_files.h | 5 // See net/disk_cache/disk_cache.h for the public interface. 16 #include "net/disk_cache/blockfile/addr.h" 17 #include "net/disk_cache/blockfile/disk_format_base.h" 18 #include "net/disk_cache/blockfile/mapped_file.h" 24 namespace disk_cache { namespace 167 } // namespace disk_cache
|
| disk_format.h | 8 // Any data blob bigger than kMaxBlockSize (disk_cache/addr.h) will be stored in 19 // disk_cache/disk_format_base.h 50 #include "net/disk_cache/blockfile/disk_format_base.h" 52 namespace disk_cache { namespace 151 } // namespace disk_cache
|
| in_flight_io.cc | 5 #include "net/disk_cache/blockfile/in_flight_io.h" 15 namespace disk_cache { namespace 113 } // namespace disk_cache
|
| webfonts_histogram.cc | 5 #include "net/disk_cache/blockfile/webfonts_histogram.h" 9 #include "net/disk_cache/blockfile/entry_impl.h" 10 #include "net/disk_cache/blockfile/histogram_macros.h" 65 namespace disk_cache { namespace 105 } // namespace disk_cache
|
| /external/chromium_org/content/browser/appcache/ |
| appcache_response.h | 106 AppCacheDiskCacheInterface* disk_cache); 178 AppCacheDiskCacheInterface* disk_cache); 233 AppCacheDiskCacheInterface* disk_cache);
|
| appcache_response.cc | 79 int64 response_id, int64 group_id, AppCacheDiskCacheInterface* disk_cache) 82 disk_cache_(disk_cache), 140 int64 response_id, int64 group_id, AppCacheDiskCacheInterface* disk_cache) 141 : AppCacheResponseIO(response_id, group_id, disk_cache), 285 int64 response_id, int64 group_id, AppCacheDiskCacheInterface* disk_cache) 286 : AppCacheResponseIO(response_id, group_id, disk_cache),
|
| /external/chromium_org/content/browser/gpu/ |
| shader_disk_cache.h | 16 #include "net/disk_cache/disk_cache.h" 78 disk_cache::Backend* backend() { return backend_.get(); } 90 scoped_ptr<disk_cache::Backend> backend_;
|
| /external/chromium_org/net/disk_cache/ |
| net_log_parameters.cc | 5 #include "net/disk_cache/net_log_parameters.h" 12 #include "net/disk_cache/disk_cache.h" 17 const disk_cache::Entry* entry, 92 namespace disk_cache { namespace 133 } // namespace disk_cache
|
| /external/chromium_org/android_webview/browser/ |
| net_disk_cache_remover.cc | 11 #include "net/disk_cache/disk_cache.h" 19 using disk_cache::Backend;
|
| /external/chromium_org/content/renderer/ |
| browser_render_view_browsertest.cc | 31 #include "net/disk_cache/disk_cache.h" 104 void BackendClearCache(scoped_ptr<disk_cache::Backend*> backend, 121 scoped_ptr<disk_cache::Backend*> backend(new disk_cache::Backend*); 123 disk_cache::Backend** backend_ptr = backend.get();
|
| /external/chromium_org/net/disk_cache/memory/ |
| mem_rankings.cc | 5 #include "net/disk_cache/memory/mem_rankings.h" 8 #include "net/disk_cache/memory/mem_entry_impl.h" 10 namespace disk_cache { namespace 67 } // namespace disk_cache
|
| /external/chromium_org/net/tools/dump_cache/ |
| simple_cache_dumper.cc | 17 #include "net/disk_cache/disk_cache.h" 124 return disk_cache::CreateCacheBackend( 125 DISK_CACHE, 140 reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetUpgradeMode(); 141 reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetFlags( 142 disk_cache::kNoRandom);
|
| /external/chromium_org/chrome/browser/browsing_data/ |
| browsing_data_remover.h | 39 namespace disk_cache { namespace 404 disk_cache::Backend* cache_;
|