Searched refs:NotifyURLRequestDestroyed (Results 1 – 9 of 9) sorted by relevance
174 void NotifyURLRequestDestroyed() override;
233 virtual void NotifyURLRequestDestroyed();
194 network_delegate()->NotifyURLRequestDestroyed(this); in ~URLRequest()196 job_->NotifyURLRequestDestroyed(); in ~URLRequest()
270 void URLRequestJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestJob
1698 void URLRequestHttpJob::NotifyURLRequestDestroyed() { in NotifyURLRequestDestroyed() function in net::URLRequestHttpJob1705 network_quality_estimator->NotifyURLRequestDestroyed(*request()); in NotifyURLRequestDestroyed()
80 void NotifyURLRequestDestroyed(URLRequest* request);
91 void NetworkDelegate::NotifyURLRequestDestroyed(URLRequest* request) { in NotifyURLRequestDestroyed() function in net::NetworkDelegate
194 void NotifyURLRequestDestroyed(const URLRequest& request);
342 void NetworkQualityEstimator::NotifyURLRequestDestroyed( in NotifyURLRequestDestroyed() function in net::NetworkQualityEstimator