Home
last modified time | relevance | path

Searched refs:CACHE_BACKEND_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/base/
Dcache_type.h33 CACHE_BACKEND_DEFAULT, enumerator
/external/cronet/net/url_request/
Durl_request_context_builder.cc535 BackendType backend_type = CACHE_BACKEND_DEFAULT; in Build()
538 backend_type = CACHE_BACKEND_DEFAULT; in Build()
/external/cronet/components/nacl/browser/
Dpnacl_translation_cache.cc345 cache_type, net::CACHE_BACKEND_DEFAULT, /*file_operations=*/nullptr, in Init()
/external/cronet/net/disk_cache/
Dbackend_unittest.cc603 net::DISK_CACHE, net::CACHE_BACKEND_DEFAULT, in TEST_F()
612 net::MEMORY_CACHE, net::CACHE_BACKEND_DEFAULT, in TEST_F()
630 net::MEMORY_CACHE, net::CACHE_BACKEND_DEFAULT, in TEST_F()
654 net::APP_CACHE, net::CACHE_BACKEND_DEFAULT, /*file_operations=*/nullptr, in TEST_F()
659 net::APP_CACHE, net::CACHE_BACKEND_DEFAULT, /*file_operations=*/nullptr, in TEST_F()
975 net::DISK_CACHE, net::CACHE_BACKEND_DEFAULT, /*file_operations=*/nullptr, in TEST_F()
3748 net::DISK_CACHE, net::CACHE_BACKEND_DEFAULT, /*file_operations=*/nullptr, in TEST_F()
3755 net::GENERATED_BYTE_CODE_CACHE, net::CACHE_BACKEND_DEFAULT, in TEST_F()
Ddisk_cache.cc137 (backend_type_ == net::CACHE_BACKEND_DEFAULT && in Run()
/external/cronet/net/http/
Dhttp_cache.cc96 return std::make_unique<DefaultBackend>(MEMORY_CACHE, CACHE_BACKEND_DEFAULT, in InMemory()