HomeSort by relevance Sort by last modified time
    Searched refs:disk_cache (Results 176 - 185 of 185) sorted by null

1 2 3 4 5 6 78

  /external/chromium_org/content/browser/appcache/
appcache_storage_impl.cc 491 // do actually exist in the disk_cache (and if not then what?)
1794 AppCacheDiskCache* AppCacheStorageImpl::disk_cache() { function in class:content::AppCacheStorageImpl
    [all...]
  /external/chromium_org/content/browser/
browser_thread_impl.cc 18 #include "net/disk_cache/simple/simple_backend_impl.h"
150 disk_cache::SimpleBackendImpl::FlushWorkerPoolForTesting();
  /external/chromium_org/net/disk_cache/blockfile/
eviction_v3.cc 29 #include "net/disk_cache/blockfile/eviction_v3.h"
37 #include "net/disk_cache/blockfile/backend_impl_v3.h"
38 #include "net/disk_cache/blockfile/entry_impl_v3.h"
39 #include "net/disk_cache/blockfile/experiments.h"
40 #include "net/disk_cache/blockfile/histogram_macros_v3.h"
41 #include "net/disk_cache/blockfile/trace.h"
73 namespace disk_cache { namespace
512 } // namespace disk_cache
eviction.cc 29 #include "net/disk_cache/blockfile/eviction.h"
37 #include "net/disk_cache/blockfile/backend_impl.h"
38 #include "net/disk_cache/blockfile/disk_format.h"
39 #include "net/disk_cache/blockfile/entry_impl.h"
40 #include "net/disk_cache/blockfile/experiments.h"
41 #include "net/disk_cache/blockfile/histogram_macros.h"
42 #include "net/disk_cache/blockfile/trace.h"
43 #include "net/disk_cache/blockfile/webfonts_histogram.h"
71 namespace disk_cache { namespace
602 } // namespace disk_cache
    [all...]
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
backend_impl_v3.cc 5 #include "net/disk_cache/blockfile/backend_impl_v3.h"
24 #include "net/disk_cache/blockfile/disk_format_v3.h"
25 #include "net/disk_cache/blockfile/entry_impl_v3.h"
26 #include "net/disk_cache/blockfile/errors.h"
27 #include "net/disk_cache/blockfile/experiments.h"
28 #include "net/disk_cache/blockfile/file.h"
29 #include "net/disk_cache/blockfile/histogram_macros_v3.h"
30 #include "net/disk_cache/blockfile/index_table_v3.h"
31 #include "net/disk_cache/blockfile/storage_block-inl.h"
32 #include "net/disk_cache/cache_util.h
54 namespace disk_cache { namespace
    [all...]
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...]
  /external/chromium_org/net/disk_cache/simple/
simple_index_file.cc 5 #include "net/disk_cache/simple/simple_index_file.h"
17 #include "net/disk_cache/simple/simple_backend_version.h"
18 #include "net/disk_cache/simple/simple_entry_format.h"
19 #include "net/disk_cache/simple/simple_histogram_macros.h"
20 #include "net/disk_cache/simple/simple_index.h"
21 #include "net/disk_cache/simple/simple_synchronous_entry.h"
22 #include "net/disk_cache/simple/simple_util.h"
25 namespace disk_cache { namespace
463 } // namespace disk_cache
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,
628 } // namespace disk_cache
    [all...]
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...]

Completed in 376 milliseconds

1 2 3 4 5 6 78