Searched refs:OnPreconnectsComplete (Results 1 – 4 of 4) sorted by relevance
74 void OnPreconnectsComplete(const Job* job);
130 void OnPreconnectsComplete();
272 void HttpStreamFactoryImpl::Job::OnPreconnectsComplete() { in OnPreconnectsComplete() function in net::HttpStreamFactoryImpl::Job279 stream_factory_->OnPreconnectsComplete(this); in OnPreconnectsComplete()297 &HttpStreamFactoryImpl::Job::OnPreconnectsComplete)); in RunLoop()
202 void HttpStreamFactoryImpl::OnPreconnectsComplete(const Job* job) { in OnPreconnectsComplete() function in net::HttpStreamFactoryImpl