HomeSort by relevance Sort by last modified time
    Searched full:disk_cache (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/chromium/net/disk_cache/
entry_impl.h 11 #include "net/disk_cache/disk_cache.h"
12 #include "net/disk_cache/storage_block.h"
13 #include "net/disk_cache/storage_block-inl.h"
15 namespace disk_cache { namespace
264 } // 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
in_flight_backend_io.cc 5 #include "net/disk_cache/in_flight_backend_io.h"
10 #include "net/disk_cache/backend_impl.h"
11 #include "net/disk_cache/entry_impl.h"
12 #include "net/disk_cache/histogram_macros.h"
14 namespace disk_cache { namespace
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/hash.h"
16 #include "net/disk_cache/histogram_macros.h"
17 #include "net/disk_cache/net_log_parameters.h"
18 #include "net/disk_cache/sparse_control.h"
31 class SyncCallback: public disk_cache::FileIOCallback {
35 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer
84 namespace disk_cache { namespace
    [all...]
bitmap.h 11 namespace disk_cache { namespace
134 } // 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_io.h 14 namespace disk_cache { namespace
130 } // namespace disk_cache
bitmap.cc 5 #include "net/disk_cache/bitmap.h"
41 namespace disk_cache { namespace
311 } // namespace disk_cache
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumIncludes.h 77 #include <net/disk_cache/disk_cache.h>
WebCache.cpp 37 using namespace disk_cache;
111 backendFactory = new net::HttpCache::DefaultBackend(net::DISK_CACHE, directoryPath, kMaximumCacheSizeBytes, cacheMessageLoopProxy);
CacheResult.cpp 35 using namespace disk_cache;
52 CacheResult::CacheResult(disk_cache::Entry* entry, String url)
  /external/chromium/net/data/cache_tests/bad_entry/
contents.txt 59 disk_cache::Entry *entry;
  /external/chromium/net/data/cache_tests/bad_rankings/
contents.txt 59 disk_cache::Entry *entry;
  /external/chromium/net/data/cache_tests/bad_rankings2/
contents.txt 59 disk_cache::Entry *entry;
  /external/chromium/net/data/cache_tests/dirty_entry/
contents.txt 59 disk_cache::Entry *entry;
  /external/chromium/net/data/cache_tests/dirty_entry2/
contents.txt 59 disk_cache::Entry *entry;
  /external/chromium/net/http/
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...]
http_transaction_unittest.h 20 #include "net/disk_cache/disk_cache.h"
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 22 #include "net/disk_cache/disk_cache.h"
55 void WriteHeaders(disk_cache::Entry* entry, const std::string headers) {
73 void WriteData(disk_cache::Entry* entry, const std::string data) {
86 void WriteToEntry(disk_cache::Backend* cache, const std::string key,
89 disk_cache::Entry* entry;
105 disk_cache::Backend* cache;
malware_details.cc 22 #include "net/disk_cache/disk_cache.h"
  /external/chromium/net/url_request/
view_cache_helper.cc 11 #include "net/disk_cache/disk_cache.h"
64 std::string FormatEntryInfo(disk_cache::Entry* entry,
url_request_test_util.h 28 #include "net/disk_cache/disk_cache.h"
  /external/chromium/chrome/browser/
browsing_data_remover.h 24 namespace disk_cache { namespace
203 disk_cache::Backend* cache_;
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 17 #include "net/disk_cache/disk_format.h"
146 if (version != disk_cache::kCurrentVersion >> 16) {
  /external/chromium/net/data/cache_tests/bad_rankings3/
contents.txt 75 disk_cache::Entry* entry;

Completed in 867 milliseconds

1 2 34 5