Home
last modified time | relevance | path

Searched refs:NotifyURLRequestDestroyed (Results 1 – 18 of 18) sorted by relevance

/external/cronet/tot/net/url_request/
Durl_request_job.h232 virtual void NotifyURLRequestDestroyed();
Durl_request_http_job.h201 void NotifyURLRequestDestroyed() override;
Durl_request_job.cc257 void URLRequestJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestJob
Durl_request.cc211 network_delegate()->NotifyURLRequestDestroyed(this); in ~URLRequest()
213 job_->NotifyURLRequestDestroyed(); in ~URLRequest()
Durl_request_http_job.cc2086 void URLRequestHttpJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestHttpJob
2093 network_quality_estimator->NotifyURLRequestDestroyed(*request()); in NotifyURLRequestDestroyed()
/external/cronet/stable/net/url_request/
Durl_request_job.h232 virtual void NotifyURLRequestDestroyed();
Durl_request_http_job.h201 void NotifyURLRequestDestroyed() override;
Durl_request_job.cc257 void URLRequestJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestJob
Durl_request.cc211 network_delegate()->NotifyURLRequestDestroyed(this); in ~URLRequest()
213 job_->NotifyURLRequestDestroyed(); in ~URLRequest()
Durl_request_http_job.cc2086 void URLRequestHttpJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestHttpJob
2093 network_quality_estimator->NotifyURLRequestDestroyed(*request()); in NotifyURLRequestDestroyed()
/external/cronet/tot/net/base/
Dnetwork_delegate.h84 void NotifyURLRequestDestroyed(URLRequest* request);
Dnetwork_delegate.cc99 void NetworkDelegate::NotifyURLRequestDestroyed(URLRequest* request) { in NotifyURLRequestDestroyed() function in net::NetworkDelegate
/external/cronet/stable/net/base/
Dnetwork_delegate.h84 void NotifyURLRequestDestroyed(URLRequest* request);
Dnetwork_delegate.cc99 void NetworkDelegate::NotifyURLRequestDestroyed(URLRequest* request) { in NotifyURLRequestDestroyed() function in net::NetworkDelegate
/external/cronet/stable/net/nqe/
Dnetwork_quality_estimator.h195 void NotifyURLRequestDestroyed(const URLRequest& request);
Dnetwork_quality_estimator.cc409 void NetworkQualityEstimator::NotifyURLRequestDestroyed( in NotifyURLRequestDestroyed() function in net::NetworkQualityEstimator
/external/cronet/tot/net/nqe/
Dnetwork_quality_estimator.h195 void NotifyURLRequestDestroyed(const URLRequest& request);
Dnetwork_quality_estimator.cc409 void NetworkQualityEstimator::NotifyURLRequestDestroyed( in NotifyURLRequestDestroyed() function in net::NetworkQualityEstimator