/external/chromium_org/net/disk_cache/ |
entry_unittest.cc | 18 #include "net/disk_cache/blockfile/backend_impl.h" 19 #include "net/disk_cache/blockfile/entry_impl.h" 20 #include "net/disk_cache/disk_cache_test_base.h" 21 #include "net/disk_cache/disk_cache_test_util.h" 22 #include "net/disk_cache/memory/mem_entry_impl.h" 23 #include "net/disk_cache/simple/simple_entry_format.h" 24 #include "net/disk_cache/simple/simple_entry_impl.h" 25 #include "net/disk_cache/simple/simple_synchronous_entry.h" 26 #include "net/disk_cache/simple/simple_test_util.h" 27 #include "net/disk_cache/simple/simple_util.h [all...] |
cache_util_posix.cc | 5 #include "net/disk_cache/cache_util.h" 12 namespace disk_cache { namespace 46 } // namespace disk_cache
|
cache_util_win.cc | 5 #include "net/disk_cache/cache_util.h" 14 namespace disk_cache { namespace 46 } // namespace disk_cache
|
disk_cache_test_util.cc | 5 #include "net/disk_cache/disk_cache_test_util.h" 13 #include "net/disk_cache/blockfile/backend_impl.h" 14 #include "net/disk_cache/blockfile/file.h" 15 #include "net/disk_cache/cache_util.h" 58 disk_cache::DeleteCache(path, false); 64 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( 70 cache->SetFlags(disk_cache::kNoRandom);
|
/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/net/disk_cache/blockfile/ |
eviction.h | 10 #include "net/disk_cache/blockfile/rankings.h" 12 namespace disk_cache { namespace 89 } // namespace disk_cache
|
backend_worker_v3.cc | 5 #include "net/disk_cache/blockfile/backend_worker_v3.h" 17 #include "net/disk_cache/blockfile/errors.h" 18 #include "net/disk_cache/blockfile/experiments.h" 19 #include "net/disk_cache/blockfile/file.h" 60 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len; 61 return sizeof(disk_cache::IndexHeader) + table_size; 68 bool InitExperiment(disk_cache::IndexHeader* header, bool cache_created) { 69 if (header->experiment == disk_cache::EXPERIMENT_OLD_FILE1 || 70 header->experiment == disk_cache::EXPERIMENT_OLD_FILE2) { 78 header->experiment = disk_cache::EXPERIMENT_SIMPLE_CONTROL 94 namespace disk_cache { namespace [all...] |
stress_support.h | 10 namespace disk_cache { namespace 37 } // namespace disk_cache
|
trace.h | 16 namespace disk_cache { namespace 39 } // namespace disk_cache
|
backend_impl_v3.h | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 14 #include "net/disk_cache/blockfile/block_bitmaps_v3.h" 15 #include "net/disk_cache/blockfile/block_files.h" 16 #include "net/disk_cache/blockfile/eviction_v3.h" 17 #include "net/disk_cache/blockfile/index_table_v3.h" 18 #include "net/disk_cache/blockfile/stats.h" 19 #include "net/disk_cache/blockfile/stress_support.h" 20 #include "net/disk_cache/blockfile/trace.h" 21 #include "net/disk_cache/disk_cache.h 31 namespace disk_cache { namespace [all...] |
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
|
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
|
rankings.h | 5 // See net/disk_cache/disk_cache.h for the public interface. 13 #include "net/disk_cache/blockfile/addr.h" 14 #include "net/disk_cache/blockfile/mapped_file.h" 15 #include "net/disk_cache/blockfile/storage_block.h" 17 namespace disk_cache { namespace 212 } // namespace disk_cache
|
/external/chromium_org/net/http/ |
disk_cache_based_quic_server_info.h | 14 #include "net/disk_cache/disk_cache.h" 95 disk_cache::Backend* backend_; 96 disk_cache::Entry* entry_;
|
disk_cache_based_quic_server_info.cc | 19 // Some APIs inside disk_cache take a handle that the caller must keep alive 25 // This data shim struct is meant to provide a location for the disk_cache 28 // should be bound to the CompletionCallback that is passed to the disk_cache 32 // This is a hack. A better fix is to make it so that the disk_cache APIs 38 // TODO(ajwong): Change disk_cache's API to return results via Callback. 42 disk_cache::Backend* backend; 43 disk_cache::Entry* entry;
|
/external/chromium_org/chrome/service/net/ |
service_url_request_context_getter.h | 12 #include "net/disk_cache/disk_cache.h"
|
/external/chromium_org/net/disk_cache/simple/ |
simple_backend_version.h | 8 namespace disk_cache { namespace 25 } // namespace disk_cache
|
simple_entry_format.h | 17 namespace disk_cache { namespace 71 } // namespace disk_cache
|
simple_entry_format_history.h | 12 namespace disk_cache { namespace 60 } // namespace disk_cache
|
simple_version_upgrade.h | 19 namespace disk_cache { namespace 48 } // namespace disk_cache
|
simple_version_upgrade.cc | 5 #include "net/disk_cache/simple/simple_version_upgrade.h" 15 #include "net/disk_cache/simple/simple_backend_version.h" 16 #include "net/disk_cache/simple/simple_entry_format_history.h" 37 disk_cache::FakeIndexData file_contents; 39 disk_cache::simplecache_v5::kSimpleInitialMagicNumber; 40 file_contents.version = disk_cache::kSimpleVersion; 53 namespace disk_cache { namespace 152 disk_cache::simplecache_v5::kSimpleInitialMagicNumber) { 199 } // namespace disk_cache
|
/external/chromium_org/net/url_request/ |
view_cache_helper.h | 14 #include "net/disk_cache/disk_cache.h" 99 disk_cache::Backend* disk_cache_; 100 disk_cache::Entry* entry_; 101 scoped_ptr<disk_cache::Backend::Iterator> iter_;
|
/external/chromium_org/net/disk_cache/memory/ |
mem_backend_impl.h | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 13 #include "net/disk_cache/disk_cache.h" 14 #include "net/disk_cache/memory/mem_rankings.h" 20 namespace disk_cache { namespace 121 } // 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);
|
cache_dumper.cc | 11 #include "net/disk_cache/blockfile/entry_impl.h" 17 CacheDumper::CacheDumper(disk_cache::Backend* cache) 22 disk_cache::Entry** entry, 27 int CacheDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset, 33 void CacheDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used, 36 static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used, 78 disk_cache::Entry** entry, 156 int DiskDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset, 216 void DiskDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
|