HomeSort by relevance Sort by last modified time
    Searched refs:CacheType (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/net/base/
cache_type.h 11 enum CacheType {
  /external/chromium_org/net/disk_cache/simple/
simple_index_file.h 80 net::CacheType cache_type,
106 static void SyncLoadIndexEntries(net::CacheType cache_type,
147 static void SyncWriteToDisk(net::CacheType cache_type,
174 const net::CacheType cache_type_;
simple_backend_impl.h 55 net::CacheType cache_type,
61 net::CacheType cache_type() const { return cache_type_; }
91 virtual net::CacheType GetCacheType() const OVERRIDE;
189 const net::CacheType cache_type_;
simple_index.h 82 net::CacheType cache_type,
162 const net::CacheType cache_type_;
simple_synchronous_entry.h 115 static void OpenEntry(net::CacheType cache_type,
121 static void CreateEntry(net::CacheType cache_type,
203 net::CacheType cache_type,
311 const net::CacheType cache_type_;
simple_index_file.cc 48 void UmaRecordIndexFileState(IndexFileState state, net::CacheType cache_type) {
62 net::CacheType cache_type) {
186 void SimpleIndexFile::SyncWriteToDisk(net::CacheType cache_type,
239 net::CacheType cache_type,
282 net::CacheType cache_type,
simple_entry_impl.h 58 SimpleEntryImpl(net::CacheType cache_type,
312 const net::CacheType cache_type_;
simple_synchronous_entry.cc 73 void RecordSyncOpenResult(net::CacheType cache_type,
90 void RecordWriteResult(net::CacheType cache_type, WriteResult result) {
95 void RecordCheckEOFResult(net::CacheType cache_type, CheckEOFResult result) {
101 void RecordCloseResult(net::CacheType cache_type, CloseResult result) {
212 net::CacheType cache_type,
236 net::CacheType cache_type,
699 SimpleSynchronousEntry::SimpleSynchronousEntry(net::CacheType cache_type,
    [all...]
simple_backend_impl.cc 82 void MaybeHistogramFdLimit(net::CacheType cache_type) {
183 void RecordIndexLoad(net::CacheType cache_type,
229 net::CacheType cache_type,
361 net::CacheType SimpleBackendImpl::GetCacheType() const {
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.h 62 void SetType(net::CacheType type);
118 net::CacheType cache_type() const {
175 virtual net::CacheType GetCacheType() const OVERRIDE;
258 net::CacheType cache_type_;
backend_impl.h 90 void SetType(net::CacheType type);
181 net::CacheType cache_type() const {
262 virtual net::CacheType GetCacheType() const OVERRIDE;
381 net::CacheType cache_type_;
  /external/chromium_org/net/disk_cache/
cache_creator.cc 27 net::CacheType type,
49 net::CacheType type_;
65 net::CacheType type,
163 net::CacheType type,
disk_cache.h 53 net::CacheType type,
97 virtual net::CacheType GetCacheType() const = 0;
disk_cache_test_base.h 120 void SetCacheType(net::CacheType type) {
168 net::CacheType type_;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.h 97 enum CacheType {
122 virtual CacheType type() const = 0;
148 virtual CacheType type() const OVERRIDE { return TypeDecoder; }
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 87 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType;
100 typedef PackedCache<32-kPageShift, uint16_t> CacheType;
229 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 85 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType;
92 typedef PackedCache<32-kPageShift, uint16_t> CacheType;
217 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.h 89 int Init(net::CacheType,
  /external/chromium_org/content/browser/appcache/
appcache_disk_cache.h 91 int Init(net::CacheType cache_type,
  /external/chromium_org/net/disk_cache/memory/
mem_backend_impl.h 66 virtual net::CacheType GetCacheType() const OVERRIDE;
mem_backend_impl.cc 128 net::CacheType MemBackendImpl::GetCacheType() const {
  /external/chromium_org/net/http/
http_cache.h 105 DefaultBackend(CacheType type,
121 CacheType type_;
mock_http_cache.h 101 virtual net::CacheType GetCacheType() const OVERRIDE;
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 65 const net::CacheType cache_type;
70 net::CacheType cache_type,
  /external/chromium_org/sdch/open-vcdiff/src/
varint_bigendian_test.cc 125 template <class CacheType> \
126 void VarintBETestTemplate<CacheType>::TemplateTest##TEST_NAME()

Completed in 399 milliseconds

1 2