HomeSort by relevance Sort by last modified time
    Searched refs:GetCacheType (Results 1 - 14 of 14) sorted by null

  /external/vixl/src/a64/
cpu-a64.h 47 static uint32_t GetCacheType();
cpu-a64.cc 39 uint32_t cache_type_register = GetCacheType();
60 uint32_t CPU::GetCacheType() {
  /external/chromium_org/net/disk_cache/
disk_cache.h 97 virtual net::CacheType GetCacheType() const = 0;
  /external/chromium_org/net/disk_cache/memory/
mem_backend_impl.h 66 virtual net::CacheType GetCacheType() const OVERRIDE;
mem_backend_impl.cc 128 net::CacheType MemBackendImpl::GetCacheType() const {
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.h 175 virtual net::CacheType GetCacheType() const OVERRIDE;
backend_impl.h 262 virtual net::CacheType GetCacheType() const OVERRIDE;
backend_impl_v3.cc 415 net::CacheType BackendImplV3::GetCacheType() const {
    [all...]
backend_impl.cc     [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 91 virtual net::CacheType GetCacheType() const OVERRIDE;
simple_backend_impl.cc 361 net::CacheType SimpleBackendImpl::GetCacheType() const {
  /external/chromium_org/net/http/
mock_http_cache.h 101 virtual net::CacheType GetCacheType() const OVERRIDE;
mock_http_cache.cc 348 net::CacheType MockDiskCache::GetCacheType() const {
http_cache_transaction.cc     [all...]

Completed in 735 milliseconds