HomeSort by relevance Sort by last modified time
    Searched full:disk_cache (Results 176 - 200 of 226) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/net/http/
http_cache.cc 35 #include "net/disk_cache/disk_cache.h"
85 NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend,
88 return disk_cache::CreateCacheBackend(type_,
101 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
123 disk_cache::Entry* disk_entry;
124 scoped_ptr<disk_cache::Backend> backend;
150 const net::CompletionCallback& cb, disk_cache::Backend** backend)
169 bool DoCallback(int result, disk_cache::Backend* backend) {
191 disk_cache::Backend** backend_
    [all...]
disk_based_cert_cache_unittest.cc 14 #include "net/disk_cache/memory/mem_backend_impl.h"
125 void ImportCert(disk_cache::Backend* backend,
128 disk_cache::Entry* entry;
157 void CheckCertCached(disk_cache::Backend* backend,
159 disk_cache::Entry* entry;
http_transaction_test_util.h 22 #include "net/disk_cache/disk_cache.h"
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.cc 5 #include "net/disk_cache/blockfile/in_flight_backend_io.h"
13 #include "net/disk_cache/blockfile/backend_impl.h"
14 #include "net/disk_cache/blockfile/entry_impl.h"
15 #include "net/disk_cache/blockfile/histogram_macros.h"
20 namespace disk_cache { namespace
bitmap.cc 5 #include "net/disk_cache/blockfile/bitmap.h"
41 namespace disk_cache { namespace
311 } // namespace disk_cache
disk_format_base.h 26 namespace disk_cache { namespace
130 } // namespace disk_cache
entry_impl_v3.cc 5 #include "net/disk_cache/blockfile/entry_impl_v3.h"
13 #include "net/disk_cache/blockfile/backend_impl_v3.h"
14 #include "net/disk_cache/blockfile/bitmap.h"
15 #include "net/disk_cache/blockfile/disk_format_v3.h"
16 #include "net/disk_cache/blockfile/histogram_macros_v3.h"
17 #include "net/disk_cache/cache_util.h"
18 #include "net/disk_cache/net_log_parameters.h"
19 // #include "net/disk_cache/blockfile/sparse_control_v3.h"
34 namespace disk_cache { namespace
    [all...]
histogram_macros.h 97 case net::DISK_CACHE:\
histogram_macros_v3.h 97 case net::DISK_CACHE:\
  /external/chromium_org/net/
net.gyp 161 'disk_cache/blockfile/mapped_file_posix.cc',
165 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
446 'disk_cache/blockfile/file_posix.cc',
572 'disk_cache/blockfile/index_table_v3_unittest.cc',
767 'disk_cache/backend_unittest.cc',
768 'disk_cache/blockfile/block_files_unittest.cc',
789 'disk_cache/blockfile/index_table_v3_unittest.cc',
845 'disk_cache/blockfile/disk_cache_perftest.cc',
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc 29 #include "net/disk_cache/disk_cache.h"
64 void WriteHeaders(disk_cache::Entry* entry, const std::string& headers) {
83 void WriteData(disk_cache::Entry* entry, const std::string& data) {
96 void WriteToEntry(disk_cache::Backend* cache, const std::string& key,
99 disk_cache::Entry* entry;
114 disk_cache::Backend* cache;
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 21 #include "net/disk_cache/simple/simple_entry_format.h"
28 namespace disk_cache { namespace
338 } // namespace disk_cache
simple_entry_impl.cc 5 #include "net/disk_cache/simple/simple_entry_impl.h"
23 #include "net/disk_cache/net_log_parameters.h"
24 #include "net/disk_cache/simple/simple_backend_impl.h"
25 #include "net/disk_cache/simple/simple_histogram_macros.h"
26 #include "net/disk_cache/simple/simple_index.h"
27 #include "net/disk_cache/simple/simple_net_log_parameters.h"
28 #include "net/disk_cache/simple/simple_synchronous_entry.h"
29 #include "net/disk_cache/simple/simple_util.h"
32 namespace disk_cache { namespace
    [all...]
simple_synchronous_entry.cc 5 #include "net/disk_cache/simple/simple_synchronous_entry.h"
21 #include "net/disk_cache/simple/simple_backend_version.h"
22 #include "net/disk_cache/simple/simple_histogram_macros.h"
23 #include "net/disk_cache/simple/simple_util.h"
108 DCHECK_GT(disk_cache::kSimpleEntryFileCount, file_index);
109 return file_index == disk_cache::simple_util::GetFileIndexFromStreamIndex(2);
114 namespace disk_cache { namespace
    [all...]
  /external/chromium_org/net/data/cache_tests/bad_rankings3/
contents.txt 75 disk_cache::Entry* entry;
  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 16 #include "net/disk_cache/blockfile/disk_format.h"
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.cc 5 #include "net/disk_cache/memory/mem_entry_impl.h"
13 #include "net/disk_cache/memory/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
  /external/chromium_org/tools/valgrind/drmemory/
suppressions.txt 537 *!disk_cache::MappedFile::Init
538 *!disk_cache::BlockFiles::OpenBlockFile
539 *!disk_cache::BlockFiles::Init
540 *!disk_cache::BackendImpl::SyncInit
541 *!disk_cache::BackendIO::ExecuteBackendOperation
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.h 288 // Lazy disk_cache getter.
289 ServiceWorkerDiskCache* disk_cache();
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service_unittest.cc 123 storage->disk_cache();
mock_appcache_storage.h 133 AppCacheDiskCache* disk_cache() { function in class:content::MockAppCacheStorage
  /external/chromium_org/net/data/cache_tests/dirty_entry3/
contents.txt 172 disk_cache::Entry* entry;
  /external/chromium_org/net/data/cache_tests/dirty_entry4/
contents.txt 173 disk_cache::Entry* entry;
  /external/chromium_org/net/data/cache_tests/dirty_entry5/
contents.txt 145 disk_cache::Entry* entry;
  /external/chromium_org/net/data/cache_tests/list_loop/
contents.txt 192 disk_cache::Entry *entry;

Completed in 1302 milliseconds

1 2 3 4 5 6 78 910