Home
last modified time | relevance | path

Searched refs:URLRequestContextExistsForTesting (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/
H A Dcronet_context.h176 bool URLRequestContextExistsForTesting(net::handles::NetworkHandle network);
287 bool URLRequestContextExistsForTesting(net::handles::NetworkHandle network);
H A Dcronet_context.cc292 bool CronetContext::URLRequestContextExistsForTesting( in URLRequestContextExistsForTesting() function in cronet::CronetContext
295 return network_tasks_->URLRequestContextExistsForTesting(network); // IN-TEST in URLRequestContextExistsForTesting()
342 bool CronetContext::NetworkTasks::URLRequestContextExistsForTesting( in URLRequestContextExistsForTesting() function in cronet::CronetContext::NetworkTasks
H A Dnetwork_tasks_unittest.cc148 network_tasks_->URLRequestContextExistsForTesting(network)); in CheckURLRequestContextExistence()
/aosp_15_r20/external/cronet/components/cronet/android/
H A Dcronet_context_adapter.cc92 bool CronetContextAdapter::URLRequestContextExistsForTesting( in URLRequestContextExistsForTesting() function in cronet::CronetContextAdapter
94 return context_->URLRequestContextExistsForTesting(network); // IN-TEST in URLRequestContextExistsForTesting()
H A Dcronet_context_adapter.h113 bool URLRequestContextExistsForTesting(jlong network);