HomeSort by relevance Sort by last modified time
    Searched defs:disk_cache (Results 151 - 175 of 198) sorted by null

1 2 3 4 5 67 8

  /external/chromium/net/disk_cache/
in_flight_backend_io.h 16 #include "net/disk_cache/in_flight_io.h"
18 namespace disk_cache { namespace
205 } // namespace disk_cache
mem_entry_impl.cc 5 #include "net/disk_cache/mem_entry_impl.h"
11 #include "net/disk_cache/mem_backend_impl.h"
12 #include "net/disk_cache/net_log_parameters.h"
46 namespace disk_cache { namespace
624 } // namespace 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
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
  /external/chromium/net/http/
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...]
  /external/chromium_org/net/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_base.h"
14 namespace disk_cache { namespace
182 } // namespace disk_cache
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/in_flight_backend_io.h"
17 #include "net/disk_cache/rankings.h"
18 #include "net/disk_cache/stats.h"
19 #include "net/disk_cache/stress_support.h
26 namespace disk_cache { namespace
    [all...]
bitmap.cc 5 #include "net/disk_cache/bitmap.h"
41 namespace disk_cache { namespace
311 } // 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/disk_format_base.h"
52 namespace disk_cache { namespace
151 } // namespace disk_cache
eviction.cc 29 #include "net/disk_cache/eviction.h"
37 #include "net/disk_cache/backend_impl.h"
38 #include "net/disk_cache/disk_format.h"
39 #include "net/disk_cache/entry_impl.h"
40 #include "net/disk_cache/experiments.h"
41 #include "net/disk_cache/histogram_macros.h"
42 #include "net/disk_cache/trace.h"
67 namespace disk_cache { namespace
597 } // namespace disk_cache
in_flight_backend_io.cc 5 #include "net/disk_cache/in_flight_backend_io.h"
12 #include "net/disk_cache/backend_impl.h"
13 #include "net/disk_cache/entry_impl.h"
14 #include "net/disk_cache/histogram_macros.h"
16 namespace disk_cache { namespace
in_flight_backend_io.h 15 #include "net/disk_cache/in_flight_io.h"
17 namespace disk_cache { namespace
221 } // namespace disk_cache
mem_entry_impl.cc 5 #include "net/disk_cache/mem_entry_impl.h"
13 #include "net/disk_cache/mem_backend_impl.h"
14 #include "net/disk_cache/net_log_parameters.h"
49 const disk_cache::MemEntryImpl* parent,
60 namespace disk_cache { namespace
631 } // 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
212 } // namespace disk_cache
stats.cc 5 #include "net/disk_cache/stats.h"
20 int data_sizes[disk_cache::Stats::kDataSizesLength];
21 int64 counters[disk_cache::Stats::MAX_COUNTER];
66 COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::MAX_COUNTER,
71 namespace disk_cache { namespace
309 } // namespace disk_cache
tracing_cache_backend.cc 5 #include "net/disk_cache/tracing_cache_backend.h"
9 namespace disk_cache { namespace
317 } // namespace disk_cache
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 17 #include "net/disk_cache/disk_cache.h"
18 #include "net/disk_cache/simple/simple_entry_format.h"
19 #include "net/disk_cache/simple/simple_entry_operation.h"
29 namespace disk_cache { namespace
288 } // namespace disk_cache
simple_index.cc 5 #include "net/disk_cache/simple/simple_index.h"
24 #include "net/disk_cache/simple/simple_entry_format.h"
25 #include "net/disk_cache/simple/simple_index_file.h"
26 #include "net/disk_cache/simple/simple_synchronous_entry.h"
27 #include "net/disk_cache/simple/simple_util.h"
49 typedef disk_cache::SimpleIndex SimpleIndex;
50 typedef disk_cache::SimpleIndex::EntrySet EntrySet;
73 namespace disk_cache { namespace
322 const disk_cache::EntryMetadata& entry_metadata,
461 } // namespace disk_cache
    [all...]
simple_index_file.cc 5 #include "net/disk_cache/simple/simple_index_file.h"
18 #include "net/disk_cache/simple/simple_entry_format.h"
19 #include "net/disk_cache/simple/simple_index.h"
20 #include "net/disk_cache/simple/simple_synchronous_entry.h"
21 #include "net/disk_cache/simple/simple_util.h"
24 namespace disk_cache { namespace
168 magic_number_ == disk_cache::kSimpleIndexMagicNumber &&
169 version_ == disk_cache::kSimpleVersion;
427 } // namespace disk_cache
simple_index_unittest.cc 15 #include "net/disk_cache/simple/simple_index.h"
16 #include "net/disk_cache/simple/simple_index_file.h"
17 #include "net/disk_cache/simple/simple_util.h"
26 const uint64 kKey1Hash = disk_cache::simple_util::GetEntryHashKey("key1");
27 const uint64 kKey2Hash = disk_cache::simple_util::GetEntryHashKey("key2");
28 const uint64 kKey3Hash = disk_cache::simple_util::GetEntryHashKey("key3");
32 namespace disk_cache { namespace
182 typedef disk_cache::SimpleIndex::EntrySet EntrySet;
581 } // namespace disk_cache
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.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/in_flight_backend_io.h"
17 #include "net/disk_cache/rankings.h"
18 #include "net/disk_cache/stats.h"
19 #include "net/disk_cache/stress_support.h
26 namespace disk_cache { namespace
    [all...]
eviction_v3.cc 29 #include "net/disk_cache/eviction.h"
37 #include "net/disk_cache/backend_impl.h"
38 #include "net/disk_cache/entry_impl.h"
39 #include "net/disk_cache/experiments.h"
40 #include "net/disk_cache/histogram_macros.h"
41 #include "net/disk_cache/trace.h"
66 namespace disk_cache { namespace
502 } // namespace disk_cache
  /external/chromium_org/net/http/
http_cache.h 9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for
39 namespace disk_cache { namespace
92 scoped_ptr<disk_cache::Backend>* backend,
112 scoped_ptr<disk_cache::Backend>* backend,
152 int GetBackend(disk_cache::Backend** backend,
156 disk_cache::Backend* GetCurrentBackend() const;
224 explicit ActiveEntry(disk_cache::Entry* entry);
227 disk_cache::Entry* disk_entry;
244 int CreateBackend(disk_cache::Backend** backend,
282 ActiveEntry* ActivateEntry(disk_cache::Entry* disk_entry)
    [all...]
mock_http_cache.cc 349 return net::DISK_CACHE;
356 int MockDiskCache::OpenEntry(const std::string& key, disk_cache::Entry** entry,
388 disk_cache::Entry** entry,
460 int MockDiskCache::OpenNextEntry(void** iter, disk_cache::Entry** next_entry,
491 scoped_ptr<disk_cache::Backend>* backend,
507 MockDiskCache* MockHttpCache::disk_cache() { function in class:MockHttpCache
509 disk_cache::Backend* backend;
515 bool MockHttpCache::ReadResponseInfo(disk_cache::Entry* disk_entry,
532 disk_cache::Entry* disk_entry, const net::HttpResponseInfo* response_info,
549 disk_cache::Entry** entry)
    [all...]
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 28 #include "net/disk_cache/backend_impl.h"
29 #include "net/disk_cache/disk_cache.h"
30 #include "net/disk_cache/disk_cache_test_util.h"
31 #include "net/disk_cache/rankings.h"
43 using disk_cache::RankCrashes;
73 for (int i = disk_cache::NO_CRASH + 1; i < disk_cache::MAX_CRASH; i++) {
84 namespace disk_cache { namespace
118 COMPILE_ASSERT(arraysize(folders) == disk_cache::MAX_CRASH, sync_folders)
    [all...]

Completed in 208 milliseconds

1 2 3 4 5 67 8