Searched refs:GetCacheType (Results 1 - 14 of 14) sorted by relevance

/external/vixl/src/a64/
H A Dcpu-a64.h47 static uint32_t GetCacheType();
H A Dcpu-a64.cc39 uint32_t cache_type_register = GetCacheType();
60 uint32_t CPU::GetCacheType() { function in class:vixl::CPU
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.h66 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dmem_backend_impl.cc128 net::CacheType MemBackendImpl::GetCacheType() const { function in class:disk_cache::MemBackendImpl
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h175 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dbackend_impl.h262 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dbackend_impl_v3.cc415 net::CacheType BackendImplV3::GetCacheType() const { function in class:disk_cache::BackendImplV3
1472 net::CacheType BackendImplV3::GetCacheType() const {
H A Dbackend_impl.cc1189 net::CacheType BackendImpl::GetCacheType() const { function in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/
H A Ddisk_cache.h97 virtual net::CacheType GetCacheType() const = 0;
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.h91 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dsimple_backend_impl.cc361 net::CacheType SimpleBackendImpl::GetCacheType() const { function in class:disk_cache::SimpleBackendImpl
/external/chromium_org/net/http/
H A Dmock_http_cache.h101 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dmock_http_cache.cc348 net::CacheType MockDiskCache::GetCacheType() const {
H A Dhttp_cache_transaction.cc2827 cache_->GetCurrentBackend()->GetCacheType() != DISK_CACHE ||

Completed in 190 milliseconds