HomeSort by relevance Sort by last modified time
    Searched refs:http_pipelining_key_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
http_stream_factory_impl_request.cc 66 CHECK(!http_pipelining_key_.get());
67 http_pipelining_key_.reset(new HttpPipelinedHost::Key(http_pipelining_key));
261 if (http_pipelining_key_.get()) {
264 DCHECK(ContainsKey(http_pipelining_request_map, *http_pipelining_key_));
266 http_pipelining_request_map[*http_pipelining_key_];
275 http_pipelining_request_map.erase(*http_pipelining_key_);
276 http_pipelining_key_.reset();
http_stream_factory_impl_request.h 60 // If this Request has a |http_pipelining_key_|, remove this session from the
134 scoped_ptr<const HttpPipelinedHost::Key> http_pipelining_key_; member in class:net::HttpStreamFactoryImpl::Request
http_stream_factory_impl_job.h 319 scoped_ptr<HttpPipelinedHost::Key> http_pipelining_key_; member in class:net::HttpStreamFactoryImpl::Job
http_stream_factory_impl_job.cc 626 http_pipelining_key_.reset(new HttpPipelinedHost::Key(origin_));
792 IsExistingPipelineAvailableForKey(*http_pipelining_key_.get());
797 *http_pipelining_key_.get());
904 this, *http_pipelining_key_.get(), result, server_ssl_config_);
    [all...]

Completed in 67 milliseconds