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

12

/external/chromium_org/net/base/
H A Dcache_type.h11 enum CacheType { enum in namespace:net
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h62 void SetType(net::CacheType type);
118 net::CacheType cache_type() const {
175 virtual net::CacheType GetCacheType() const OVERRIDE;
258 net::CacheType cache_type_;
H A Dbackend_impl.h90 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/
H A Dcache_creator.cc27 net::CacheType type,
49 net::CacheType type_;
65 net::CacheType type,
163 net::CacheType type,
H A Ddisk_cache.h53 net::CacheType type,
97 virtual net::CacheType GetCacheType() const = 0;
H A Ddisk_cache_test_base.h120 void SetCacheType(net::CacheType type) {
168 net::CacheType type_;
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.h55 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_;
H A 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_;
H A 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_;
H A Dsimple_index.h82 net::CacheType cache_type,
162 const net::CacheType cache_type_;
H A Dsimple_index_file.cc48 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,
H A Dsimple_entry_impl.h58 SimpleEntryImpl(net::CacheType cache_type,
312 const net::CacheType cache_type_;
H A Dsimple_synchronous_entry.cc73 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,
H A Dsimple_backend_impl.cc82 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/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.h97 enum CacheType { enum in class:blink::ImageDecodingStore::CacheEntry
122 virtual CacheType type() const = 0;
148 virtual CacheType type() const OVERRIDE { return TypeDecoder; }
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h87 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType; typedef in class:tcmalloc::MapSelector
100 typedef PackedCache<32-kPageShift, uint16_t> CacheType; typedef in class:tcmalloc::MapSelector
229 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h85 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType; typedef in class:tcmalloc::MapSelector
92 typedef PackedCache<32-kPageShift, uint16_t> CacheType; typedef in class:tcmalloc::MapSelector
217 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.h89 int Init(net::CacheType,
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.h91 int Init(net::CacheType cache_type,
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.h66 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dmem_backend_impl.cc128 net::CacheType MemBackendImpl::GetCacheType() const {
/external/chromium_org/net/http/
H A Dhttp_cache.h105 DefaultBackend(CacheType type,
121 CacheType type_;
H A Dmock_http_cache.h101 virtual net::CacheType GetCacheType() const OVERRIDE;
/external/chromium_org/net/tools/disk_cache_memory_test/
H A Ddisk_cache_memory_test.cc65 const net::CacheType cache_type;
70 net::CacheType cache_type,
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvarint_bigendian_test.cc125 template <class CacheType> \
126 void VarintBETestTemplate<CacheType>::TemplateTest##TEST_NAME()

Completed in 371 milliseconds

12