Searched defs:disk_cache (Results 51 - 75 of 125) sorted by relevance

12345

/external/chromium_org/net/http/
H A Dpartial_data.h13 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_org/net/disk_cache/blockfile/
H A Dbitmap.h11 namespace disk_cache { namespace
134 } // namespace disk_cache
H A Dentry_impl_v3.h12 #include "net/disk_cache/blockfile/disk_format_v3.h"
13 #include "net/disk_cache/blockfile/storage_block.h"
14 #include "net/disk_cache/disk_cache.h"
16 namespace disk_cache { namespace
206 } // namespace disk_cache
H A Dtrace.cc5 #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
H A Dwebfonts_histogram.cc5 #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
H A Dblock_bitmaps_v3.cc5 #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
H A Dblock_files_unittest.cc7 #include "net/disk_cache/blockfile/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
H A Ddisk_format_base.h26 namespace disk_cache { namespace
130 } // namespace disk_cache
H A Dentry_impl.h10 #include "net/disk_cache/blockfile/disk_format.h"
11 #include "net/disk_cache/blockfile/storage_block-inl.h"
12 #include "net/disk_cache/blockfile/storage_block.h"
13 #include "net/disk_cache/disk_cache.h"
15 namespace disk_cache { namespace
276 } // namespace disk_cache
H A Dfile_posix.cc5 #include "net/disk_cache/blockfile/file.h"
15 #include "net/disk_cache/disk_cache.h"
35 namespace disk_cache { namespace
187 } // namespace disk_cache
H A Dsparse_control.h14 #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
H A Dsparse_control_v3.h14 #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
H A Dstats.h12 #include "net/disk_cache/blockfile/addr.h"
18 namespace disk_cache { namespace
98 } // namespace disk_cache
H A Dstorage_block-inl.h8 #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
/external/chromium_org/net/disk_cache/
H A Dcache_util.cc5 #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
H A Dnet_log_parameters.cc5 #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
H A Dcache_creator.cc11 #include "net/disk_cache/blockfile/backend_impl.h"
12 #include "net/disk_cache/cache_util.h"
13 #include "net/disk_cache/disk_cache.h"
14 #include "net/disk_cache/memory/mem_backend_impl.h"
15 #include "net/disk_cache/simple/simple_backend_impl.h"
32 scoped_ptr<disk_cache::Backend>* backend,
53 scoped_ptr<disk_cache::Backend>* backend_;
55 scoped_ptr<disk_cache::Backend> created_cache_;
70 scoped_ptr<disk_cache
160 namespace disk_cache { namespace
[all...]
H A Ddisk_cache_test_base.h14 #include "net/disk_cache/disk_cache.h"
24 namespace disk_cache { namespace
32 } // namespace disk_cache
63 explicit TestIterator(scoped_ptr<disk_cache::Backend::Iterator> iterator);
66 int OpenNextEntry(disk_cache::Entry** next_entry);
69 scoped_ptr<disk_cache::Backend::Iterator> iterator_;
125 int OpenEntry(const std::string& key, disk_cache::Entry** entry);
126 int CreateEntry(const std::string& key, disk_cache::Entry** entry);
135 int ReadData(disk_cache
[all...]
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.h22 #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
208 } // namespace disk_cache
H A Dsimple_entry_format.h17 namespace disk_cache { namespace
71 } // namespace disk_cache
H A Dsimple_index_file.h21 #include "net/disk_cache/simple/simple_index.h"
28 namespace disk_cache { namespace
187 } // namespace disk_cache
H A Dsimple_version_upgrade.cc5 #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/base/threading/
H A Dthread_restrictions.h56 namespace disk_cache { namespace
220 friend class disk_cache::BackendImpl; // http://crbug.com/74623
221 friend class disk_cache::InFlightIO; // http://crbug.com/74623
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.h15 #include "net/disk_cache/disk_cache.h"
60 // underlying disk_cache::Backend to be fully constructed. Early
61 // calls are queued up and serviced once the disk_cache::Backend is
90 disk_cache::Backend* disk_cache() { return disk_cache_.get(); } function in class:content::AppCacheDiskCache
109 scoped_ptr<disk_cache::Backend> disk_cache_;
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.h12 #include "net/disk_cache/disk_cache.h"
14 namespace disk_cache { namespace
183 } // namespace disk_cache

Completed in 218 milliseconds

12345