/external/chromium_org/net/disk_cache/simple/ |
D | simple_index_file.h | 79 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_;
|
D | simple_backend_impl.h | 48 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_;
|
D | 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_;
|
D | simple_index_file.cc | 48 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()
|
D | simple_index.h | 82 net::CacheType cache_type, 162 const net::CacheType cache_type_;
|
D | simple_entry_impl.h | 52 SimpleEntryImpl(net::CacheType cache_type, 305 const net::CacheType cache_type_;
|
D | simple_synchronous_entry.cc | 73 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()
|
D | simple_backend_impl.cc | 84 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()
|
D | simple_entry_impl.cc | 71 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/ |
D | cache_creator.cc | 28 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()
|
D | disk_cache_test_base.h | 108 void SetCacheType(net::CacheType type) { in SetCacheType() 156 net::CacheType type_;
|
D | disk_cache.h | 50 NET_EXPORT int CreateCacheBackend(net::CacheType type, 74 virtual net::CacheType GetCacheType() const = 0;
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | backend_impl_v3.h | 61 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_;
|
D | backend_impl.h | 88 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/ |
D | page_heap.h | 85 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/ |
D | page_heap.h | 87 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/ |
D | ImageDecodingStore.h | 153 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/ |
D | cache_type.h | 11 enum CacheType { enum
|
/external/chromium_org/net/http/ |
D | http_cache.h | 101 DefaultBackend(CacheType type, BackendType backend_type, 115 CacheType type_;
|
/external/chromium_org/components/nacl/browser/ |
D | pnacl_translation_cache.h | 89 int Init(net::CacheType,
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | varint_bigendian_test.cc | 125 template <class CacheType> \ 126 void VarintBETestTemplate<CacheType>::TemplateTest##TEST_NAME()
|
/external/chromium_org/net/tools/disk_cache_memory_test/ |
D | disk_cache_memory_test.cc | 65 const net::CacheType cache_type; 70 net::CacheType cache_type, in CacheSpec()
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_disk_cache.h | 84 int Init(net::CacheType cache_type, const base::FilePath& directory,
|
/external/chromium_org/net/disk_cache/tracing/ |
D | tracing_cache_backend.h | 27 virtual net::CacheType GetCacheType() const OVERRIDE;
|
/external/chromium_org/net/disk_cache/memory/ |
D | mem_backend_impl.h | 65 virtual net::CacheType GetCacheType() const OVERRIDE;
|