HomeSort by relevance Sort by last modified time
    Searched refs:disk_cache (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/chromium/net/disk_cache/
stats.h 13 #include "net/disk_cache/stats_histogram.h"
15 namespace disk_cache { namespace
92 } // namespace disk_cache
bitmap.h 12 namespace disk_cache { namespace
151 } // namespace disk_cache
mem_backend_impl.h 5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
12 #include "net/disk_cache/disk_cache.h"
13 #include "net/disk_cache/mem_rankings.h"
15 namespace disk_cache { namespace
100 } // namespace disk_cache
sparse_control.h 14 #include "net/disk_cache/bitmap.h"
15 #include "net/disk_cache/disk_format.h"
22 namespace disk_cache { namespace
72 // again. See disk_cache::Entry::ReadyToUse() for more info.
175 } // namespace disk_cache
trace.cc 5 #include "net/disk_cache/trace.h"
44 namespace disk_cache { namespace
148 } // namespace disk_cache
disk_cache.h 25 namespace disk_cache { namespace
352 } // namespace disk_cache
disk_format.h 60 namespace disk_cache { namespace
264 } // namespace disk_cache
mem_entry_impl.h 10 #include "net/disk_cache/disk_cache.h"
13 namespace disk_cache { namespace
165 } // namespace disk_cache
storage_block-inl.h 8 #include "net/disk_cache/storage_block.h"
11 #include "net/disk_cache/trace.h"
13 namespace disk_cache { namespace
158 } // namespace disk_cache
backend_impl.cc 5 #include "net/disk_cache/backend_impl.h"
18 #include "net/disk_cache/cache_util.h"
19 #include "net/disk_cache/entry_impl.h"
20 #include "net/disk_cache/errors.h"
21 #include "net/disk_cache/hash.h"
22 #include "net/disk_cache/file.h"
26 #include "net/disk_cache/histogram_macros.h"
60 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len;
61 return sizeof(disk_cache::IndexHeader) + table_size;
92 disk_cache::DeleteCache(to_delete, true)
172 namespace disk_cache { namespace
    [all...]
backend_impl.h 5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
13 #include "net/disk_cache/block_files.h"
14 #include "net/disk_cache/disk_cache.h"
15 #include "net/disk_cache/eviction.h"
16 #include "net/disk_cache/rankings.h"
17 #include "net/disk_cache/stats.h"
18 #include "net/disk_cache/trace.h"
20 namespace disk_cache { namespace
    [all...]
entry_impl.cc 5 #include "net/disk_cache/entry_impl.h"
12 #include "net/disk_cache/backend_impl.h"
13 #include "net/disk_cache/bitmap.h"
14 #include "net/disk_cache/cache_util.h"
15 #include "net/disk_cache/histogram_macros.h"
16 #include "net/disk_cache/sparse_control.h"
28 class SyncCallback: public disk_cache::FileIOCallback {
30 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer,
41 disk_cache::EntryImpl* entry_;
52 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_)
80 namespace disk_cache { namespace
    [all...]
entry_impl.h 9 #include "net/disk_cache/disk_cache.h"
10 #include "net/disk_cache/storage_block.h"
11 #include "net/disk_cache/storage_block-inl.h"
13 namespace disk_cache { namespace
195 } // namespace disk_cache
rankings.h 5 // See net/disk_cache/disk_cache.h for the public interface.
13 #include "net/disk_cache/addr.h"
14 #include "net/disk_cache/mapped_file.h"
15 #include "net/disk_cache/storage_block.h"
17 namespace disk_cache { namespace
203 } // namespace disk_cache
bitmap.cc 5 #include "net/disk_cache/bitmap.h"
39 namespace disk_cache { namespace
284 } // 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
206 } // 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
318 } // namespace disk_cache
  /external/chromium/net/http/
partial_data.cc 11 #include "net/disk_cache/disk_cache.h"
56 int PartialData::PrepareCacheValidation(disk_cache::Entry* entry,
123 disk_cache::Entry* entry,
278 int PartialData::CacheRead(disk_cache::Entry* entry, IOBuffer* data,
298 int PartialData::CacheWrite(disk_cache::Entry* entry, IOBuffer* data,
http_cache.cc 22 #include "net/disk_cache/disk_cache.h"
41 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* e)
61 disk_cache::Entry* disk_entry;
135 type_(DISK_CACHE),
149 type_(DISK_CACHE),
172 disk_cache::Backend* disk_cache)
174 type_(DISK_CACHE),
176 disk_cache_(disk_cache),
    [all...]
  /external/chromium/net/
net_unittests.scons 427 'disk_cache/addr_unittest.cc',
428 'disk_cache/backend_unittest.cc',
429 'disk_cache/bitmap_unittest.cc',
430 'disk_cache/block_files_unittest.cc',
431 'disk_cache/disk_cache_test_base.cc',
432 'disk_cache/disk_cache_test_base.h',
433 'disk_cache/entry_unittest.cc',
434 'disk_cache/mapped_file_unittest.cc',
435 'disk_cache/storage_block_unittest.cc',
net_test_support.scons 279 'disk_cache/disk_cache_test_util.cc',
280 'disk_cache/disk_cache_test_util.h',
  /external/chromium/net/tools/dump_cache/
upgrade.cc 12 #include "net/disk_cache/backend_impl.h"
13 #include "net/disk_cache/entry_impl.h"
123 disk_cache::EntryImpl* entry_;
247 scoped_ptr<disk_cache::BackendImpl> cache_;
305 cache_.reset(new disk_cache::BackendImpl(FilePath::FromWStringHack(path_)));
373 reinterpret_cast<disk_cache::Entry**>(&entry_))) {
513 cache_.reset(new disk_cache::BackendImpl(FilePath::FromWStringHack(path)));
546 scoped_ptr<disk_cache::BackendImpl> cache_;
657 reinterpret_cast<disk_cache::Entry**>(&entry_));
661 reinterpret_cast<disk_cache::Entry**>(&entry_))
    [all...]
dump_cache.cc 17 #include "net/disk_cache/disk_format.h"
140 if (version != disk_cache::kCurrentVersion >> 16) {
  /external/chromium/net/proxy/
proxy_script_fetcher_unittest.cc 13 #include "net/disk_cache/disk_cache.h"
42 disk_cache::CreateInMemoryCacheBackend(0));
  /external/chromium/base/
histogram.h 197 namespace disk_cache { namespace
199 }; // namespace disk_cache

Completed in 153 milliseconds

1 23 4