Home
last modified time | relevance | path

Searched refs:new_network_layer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.h253 std::unique_ptr<HttpTransactionFactory> new_network_layer);
H A Dhttp_cache.cc567 std::unique_ptr<HttpTransactionFactory> new_network_layer) { in SetHttpNetworkTransactionFactoryForTesting() argument
570 network_layer_ = std::move(new_network_layer); in SetHttpNetworkTransactionFactoryForTesting()