Searched refs:MEMORY_CACHE (Results 1 – 8 of 8) sorted by relevance
/external/cronet/net/base/ |
D | cache_type.h | 15 MEMORY_CACHE, // Data is stored only in memory. enumerator
|
/external/cronet/components/nacl/browser/ |
D | pnacl_translation_cache_unittest.cc | 59 int rv = cache_->Init(in_mem ? net::MEMORY_CACHE : net::PNACL_CACHE, in InitBackend()
|
D | pnacl_translation_cache.cc | 401 return Init(net::MEMORY_CACHE, base::FilePath(), kMaxMemCacheSize, in InitInMemory()
|
/external/cronet/net/disk_cache/memory/ |
D | mem_backend_impl.cc | 46 : Backend(net::MEMORY_CACHE), in MemBackendImpl()
|
/external/cronet/net/disk_cache/ |
D | disk_cache.cc | 325 if (type == net::MEMORY_CACHE) { in CreateCacheBackendImpl()
|
D | backend_unittest.cc | 612 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/ |
D | http_cache.cc | 96 return std::make_unique<DefaultBackend>(MEMORY_CACHE, CACHE_BACKEND_DEFAULT, in InMemory()
|
D | http_cache_transaction.cc | 1234 cache_->GetCurrentBackend()->GetCacheType() != MEMORY_CACHE; in DoOpenOrCreateEntryComplete() 1486 cache_->GetCurrentBackend()->GetCacheType() != MEMORY_CACHE) { in DoAddToEntryComplete()
|