Home
last modified time | relevance | path

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

12

/external/chromium_org/net/disk_cache/simple/
Dsimple_index_file.h79 net::CacheType cache_type,
105 static void SyncLoadIndexEntries(net::CacheType cache_type,
146 static void SyncWriteToDisk(net::CacheType cache_type,
173 const net::CacheType cache_type_;
Dsimple_backend_impl.h48 net::CacheType cache_type,
54 net::CacheType cache_type() const { return cache_type_; } in cache_type()
88 virtual net::CacheType GetCacheType() const OVERRIDE;
198 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.h52 SimpleEntryImpl(net::CacheType cache_type,
305 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.cc84 void MaybeHistogramFdLimit(net::CacheType cache_type) { in MaybeHistogramFdLimit()
185 void RecordIndexLoad(net::CacheType cache_type, in RecordIndexLoad()
202 net::CacheType cache_type, in SimpleBackendImpl()
340 net::CacheType SimpleBackendImpl::GetCacheType() const { in GetCacheType()
Dsimple_entry_impl.cc71 void RecordReadResult(net::CacheType cache_type, ReadResult result) { in RecordReadResult()
76 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { in RecordWriteResult()
83 void RecordHeaderSizeChange(net::CacheType cache_type, in RecordHeaderSizeChange()
116 void RecordUnexpectedStream0Write(net::CacheType cache_type) { in RecordUnexpectedStream0Write()
124 void AdjustOpenEntryCountBy(net::CacheType cache_type, int offset) { in AdjustOpenEntryCountBy()
163 SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type, in SimpleEntryImpl()
/external/chromium_org/net/disk_cache/
Dcache_creator.cc28 net::CacheType type, net::BackendType backend_type, uint32 flags,
47 net::CacheType type_;
61 net::CacheType type, net::BackendType backend_type, uint32 flags, in CacheCreator()
155 int CreateCacheBackend(net::CacheType type, in CreateCacheBackend()
Ddisk_cache_test_base.h108 void SetCacheType(net::CacheType type) { in SetCacheType()
156 net::CacheType type_;
Ddisk_cache.h50 NET_EXPORT int CreateCacheBackend(net::CacheType type,
74 virtual net::CacheType GetCacheType() const = 0;
/external/chromium_org/net/disk_cache/blockfile/
Dbackend_impl_v3.h61 void SetType(net::CacheType type);
117 net::CacheType cache_type() const { in cache_type()
174 virtual net::CacheType GetCacheType() const OVERRIDE;
261 net::CacheType cache_type_;
Dbackend_impl.h88 void SetType(net::CacheType type);
179 net::CacheType cache_type() const { in cache_type()
260 virtual net::CacheType GetCacheType() const OVERRIDE;
375 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.h153 enum CacheType { enum
181 virtual CacheType type() const = 0;
209 virtual CacheType type() const OVERRIDE { return TypeImage; } in type()
238 virtual CacheType type() const OVERRIDE { return TypeDecoder; } in type()
/external/chromium_org/net/base/
Dcache_type.h11 enum CacheType { enum
/external/chromium_org/net/http/
Dhttp_cache.h101 DefaultBackend(CacheType type, BackendType backend_type,
115 CacheType type_;
/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/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/webkit/browser/appcache/
Dappcache_disk_cache.h84 int Init(net::CacheType cache_type, const base::FilePath& directory,
/external/chromium_org/net/disk_cache/tracing/
Dtracing_cache_backend.h27 virtual net::CacheType GetCacheType() const OVERRIDE;
/external/chromium_org/net/disk_cache/memory/
Dmem_backend_impl.h65 virtual net::CacheType GetCacheType() const OVERRIDE;

12