Home
last modified time | relevance | path

Searched refs:SetUseLocalHostRequestsForTesting (Results 1 – 7 of 7) sorted by relevance

/external/cronet/net/nqe/
Dsocket_watcher_factory.h72 void SetUseLocalHostRequestsForTesting(bool use_localhost_requests) { in SetUseLocalHostRequestsForTesting() function
Dthroughput_analyzer.h96 void SetUseLocalHostRequestsForTesting(bool use_localhost_requests);
Dthroughput_analyzer.cc363 void ThroughputAnalyzer::SetUseLocalHostRequestsForTesting( in SetUseLocalHostRequestsForTesting() function in net::nqe::internal::ThroughputAnalyzer
Dnetwork_quality_estimator_test_util.cc56 SetUseLocalHostRequestsForTesting(allow_local_host_requests_for_tests); in TestNetworkQualityEstimator()
Dnetwork_quality_estimator.cc381 void NetworkQualityEstimator::SetUseLocalHostRequestsForTesting( in SetUseLocalHostRequestsForTesting() function in net::NetworkQualityEstimator
385 watcher_factory_->SetUseLocalHostRequestsForTesting(use_localhost_requests_); in SetUseLocalHostRequestsForTesting()
386 throughput_analyzer_->SetUseLocalHostRequestsForTesting( in SetUseLocalHostRequestsForTesting()
Dnetwork_quality_estimator.h217 void SetUseLocalHostRequestsForTesting(bool use_localhost_requests);
/external/cronet/components/cronet/
Dcronet_context.cc268 network_quality_estimator_->SetUseLocalHostRequestsForTesting( in ConfigureNetworkQualityEstimatorForTesting()