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

/external/chromium_org/net/disk_cache/
H A Dmem_backend_impl.h65 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dtracing_cache_backend.h24 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Ddisk_cache.h74 virtual net::CacheType GetCacheType() const = 0;
H A Dtracing_cache_backend.cc186 net::CacheType TracingCacheBackend::GetCacheType() const { function in class:disk_cache::TracingCacheBackend
187 return backend_->GetCacheType();
H A Dbackend_impl.h257 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dmem_backend_impl.cc127 net::CacheType MemBackendImpl::GetCacheType() const { function in class:disk_cache::MemBackendImpl
H A Dbackend_impl.cc1155 net::CacheType BackendImpl::GetCacheType() const { function in class:disk_cache::BackendImpl
H A Dbackend_unittest.cc3022 EXPECT_EQ(net::DISK_CACHE, cache_->GetCacheType());
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.h68 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dsimple_backend_impl.cc269 net::CacheType SimpleBackendImpl::GetCacheType() const { function in class:disk_cache::SimpleBackendImpl
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.h177 virtual net::CacheType GetCacheType() const OVERRIDE;
H A Dbackend_impl_v3.cc490 net::CacheType BackendImpl::GetCacheType() const { function in class:disk_cache::BackendImpl
/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.cc2536 cache_->GetCurrentBackend()->GetCacheType() != DISK_CACHE ||

Completed in 286 milliseconds