HomeSort by relevance Sort by last modified time
    Searched refs:CacheType (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium/net/base/
cache_type.h 12 enum CacheType {
  /external/chromium_org/net/base/
cache_type.h 11 enum CacheType {
  /external/chromium_org/net/disk_cache/
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,
144 int CreateCacheBackend(net::CacheType type,
disk_cache.h 50 NET_EXPORT int CreateCacheBackend(net::CacheType type,
74 virtual net::CacheType GetCacheType() const = 0;
disk_cache_test_base.h 108 void SetCacheType(net::CacheType type) {
156 net::CacheType type_;
backend_impl.h 88 void SetType(net::CacheType type);
179 net::CacheType cache_type() const {
257 virtual net::CacheType GetCacheType() const OVERRIDE;
372 net::CacheType cache_type_;
tracing_cache_backend.h 24 virtual net::CacheType GetCacheType() const OVERRIDE;
mem_backend_impl.h 65 virtual net::CacheType GetCacheType() const OVERRIDE;
mem_backend_impl.cc 127 net::CacheType MemBackendImpl::GetCacheType() const {
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 63 void SetType(net::CacheType type);
120 net::CacheType cache_type() const {
177 virtual net::CacheType GetCacheType() const OVERRIDE;
261 net::CacheType cache_type_;
  /external/chromium/net/disk_cache/
disk_cache_test_base.h 86 void SetCacheType(net::CacheType type) {
129 net::CacheType type_;
backend_impl.h 55 int max_bytes, net::CacheType type,
93 void SetType(net::CacheType type);
177 net::CacheType cache_type() const {
359 net::CacheType cache_type_;
disk_cache.h 52 int CreateCacheBackend(net::CacheType type, const FilePath& path, int max_bytes,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 87 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType;
100 typedef PackedCache<32-kPageShift, uint16_t> CacheType;
229 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 85 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType;
92 typedef PackedCache<32-kPageShift, uint16_t> CacheType;
217 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache.h 95 int Init(net::CacheType,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
ImageDecodingStore.h 142 enum CacheType {
170 virtual CacheType type() const = 0;
198 virtual CacheType type() const { return TypeImage; }
227 virtual CacheType type() const { return TypeDecoder; }
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 45 net::CacheType type,
68 virtual net::CacheType GetCacheType() const OVERRIDE;
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h 83 int Init(net::CacheType cache_type, const base::FilePath& directory,
  /external/chromium/net/http/
http_cache.h 100 DefaultBackend(CacheType type, const FilePath& path, int max_bytes,
113 CacheType type_;
  /external/chromium_org/net/http/
http_cache.h 102 DefaultBackend(CacheType type, BackendType backend_type,
116 CacheType type_;
mock_http_cache.h 101 virtual net::CacheType GetCacheType() const OVERRIDE;
  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian_test.cc 125 template <class CacheType> \
126 void VarintBETestTemplate<CacheType>::TemplateTest##TEST_NAME()
  /external/chromium_org/sdch/open-vcdiff/src/
varint_bigendian_test.cc 125 template <class CacheType> \
126 void VarintBETestTemplate<CacheType>::TemplateTest##TEST_NAME()
  /external/open-vcdiff/src/
varint_bigendian_test.cc 125 template <class CacheType> \
126 void VarintBETestTemplate<CacheType>::TemplateTest##TEST_NAME()

Completed in 1414 milliseconds

1 2