Home
last modified time | relevance | path

Searched refs:MEMORY_CACHE (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/base/
Dcache_type.h15 MEMORY_CACHE, // Data is stored only in memory. enumerator
/external/cronet/components/nacl/browser/
Dpnacl_translation_cache_unittest.cc59 int rv = cache_->Init(in_mem ? net::MEMORY_CACHE : net::PNACL_CACHE, in InitBackend()
Dpnacl_translation_cache.cc401 return Init(net::MEMORY_CACHE, base::FilePath(), kMaxMemCacheSize, in InitInMemory()
/external/cronet/net/disk_cache/memory/
Dmem_backend_impl.cc46 : Backend(net::MEMORY_CACHE), in MemBackendImpl()
/external/cronet/net/disk_cache/
Ddisk_cache.cc325 if (type == net::MEMORY_CACHE) { in CreateCacheBackendImpl()
Dbackend_unittest.cc612 net::MEMORY_CACHE, net::CACHE_BACKEND_DEFAULT, in TEST_F()
630 net::MEMORY_CACHE, net::CACHE_BACKEND_DEFAULT, in TEST_F()
/external/cronet/net/http/
Dhttp_cache.cc96 return std::make_unique<DefaultBackend>(MEMORY_CACHE, CACHE_BACKEND_DEFAULT, in InMemory()
Dhttp_cache_transaction.cc1234 cache_->GetCurrentBackend()->GetCacheType() != MEMORY_CACHE; in DoOpenOrCreateEntryComplete()
1486 cache_->GetCurrentBackend()->GetCacheType() != MEMORY_CACHE) { in DoAddToEntryComplete()