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

1 23 4

  /external/chromium/net/disk_cache/
bitmap.h 11 namespace disk_cache { namespace
134 } // namespace disk_cache
block_files.h 5 // See net/disk_cache/disk_cache.h for the public interface.
16 #include "net/disk_cache/addr.h"
17 #include "net/disk_cache/mapped_file.h"
23 namespace disk_cache { namespace
102 } // namespace disk_cache
cache_util_posix.cc 5 #include "net/disk_cache/cache_util.h"
11 namespace disk_cache { namespace
67 } // namespace disk_cache
cache_util_win.cc 5 #include "net/disk_cache/cache_util.h"
42 namespace disk_cache { namespace
80 } // namespace disk_cache
eviction.h 11 #include "net/disk_cache/disk_format.h"
12 #include "net/disk_cache/rankings.h"
14 namespace disk_cache { namespace
89 } // namespace disk_cache
file.h 5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
16 namespace disk_cache { namespace
87 } // namespace disk_cache
hash.cc 3 #include "net/disk_cache/hash.h"
8 namespace disk_cache { namespace
67 } // namespace disk_cache
in_flight_io.cc 5 #include "net/disk_cache/in_flight_io.h"
9 namespace disk_cache { namespace
87 } // namespace disk_cache
mapped_file_posix.cc 5 #include "net/disk_cache/mapped_file.h"
12 #include "net/disk_cache/disk_cache.h"
14 namespace disk_cache { namespace
55 } // namespace disk_cache
mapped_file_win.cc 5 #include "net/disk_cache/mapped_file.h"
9 #include "net/disk_cache/disk_cache.h"
11 namespace disk_cache { namespace
55 } // namespace disk_cache
mem_rankings.cc 5 #include "net/disk_cache/mem_rankings.h"
8 #include "net/disk_cache/mem_entry_impl.h"
10 namespace disk_cache { namespace
67 } // namespace disk_cache
net_log_parameters.h 15 namespace disk_cache { namespace
97 } // 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
stats.h 14 #include "net/disk_cache/stats_histogram.h"
16 namespace disk_cache { namespace
94 } // namespace disk_cache
backend_impl.cc 5 #include "net/disk_cache/backend_impl.h"
22 #include "net/disk_cache/cache_util.h"
23 #include "net/disk_cache/entry_impl.h"
24 #include "net/disk_cache/errors.h"
25 #include "net/disk_cache/experiments.h"
26 #include "net/disk_cache/file.h"
27 #include "net/disk_cache/hash.h"
28 #include "net/disk_cache/mem_backend_impl.h"
32 #include "net/disk_cache/histogram_macros.h"
69 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len
290 namespace disk_cache { namespace
    [all...]
disk_cache.h 31 namespace disk_cache { namespace
296 } // namespace disk_cache
mem_backend_impl.h 5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
13 #include "net/disk_cache/disk_cache.h"
14 #include "net/disk_cache/mem_rankings.h"
20 namespace disk_cache { namespace
116 } // namespace disk_cache
net_log_parameters.cc 5 #include "net/disk_cache/net_log_parameters.h"
12 namespace disk_cache { namespace
100 } // namespace disk_cache
sparse_control.h 15 #include "net/disk_cache/bitmap.h"
16 #include "net/disk_cache/disk_format.h"
23 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"
46 namespace disk_cache { namespace
159 } // namespace disk_cache
disk_format.h 61 namespace disk_cache { namespace
259 } // namespace disk_cache
  /external/chromium/net/http/
partial_data.cc 13 #include "net/disk_cache/disk_cache.h"
53 int GetAvailableRange(disk_cache::Entry* entry, int64 offset, int len,
90 int PartialData::Core::GetAvailableRange(disk_cache::Entry* entry, int64 offset,
161 int PartialData::ShouldValidateCache(disk_cache::Entry* entry,
200 void PartialData::PrepareCacheValidation(disk_cache::Entry* entry,
240 disk_cache::Entry* entry,
416 int PartialData::CacheRead(disk_cache::Entry* entry, IOBuffer* data,
436 int PartialData::CacheWrite(disk_cache::Entry* entry, IOBuffer* data,
http_cache.cc 27 #include "net/disk_cache/disk_cache.h"
87 disk_cache::Backend** backend,
90 return disk_cache::CreateCacheBackend(type_, path_, max_bytes_, true,
96 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
118 disk_cache::Entry* disk_entry;
119 disk_cache::Backend* backend;
143 CompletionCallback* cb, disk_cache::Backend** backend)
159 bool DoCallback(int result, disk_cache::Backend* backend) {
181 disk_cache::Backend** backend_
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 35 using namespace disk_cache;
52 CacheResult::CacheResult(disk_cache::Entry* entry, String url)
  /external/chromium/net/tools/dump_cache/
upgrade.cc 17 #include "net/disk_cache/backend_impl.h"
18 #include "net/disk_cache/entry_impl.h"
129 disk_cache::EntryImpl* entry_;
265 scoped_ptr<disk_cache::Backend> cache_;
325 disk_cache::Backend* cache;
327 int rv = disk_cache::CreateCacheBackend(net::DISK_CACHE,
400 reinterpret_cast<disk_cache::Entry**>(&entry_),
597 scoped_ptr<disk_cache::BackendImpl> cache_;
606 disk_cache::Backend* cache
    [all...]

Completed in 178 milliseconds

1 23 4