Searched refs:http_pipelining_request_map_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.cc55 DCHECK(http_pipelining_request_map_.empty());
327 while (ContainsKey(http_pipelining_request_map_, host->GetKey())) {
335 Request* request = *http_pipelining_request_map_[host->GetKey()].begin();
350 RequestVector requests_to_fail = http_pipelining_request_map_[key];
H A Dhttp_stream_factory_impl_request.cc68 bool was_new_key = !ContainsKey(factory_->http_pipelining_request_map_,
71 factory_->http_pipelining_request_map_[http_pipelining_key];
263 factory_->http_pipelining_request_map_;
H A Dhttp_stream_factory_impl.h133 HttpPipeliningRequestMap http_pipelining_request_map_; member in class:net::HttpStreamFactoryImpl

Completed in 625 milliseconds