/external/cronet/tot/net/url_request/ |
D | url_request_job.h | 232 virtual void NotifyURLRequestDestroyed();
|
D | url_request_http_job.h | 201 void NotifyURLRequestDestroyed() override;
|
D | url_request_job.cc | 257 void URLRequestJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestJob
|
D | url_request.cc | 211 network_delegate()->NotifyURLRequestDestroyed(this); in ~URLRequest() 213 job_->NotifyURLRequestDestroyed(); in ~URLRequest()
|
D | url_request_http_job.cc | 2086 void URLRequestHttpJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestHttpJob 2093 network_quality_estimator->NotifyURLRequestDestroyed(*request()); in NotifyURLRequestDestroyed()
|
/external/cronet/stable/net/url_request/ |
D | url_request_job.h | 232 virtual void NotifyURLRequestDestroyed();
|
D | url_request_http_job.h | 201 void NotifyURLRequestDestroyed() override;
|
D | url_request_job.cc | 257 void URLRequestJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestJob
|
D | url_request.cc | 211 network_delegate()->NotifyURLRequestDestroyed(this); in ~URLRequest() 213 job_->NotifyURLRequestDestroyed(); in ~URLRequest()
|
D | url_request_http_job.cc | 2086 void URLRequestHttpJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestHttpJob 2093 network_quality_estimator->NotifyURLRequestDestroyed(*request()); in NotifyURLRequestDestroyed()
|
/external/cronet/tot/net/base/ |
D | network_delegate.h | 84 void NotifyURLRequestDestroyed(URLRequest* request);
|
D | network_delegate.cc | 99 void NetworkDelegate::NotifyURLRequestDestroyed(URLRequest* request) { in NotifyURLRequestDestroyed() function in net::NetworkDelegate
|
/external/cronet/stable/net/base/ |
D | network_delegate.h | 84 void NotifyURLRequestDestroyed(URLRequest* request);
|
D | network_delegate.cc | 99 void NetworkDelegate::NotifyURLRequestDestroyed(URLRequest* request) { in NotifyURLRequestDestroyed() function in net::NetworkDelegate
|
/external/cronet/stable/net/nqe/ |
D | network_quality_estimator.h | 195 void NotifyURLRequestDestroyed(const URLRequest& request);
|
D | network_quality_estimator.cc | 409 void NetworkQualityEstimator::NotifyURLRequestDestroyed( in NotifyURLRequestDestroyed() function in net::NetworkQualityEstimator
|
/external/cronet/tot/net/nqe/ |
D | network_quality_estimator.h | 195 void NotifyURLRequestDestroyed(const URLRequest& request);
|
D | network_quality_estimator.cc | 409 void NetworkQualityEstimator::NotifyURLRequestDestroyed( in NotifyURLRequestDestroyed() function in net::NetworkQualityEstimator
|