/external/chromium/net/disk_cache/ |
rankings.h | 5 // See net/disk_cache/disk_cache.h for the public interface. 14 #include "net/disk_cache/addr.h" 15 #include "net/disk_cache/mapped_file.h" 16 #include "net/disk_cache/storage_block.h" 18 namespace disk_cache { namespace 209 } // namespace disk_cache
|
cache_util_win.cc | 5 #include "net/disk_cache/cache_util.h" 42 namespace disk_cache { namespace 80 } // namespace disk_cache
|
in_flight_io.cc | 5 #include "net/disk_cache/in_flight_io.h" 9 namespace disk_cache { namespace 87 } // namespace disk_cache
|
net_log_parameters.cc | 5 #include "net/disk_cache/net_log_parameters.h" 12 namespace disk_cache { namespace 100 } // namespace disk_cache
|
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...] |
stats.h | 14 #include "net/disk_cache/stats_histogram.h" 16 namespace disk_cache { namespace 94 } // namespace disk_cache
|
trace.cc | 5 #include "net/disk_cache/trace.h" 46 namespace disk_cache { namespace 159 } // namespace disk_cache
|
entry_unittest.cc | 12 #include "net/disk_cache/backend_impl.h" 13 #include "net/disk_cache/disk_cache_test_base.h" 14 #include "net/disk_cache/disk_cache_test_util.h" 15 #include "net/disk_cache/entry_impl.h" 16 #include "net/disk_cache/mem_entry_impl.h" 27 void InternalSyncIOBackground(disk_cache::Entry* entry); 28 void ExternalSyncIOBackground(disk_cache::Entry* entry); 59 SyncIOTask(DiskCacheEntryTest* test, disk_cache::Entry* entry) 64 disk_cache::Entry* entry_; 69 InternalSyncIOTask(DiskCacheEntryTest* test, disk_cache::Entry* entry [all...] |
storage_block-inl.h | 9 #include "net/disk_cache/storage_block.h" 12 #include "net/disk_cache/trace.h" 14 namespace disk_cache { namespace 159 } // namespace disk_cache
|
stats.cc | 5 #include "net/disk_cache/stats.h" 11 #include "net/disk_cache/backend_impl.h" 20 int data_sizes[disk_cache::Stats::kDataSizesLength]; 21 int64 counters[disk_cache::Stats::MAX_COUNTER]; 65 COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::MAX_COUNTER, 70 namespace disk_cache { namespace 149 if (!size_histogram_ && backend->cache_type() == net::DISK_CACHE && 329 } // namespace disk_cache
|
backend_impl.h | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 14 #include "net/disk_cache/block_files.h" 15 #include "net/disk_cache/disk_cache.h" 16 #include "net/disk_cache/eviction.h" 17 #include "net/disk_cache/in_flight_backend_io.h" 18 #include "net/disk_cache/rankings.h" 19 #include "net/disk_cache/stats.h" 20 #include "net/disk_cache/trace.h 26 namespace disk_cache { namespace [all...] |
block_files_unittest.cc | 6 #include "net/disk_cache/block_files.h" 7 #include "net/disk_cache/disk_cache.h" 8 #include "net/disk_cache/disk_cache_test_base.h" 9 #include "net/disk_cache/disk_cache_test_util.h" 28 namespace disk_cache { namespace 301 } // namespace 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...] |
sparse_control.h | 15 #include "net/disk_cache/bitmap.h" 16 #include "net/disk_cache/disk_format.h" 23 namespace disk_cache { namespace 72 // again. See disk_cache::Entry::ReadyToUse() for more info. 175 } // namespace disk_cache
|
net_log_parameters.h | 15 namespace disk_cache { namespace 97 } // namespace disk_cache
|
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...] |
mem_entry_impl.h | 12 #include "net/disk_cache/disk_cache.h" 15 namespace disk_cache { namespace 188 } // namespace disk_cache
|
mem_backend_impl.cc | 5 #include "net/disk_cache/mem_backend_impl.h" 10 #include "net/disk_cache/cache_util.h" 11 #include "net/disk_cache/mem_entry_impl.h" 29 namespace disk_cache { namespace 323 } // namespace disk_cache
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
CacheResult.h | 37 // A wrapper around a disk_cache::Entry. Provides fields appropriate for constructing a Java CacheResult object. 41 CacheResult(disk_cache::Entry*, String url); 64 disk_cache::Entry* m_entry;
|
WebCache.h | 84 disk_cache::Entry* m_entry; 88 disk_cache::Backend* m_cacheBackend;
|
/external/chromium/net/tools/dump_cache/ |
cache_dumper.cc | 10 #include "net/disk_cache/entry_impl.h" 17 disk_cache::Entry** entry, 22 int CacheDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset, 28 void CacheDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used, 31 static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used, 68 disk_cache::Entry** entry, 148 int DiskDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset, 205 void DiskDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
|
upgrade.cc | 17 #include "net/disk_cache/backend_impl.h" 18 #include "net/disk_cache/entry_impl.h" 129 disk_cache::EntryImpl* entry_; 265 scoped_ptr<disk_cache::Backend> cache_; 325 disk_cache::Backend* cache; 327 int rv = disk_cache::CreateCacheBackend(net::DISK_CACHE, 400 reinterpret_cast<disk_cache::Entry**>(&entry_), 597 scoped_ptr<disk_cache::BackendImpl> cache_; 606 disk_cache::Backend* cache [all...] |
/external/chromium/net/http/ |
partial_data.h | 14 namespace disk_cache { namespace 57 int ShouldValidateCache(disk_cache::Entry* entry, 62 void PrepareCacheValidation(disk_cache::Entry* entry, 76 disk_cache::Entry* entry, bool truncated); 100 int CacheRead(disk_cache::Entry* entry, IOBuffer* data, int data_len, 105 int CacheWrite(disk_cache::Entry* entry, IOBuffer* data, int data_len,
|
http_cache.h | 9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for 38 namespace disk_cache { namespace 90 disk_cache::Backend** backend, 109 disk_cache::Backend** backend, 156 int GetBackend(disk_cache::Backend** backend, CompletionCallback* callback); 159 disk_cache::Backend* GetCurrentBackend(); 218 explicit ActiveEntry(disk_cache::Entry* entry); 221 disk_cache::Entry* disk_entry; 238 int CreateBackend(disk_cache::Backend** backend, 269 ActiveEntry* ActivateEntry(disk_cache::Entry* disk_entry) [all...] |
partial_data.cc | 13 #include "net/disk_cache/disk_cache.h" 53 int GetAvailableRange(disk_cache::Entry* entry, int64 offset, int len, 90 int PartialData::Core::GetAvailableRange(disk_cache::Entry* entry, int64 offset, 161 int PartialData::ShouldValidateCache(disk_cache::Entry* entry, 200 void PartialData::PrepareCacheValidation(disk_cache::Entry* entry, 240 disk_cache::Entry* entry, 416 int PartialData::CacheRead(disk_cache::Entry* entry, IOBuffer* data, 436 int PartialData::CacheWrite(disk_cache::Entry* entry, IOBuffer* data,
|