/external/chromium_org/net/disk_cache/blockfile/ |
stats.h | 12 #include "net/disk_cache/blockfile/addr.h" 18 namespace disk_cache { namespace 98 } // namespace disk_cache
|
sparse_control.cc | 5 #include "net/disk_cache/blockfile/sparse_control.h" 16 #include "net/disk_cache/blockfile/backend_impl.h" 17 #include "net/disk_cache/blockfile/entry_impl.h" 18 #include "net/disk_cache/blockfile/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...] |
sparse_control_v3.cc | 5 #include "net/disk_cache/blockfile/sparse_control.h" 16 #include "net/disk_cache/blockfile/backend_impl.h" 17 #include "net/disk_cache/blockfile/entry_impl.h" 18 #include "net/disk_cache/blockfile/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...] |
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
|
storage_block-inl.h | 8 #include "net/disk_cache/blockfile/storage_block.h" 12 #include "net/disk_cache/blockfile/trace.h" 14 namespace disk_cache { namespace 203 } // namespace disk_cache
|
trace.cc | 5 #include "net/disk_cache/blockfile/trace.h" 15 #include "net/disk_cache/blockfile/stress_support.h" 56 namespace disk_cache { namespace 192 } // namespace disk_cache
|
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...] |
backend_impl.h | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 14 #include "net/disk_cache/blockfile/block_files.h" 15 #include "net/disk_cache/blockfile/eviction.h" 16 #include "net/disk_cache/blockfile/in_flight_backend_io.h" 17 #include "net/disk_cache/blockfile/rankings.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...] |
index_table_v3.cc | 5 #include "net/disk_cache/blockfile/index_table_v3.h" 14 #include "net/disk_cache/disk_cache.h" 18 using disk_cache::CellInfo; 19 using disk_cache::CellList; 20 using disk_cache::IndexCell; 21 using disk_cache::IndexIterator; 58 const int kEntriesFile = disk_cache::BLOCK_ENTRIES - 1; 59 const int kEvictedEntriesFile = disk_cache::BLOCK_EVICTED - 1; 138 void SetCellState(IndexCell* cell, disk_cache::EntryState state) 260 namespace disk_cache { namespace [all...] |
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_bitmaps_v3.cc | 5 #include "net/disk_cache/blockfile/block_bitmaps_v3.h" 9 #include "net/disk_cache/blockfile/disk_format_base.h" 10 #include "net/disk_cache/blockfile/trace.h" 14 namespace disk_cache { namespace 179 } // 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
|
file_posix.cc | 5 #include "net/disk_cache/blockfile/file.h" 15 #include "net/disk_cache/disk_cache.h" 35 namespace disk_cache { namespace 187 } // 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
|
/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_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
|
/external/chromium_org/net/http/ |
disk_based_cert_cache.h | 17 namespace disk_cache { namespace 19 } // namespace disk_cache 34 explicit DiskBasedCertCache(disk_cache::Backend* backend); 88 disk_cache::Backend* backend_;
|
partial_data.h | 13 namespace disk_cache { namespace 56 int ShouldValidateCache(disk_cache::Entry* entry, 61 void PrepareCacheValidation(disk_cache::Entry* entry, 75 disk_cache::Entry* entry, bool truncated); 99 int CacheRead(disk_cache::Entry* entry, IOBuffer* data, int data_len, 104 int CacheWrite(disk_cache::Entry* entry, IOBuffer* data, int data_len,
|
disk_based_cert_cache.cc | 17 #include "net/disk_cache/disk_cache.h" 59 // |key| as the key for the disk_cache::Entry. 62 WriteWorker(disk_cache::Backend* backend, 108 disk_cache::Backend* backend_; 113 disk_cache::Entry* entry_; 124 disk_cache::Backend* backend, 299 // |key| as the key for the disk_cache::Entry. 302 ReadWorker(disk_cache::Backend* backend, 341 disk_cache::Backend* backend_ [all...] |
/external/chromium_org/net/disk_cache/ |
net_log_parameters.h | 14 namespace disk_cache { namespace 60 } // namespace disk_cache
|
cache_util.cc | 5 #include "net/disk_cache/cache_util.h" 35 disk_cache::DeleteCache(to_delete, true); 53 using disk_cache::kDefaultCacheSize; 79 namespace disk_cache { namespace 131 if (!disk_cache::MoveCache(full_path, to_delete)) { 159 } // namespace disk_cache
|
/external/chromium_org/tools/deep_memory_profiler/sorters/ |
malloc.browser-module.json | 17 "name": "disk_cache", 18 "backtrace_function": ".*disk_cache::.*"
|
/external/chromium_org/content/browser/appcache/ |
appcache_disk_cache.cc | 38 scoped_ptr<disk_cache::Backend> backend_ptr_; // Accessed directly. 50 // wrapper around disk_cache::Entry. 53 EntryImpl(disk_cache::Entry* disk_cache_entry, 105 disk_cache::Entry* disk_cache_entry_; 121 int rv = owner_->disk_cache()->CreateEntry( 129 int rv = owner_->disk_cache()->OpenEntry( 136 int rv = owner_->disk_cache()->DoomEntry( 170 disk_cache::Entry* entry_ptr_; 215 // the main disk_cache::Backend class need to be released. 312 int rv = disk_cache::CreateCacheBackend [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 298 } // namespace disk_cache 301 return !disk_cache::Main(argc, argv) [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_cache.h | 14 #include "net/disk_cache/disk_cache.h" 88 void set_backend(scoped_ptr<disk_cache::Backend> backend) { 98 typedef std::vector<disk_cache::Entry*> Entries; 132 scoped_ptr<disk_cache::Backend> backend_;
|