Searched refs:GetCacheType (Results 1 - 17 of 17) 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.h65 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dmem_backend_impl.cc127 net::CacheType MemBackendImpl::GetCacheType() const { function in class:disk_cache::MemBackendImpl
/external/chromium_org/net/disk_cache/tracing/
H A Dtracing_cache_backend.h27 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dtracing_cache_backend.cc186 net::CacheType TracingCacheBackend::GetCacheType() const { function in class:disk_cache::TracingCacheBackend
187 return backend_->GetCacheType();
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h174 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dbackend_impl.h260 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dbackend_impl_v3.cc422 net::CacheType BackendImplV3::GetCacheType() const { function in class:disk_cache::BackendImplV3
1549 net::CacheType BackendImplV3::GetCacheType() const {
H A Dbackend_impl.cc1138 net::CacheType BackendImpl::GetCacheType() const { function in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/
H A Ddisk_cache.h74 virtual net::CacheType GetCacheType() const = 0;
H A Dbackend_unittest.cc3144 EXPECT_EQ(net::DISK_CACHE, cache_->GetCacheType());
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.h88 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dsimple_backend_impl.cc340 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.cc2461 cache_->GetCurrentBackend()->GetCacheType() != DISK_CACHE ||

Completed in 571 milliseconds