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

1 2 3 4 5 67 8 9

  /external/chromium/net/disk_cache/
bitmap.cc 5 #include "net/disk_cache/bitmap.h"
41 namespace disk_cache { namespace
311 } // namespace disk_cache
eviction.cc 29 #include "net/disk_cache/eviction.h"
36 #include "net/disk_cache/backend_impl.h"
37 #include "net/disk_cache/entry_impl.h"
38 #include "net/disk_cache/experiments.h"
39 #include "net/disk_cache/histogram_macros.h"
40 #include "net/disk_cache/trace.h"
61 namespace disk_cache { namespace
573 } // namespace 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
312 } // 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 19 #include "net/disk_cache/disk_cache.h"
20 #include "net/disk_cache/simple/simple_entry_format.h"
21 #include "net/disk_cache/simple/simple_entry_operation.h"
32 namespace disk_cache { namespace
370 } // namespace disk_cache
simple_entry_operation.h 16 namespace disk_cache { namespace
156 } // namespace disk_cache
simple_index.cc 5 #include "net/disk_cache/simple/simple_index.h"
26 #include "net/disk_cache/simple/simple_entry_format.h"
27 #include "net/disk_cache/simple/simple_histogram_macros.h"
28 #include "net/disk_cache/simple/simple_index_delegate.h"
29 #include "net/disk_cache/simple/simple_index_file.h"
30 #include "net/disk_cache/simple/simple_synchronous_entry.h"
31 #include "net/disk_cache/simple/simple_util.h"
53 typedef disk_cache::SimpleIndex SimpleIndex;
54 typedef disk_cache::SimpleIndex::EntrySet EntrySet;
77 namespace disk_cache { namespace
    [all...]
simple_index_file_unittest.cc 18 #include "net/disk_cache/disk_cache_test_util.h"
19 #include "net/disk_cache/simple/simple_backend_impl.h"
20 #include "net/disk_cache/simple/simple_backend_version.h"
21 #include "net/disk_cache/simple/simple_entry_format.h"
22 #include "net/disk_cache/simple/simple_index.h"
23 #include "net/disk_cache/simple/simple_index_file.h"
24 #include "net/disk_cache/simple/simple_util.h"
25 #include "net/disk_cache/simple/simple_version_upgrade.h"
29 using disk_cache::SimpleIndexFile;
30 using disk_cache::SimpleIndex
32 namespace disk_cache { namespace
    [all...]
simple_index_unittest.cc 19 #include "net/disk_cache/simple/simple_index.h"
20 #include "net/disk_cache/simple/simple_index_delegate.h"
21 #include "net/disk_cache/simple/simple_index_file.h"
22 #include "net/disk_cache/simple/simple_test_util.h"
23 #include "net/disk_cache/simple/simple_util.h"
26 namespace disk_cache { namespace
55 : SimpleIndexFile(NULL, NULL, net::DISK_CACHE, base::FilePath()),
101 return disk_cache::simple_util::GetEntryHashKey(
108 index_.reset(new SimpleIndex(NULL, this, net::DISK_CACHE,
201 typedef disk_cache::SimpleIndex::EntrySet EntrySet
    [all...]
simple_synchronous_entry.h 21 #include "net/disk_cache/simple/simple_entry_format.h"
28 namespace disk_cache { namespace
338 } // 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...]

Completed in 118 milliseconds

1 2 3 4 5 67 8 9