/external/chromium_org/net/disk_cache/simple/ |
simple_entry_format_history.h | 12 namespace disk_cache { namespace 60 } // namespace disk_cache
|
simple_backend_impl.h | 22 #include "net/disk_cache/disk_cache.h" 23 #include "net/disk_cache/simple/simple_entry_impl.h" 24 #include "net/disk_cache/simple/simple_index_delegate.h" 31 namespace disk_cache { namespace 217 } // namespace disk_cache
|
simple_entry_format.h | 17 namespace disk_cache { namespace 71 } // namespace disk_cache
|
simple_index_file.h | 21 #include "net/disk_cache/simple/simple_index.h" 28 namespace disk_cache { namespace 186 } // namespace disk_cache
|
simple_util.cc | 5 #include "net/disk_cache/simple/simple_util.h" 17 #include "net/disk_cache/simple/simple_entry_format.h" 45 namespace disk_cache { namespace 137 } // namespace disk_cache
|
simple_version_upgrade.cc | 5 #include "net/disk_cache/simple/simple_version_upgrade.h" 14 #include "net/disk_cache/simple/simple_backend_version.h" 15 #include "net/disk_cache/simple/simple_entry_format_history.h" 38 disk_cache::FakeIndexData file_contents; 40 disk_cache::simplecache_v5::kSimpleInitialMagicNumber; 41 file_contents.version = disk_cache::kSimpleVersion; 55 namespace disk_cache { namespace 157 disk_cache::simplecache_v5::kSimpleInitialMagicNumber) { 203 } // namespace disk_cache
|
/external/chromium_org/net/disk_cache/ |
stats_histogram.cc | 5 #include "net/disk_cache/stats_histogram.h" 13 #include "net/disk_cache/stats.h" 15 namespace disk_cache { namespace 45 Sample maximum = disk_cache::Stats::kDataSizesLength - 1; 46 size_t bucket_count = disk_cache::Stats::kDataSizesLength; 94 } // namespace disk_cache
|
block_files_unittest.cc | 7 #include "net/disk_cache/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
|
cache_creator.cc | 10 #include "net/disk_cache/backend_impl.h" 11 #include "net/disk_cache/cache_util.h" 12 #include "net/disk_cache/disk_cache.h" 13 #include "net/disk_cache/mem_backend_impl.h" 14 #include "net/disk_cache/simple/simple_backend_impl.h" 17 #include "net/disk_cache/tracing_cache_backend.h" 30 scoped_ptr<disk_cache::Backend>* backend, 51 scoped_ptr<disk_cache::Backend>* backend_; 53 scoped_ptr<disk_cache::Backend> created_cache_ 144 namespace disk_cache { namespace [all...] |
file_posix.cc | 5 #include "net/disk_cache/file.h" 15 #include "net/disk_cache/disk_cache.h" 35 namespace disk_cache { namespace 202 } // namespace disk_cache
|
storage_block-inl.h | 8 #include "net/disk_cache/storage_block.h" 12 #include "net/disk_cache/trace.h" 14 namespace disk_cache { namespace 203 } // namespace disk_cache
|
trace.cc | 5 #include "net/disk_cache/trace.h" 15 #include "net/disk_cache/stress_support.h" 56 namespace disk_cache { namespace 192 } // namespace disk_cache
|
/external/chromium_org/net/http/ |
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,
|
/external/chromium/net/disk_cache/ |
entry_impl.h | 11 #include "net/disk_cache/disk_cache.h" 12 #include "net/disk_cache/storage_block.h" 13 #include "net/disk_cache/storage_block-inl.h" 15 namespace disk_cache { namespace 264 } // namespace disk_cache
|
file_win.cc | 5 #include "net/disk_cache/file.h" 11 #include "net/disk_cache/disk_cache.h" 17 MyOverlapped(disk_cache::File* file, size_t offset, 18 disk_cache::FileIOCallback* callback); 25 scoped_refptr<disk_cache::File> file_; 26 disk_cache::FileIOCallback* callback_; 56 MyOverlapped::MyOverlapped(disk_cache::File* file, size_t offset, 57 disk_cache::FileIOCallback* callback) { 67 namespace disk_cache { namespace [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
|
trace.cc | 5 #include "net/disk_cache/trace.h" 46 namespace disk_cache { namespace 159 } // 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/disk_format.h" 14 namespace disk_cache { namespace 139 } // namespace disk_cache
|
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
|
disk_cache_test_base.h | 23 namespace disk_cache { namespace 30 } // namespace disk_cache 91 int OpenEntry(const std::string& key, disk_cache::Entry** entry); 92 int CreateEntry(const std::string& key, disk_cache::Entry** entry); 98 int OpenNextEntry(void** iter, disk_cache::Entry** next_entry); 101 int ReadData(disk_cache::Entry* entry, int index, int offset, 103 int WriteData(disk_cache::Entry* entry, int index, int offset, 105 int ReadSparseData(disk_cache::Entry* entry, int64 offset, net::IOBuffer* buf, 107 int WriteSparseData(disk_cache::Entry* entry, int64 offset, 123 disk_cache::Backend* cache_ [all...] |
file_posix.cc | 5 #include "net/disk_cache/file.h" 12 #include "net/disk_cache/disk_cache.h" 13 #include "net/disk_cache/in_flight_io.h" 19 class FileBackgroundIO : public disk_cache::BackgroundIO { 26 FileBackgroundIO(disk_cache::File* file, const void* buf, size_t buf_len, 27 size_t offset, disk_cache::FileIOCallback* callback, 28 disk_cache::InFlightIO* controller) 29 : disk_cache::BackgroundIO(controller), callback_(callback), file_(file), 33 disk_cache::FileIOCallback* callback() 167 namespace disk_cache { namespace [all...] |
/external/chromium_org/net/disk_cache/flash/ |
log_store_entry.cc | 8 #include "net/disk_cache/flash/format.h" 9 #include "net/disk_cache/flash/log_store.h" 10 #include "net/disk_cache/flash/log_store_entry.h" 12 namespace disk_cache { namespace 171 } // namespace disk_cache
|
/external/chromium_org/net/disk_cache/v3/ |
block_bitmaps.cc | 5 #include "net/disk_cache/v3/block_bitmaps.h" 9 #include "net/disk_cache/disk_format_base.h" 10 #include "net/disk_cache/trace.h" 14 namespace disk_cache { namespace 178 } // namespace disk_cache
|
entry_impl_v3.h | 10 #include "net/disk_cache/disk_cache.h" 11 #include "net/disk_cache/storage_block.h" 12 #include "net/disk_cache/storage_block-inl.h" 14 namespace disk_cache { namespace 221 } // namespace disk_cache
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_disk_cache.h | 12 #include "net/disk_cache/disk_cache.h" 53 // underlying disk_cache::Backend to be fully constructed. Early 54 // calls are queued up and serviced once the disk_cache::Backend is 82 disk_cache::Backend* disk_cache() { return disk_cache_.get(); } function in class:appcache::AppCacheDiskCache 95 scoped_ptr<disk_cache::Backend> disk_cache_;
|