Searched refs:CACHE_BACKEND_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/external/cronet/net/base/ |
D | cache_type.h | 33 CACHE_BACKEND_DEFAULT, enumerator
|
/external/cronet/net/url_request/ |
D | url_request_context_builder.cc | 535 BackendType backend_type = CACHE_BACKEND_DEFAULT; in Build() 538 backend_type = CACHE_BACKEND_DEFAULT; in Build()
|
/external/cronet/components/nacl/browser/ |
D | pnacl_translation_cache.cc | 345 cache_type, net::CACHE_BACKEND_DEFAULT, /*file_operations=*/nullptr, in Init()
|
/external/cronet/net/disk_cache/ |
D | backend_unittest.cc | 603 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()
|
D | disk_cache.cc | 137 (backend_type_ == net::CACHE_BACKEND_DEFAULT && in Run()
|
/external/cronet/net/http/ |
D | http_cache.cc | 96 return std::make_unique<DefaultBackend>(MEMORY_CACHE, CACHE_BACKEND_DEFAULT, in InMemory()
|