Home
last modified time | relevance | path

Searched refs:CacheType (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/net/disk_cache/simple/
Dsimple_index_file.h80 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_;
Dsimple_backend_impl.h55 net::CacheType cache_type,
61 net::CacheType cache_type() const { return cache_type_; } in cache_type()
91 virtual net::CacheType GetCacheType() const OVERRIDE;
189 const net::CacheType cache_type_;
Dsimple_synchronous_entry.h115 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_;
Dsimple_index_file.cc48 void UmaRecordIndexFileState(IndexFileState state, net::CacheType cache_type) { in UmaRecordIndexFileState()
62 net::CacheType cache_type) { in UmaRecordIndexInitMethod()
186 void SimpleIndexFile::SyncWriteToDisk(net::CacheType cache_type, in SyncWriteToDisk()
239 net::CacheType cache_type, in SimpleIndexFile()
282 net::CacheType cache_type, in SyncLoadIndexEntries()
Dsimple_index.h82 net::CacheType cache_type,
162 const net::CacheType cache_type_;
Dsimple_entry_impl.h58 SimpleEntryImpl(net::CacheType cache_type,
312 const net::CacheType cache_type_;
Dsimple_synchronous_entry.cc73 void RecordSyncOpenResult(net::CacheType cache_type, in RecordSyncOpenResult()
90 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { in RecordWriteResult()
95 void RecordCheckEOFResult(net::CacheType cache_type, CheckEOFResult result) { in RecordCheckEOFResult()
101 void RecordCloseResult(net::CacheType cache_type, CloseResult result) { in RecordCloseResult()
212 net::CacheType cache_type, in OpenEntry()
236 net::CacheType cache_type, in CreateEntry()
699 SimpleSynchronousEntry::SimpleSynchronousEntry(net::CacheType cache_type, in SimpleSynchronousEntry()
Dsimple_backend_impl.cc82 void MaybeHistogramFdLimit(net::CacheType cache_type) { in MaybeHistogramFdLimit()
183 void RecordIndexLoad(net::CacheType cache_type, in RecordIndexLoad()
229 net::CacheType cache_type, in SimpleBackendImpl()
361 net::CacheType SimpleBackendImpl::GetCacheType() const { in GetCacheType()
Dsimple_entry_impl.cc72 void RecordReadResult(net::CacheType cache_type, ReadResult result) { in RecordReadResult()
77 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { in RecordWriteResult()
84 void RecordHeaderSizeChange(net::CacheType cache_type, in RecordHeaderSizeChange()
117 void RecordUnexpectedStream0Write(net::CacheType cache_type) { in RecordUnexpectedStream0Write()
125 void AdjustOpenEntryCountBy(net::CacheType cache_type, int offset) { in AdjustOpenEntryCountBy()
166 SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type, in SimpleEntryImpl()
/external/chromium_org/net/disk_cache/
Dcache_creator.cc27 net::CacheType type,
49 net::CacheType type_;
65 net::CacheType type, in CacheCreator()
163 net::CacheType type, in CreateCacheBackend()
Ddisk_cache.h53 net::CacheType type,
97 virtual net::CacheType GetCacheType() const = 0;
Ddisk_cache_test_base.h120 void SetCacheType(net::CacheType type) { in SetCacheType()
168 net::CacheType type_;
/external/chromium_org/net/disk_cache/blockfile/
Dbackend_impl_v3.h62 void SetType(net::CacheType type);
118 net::CacheType cache_type() const { in cache_type()
175 virtual net::CacheType GetCacheType() const OVERRIDE;
258 net::CacheType cache_type_;
Dbackend_impl.h90 void SetType(net::CacheType type);
181 net::CacheType cache_type() const { in cache_type()
262 virtual net::CacheType GetCacheType() const OVERRIDE;
381 net::CacheType cache_type_;
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpage_heap.h85 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType; typedef
92 typedef PackedCache<32-kPageShift, uint16_t> CacheType; typedef
217 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpage_heap.h87 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType; typedef
100 typedef PackedCache<32-kPageShift, uint16_t> CacheType; typedef
229 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageDecodingStore.h97 enum CacheType { enum
122 virtual CacheType type() const = 0;
148 virtual CacheType type() const OVERRIDE { return TypeDecoder; } in type()
/external/chromium_org/net/base/
Dcache_type.h11 enum CacheType { enum
/external/chromium_org/components/nacl/browser/
Dpnacl_translation_cache.h89 int Init(net::CacheType,
/external/chromium_org/sdch/open-vcdiff/src/
Dvarint_bigendian_test.cc125 template <class CacheType> \
126 void VarintBETestTemplate<CacheType>::TemplateTest##TEST_NAME()
/external/chromium_org/net/http/
Dhttp_cache.h105 DefaultBackend(CacheType type,
121 CacheType type_;
Dmock_http_cache.h101 virtual net::CacheType GetCacheType() const OVERRIDE;
/external/chromium_org/net/tools/disk_cache_memory_test/
Ddisk_cache_memory_test.cc65 const net::CacheType cache_type;
70 net::CacheType cache_type, in CacheSpec()
/external/chromium_org/content/browser/appcache/
Dappcache_disk_cache.h91 int Init(net::CacheType cache_type,
/external/chromium_org/net/disk_cache/memory/
Dmem_backend_impl.h66 virtual net::CacheType GetCacheType() const OVERRIDE;

12