Home
last modified time | relevance | path

Searched refs:NotifyBytesRead (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/nqe/
Dthroughput_analyzer.h78 void NotifyBytesRead(const URLRequest& request);
Dthroughput_analyzer.cc172 void ThroughputAnalyzer::NotifyBytesRead(const URLRequest& request) { in NotifyBytesRead() function in net::nqe::internal::ThroughputAnalyzer
Dnetwork_quality_estimator.cc318 throughput_analyzer_->NotifyBytesRead(request); in NotifyHeadersReceived()
323 void NetworkQualityEstimator::NotifyBytesRead( in NotifyBytesRead() function in net::NetworkQualityEstimator
327 throughput_analyzer_->NotifyBytesRead(request); in NotifyBytesRead()
Dnetwork_quality_estimator.h182 void NotifyBytesRead(const URLRequest& request,
Dthroughput_analyzer_unittest.cc567 throughput_analyzer.NotifyBytesRead(*request_not_local); in TEST_F()
620 throughput_analyzer.NotifyBytesRead(*request_not_local); in TEST_F()
/external/cronet/net/url_request/
Durl_request_job.cc765 request_->context()->network_quality_estimator()->NotifyBytesRead( in RecordBytesRead()