Searched refs:CACHE_BACKEND_SIMPLE (Results 1 – 6 of 6) sorted by relevance
/external/cronet/net/base/ |
D | cache_type.h | 35 CACHE_BACKEND_SIMPLE // The |SimpleBackendImpl|. enumerator
|
/external/cronet/net/tools/disk_cache_memory_test/ |
D | disk_cache_memory_test.cc | 61 : net::CACHE_BACKEND_SIMPLE, in Parse() 113 if (spec.backend_type == net::CACHE_BACKEND_SIMPLE) { in CreateAndInitBackend()
|
/external/cronet/net/disk_cache/ |
D | backend_unittest.cc | 694 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 699 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 748 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 797 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 4934 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 4956 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 5031 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 5050 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 5077 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F() 5096 net::APP_CACHE, net::CACHE_BACKEND_SIMPLE, /*file_operations=*/nullptr, in TEST_F()
|
D | disk_cache.cc | 136 if (backend_type_ == net::CACHE_BACKEND_SIMPLE || in Run()
|
/external/cronet/net/url_request/ |
D | url_request_context_builder.cc | 544 backend_type = CACHE_BACKEND_SIMPLE; in Build()
|
/external/cronet/net/tools/cachetool/ |
D | cachetool.cc | 746 backend_type = net::CACHE_BACKEND_SIMPLE; in main()
|