Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dbackend_impl.h56 int max_bytes, net::CacheType type,
92 void SetType(net::CacheType type);
156 net::CacheType cache_type() const { in cache_type()
290 net::CacheType cache_type_;
Ddisk_cache.h42 int max_bytes, net::CacheType type);
65 int CreateCacheBackend(net::CacheType type, const FilePath& path, int max_bytes,
Dbackend_impl.cc175 int max_bytes, net::CacheType type) { in CreateCacheBackend()
219 int max_bytes, net::CacheType type, in CreateBackend()
667 void BackendImpl::SetType(net::CacheType type) { in SetType()
/external/chromium/net/http/
Dhttp_cache.h136 void set_type(CacheType type) { type_ = type; } in set_type()
137 CacheType type() { return type_; } in type()
283 CacheType type_;
/external/chromium/net/base/
Dcache_type.h11 enum CacheType { enum
/external/chromium/sdch/open-vcdiff/src/
Dvarint_bigendian_test.cc125 template <class CacheType> \
126 void VarintBETestTemplate<CacheType>::TemplateTest##TEST_NAME()
/external/kernel-headers/original/asm-x86/
Dvoyager.h357 __u8 CacheType; member
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1197 typedef PackedCache<BITS, uint64_t> CacheType; typedef in WTF::MapSelector
1215 typedef PackedCache<64, uint64_t> CacheType; typedef in WTF::MapSelector
1223 typedef PackedCache<32 - kPageShift, uint16_t> CacheType; typedef in WTF::MapSelector
1335 typedef MapSelector<8*sizeof(uintptr_t)>::CacheType PageMapCache;