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

  /external/chromium_org/net/http/
http_pipelined_host_impl.cc 18 HttpPipelinedHostImpl::HttpPipelinedHostImpl(
32 HttpPipelinedHostImpl::~HttpPipelinedHostImpl() {
36 HttpPipelinedStream* HttpPipelinedHostImpl::CreateStreamOnNewPipeline(
54 HttpPipelinedStream* HttpPipelinedHostImpl::CreateStreamOnExistingPipeline() {
70 bool HttpPipelinedHostImpl::IsExistingPipelineAvailable() const {
80 const HttpPipelinedHost::Key& HttpPipelinedHostImpl::GetKey() const {
84 void HttpPipelinedHostImpl::OnPipelineEmpty(HttpPipelinedConnection* pipeline) {
94 void HttpPipelinedHostImpl::OnPipelineHasCapacity
    [all...]
http_pipelined_host_impl.h 34 class NET_EXPORT_PRIVATE HttpPipelinedHostImpl
38 HttpPipelinedHostImpl(HttpPipelinedHost::Delegate* delegate,
42 virtual ~HttpPipelinedHostImpl();
112 DISALLOW_COPY_AND_ASSIGN(HttpPipelinedHostImpl);
http_pipelined_host_impl_unittest.cc 35 host_(new HttpPipelinedHostImpl(&delegate_, key_, factory_,
41 host_.reset(new HttpPipelinedHostImpl(
71 scoped_ptr<HttpPipelinedHostImpl> host_;
129 HttpPipelinedHostImpl::max_pipeline_depth(), true, true);
139 HttpPipelinedHostImpl::max_pipeline_depth(), true, true);
141 HttpPipelinedHostImpl::max_pipeline_depth() - 1, true, true);
http_pipelined_host_pool.cc 28 return new HttpPipelinedHostImpl(delegate, key, factory, capability);

Completed in 68 milliseconds