Searched defs:CacheType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/base/
H A Dcache_type.h11 enum CacheType { enum in namespace:net
/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;

Completed in 179 milliseconds