HttpPipelinedHostImpl   18 net/http/http_pipelined_host_impl.cc HttpPipelinedHostImpl::HttpPipelinedHostImpl(
HttpPipelinedHostImpl   32 net/http/http_pipelined_host_impl.cc HttpPipelinedHostImpl::~HttpPipelinedHostImpl() {
HttpPipelinedHostImpl   36 net/http/http_pipelined_host_impl.cc HttpPipelinedStream* HttpPipelinedHostImpl::CreateStreamOnNewPipeline(
HttpPipelinedHostImpl   54 net/http/http_pipelined_host_impl.cc HttpPipelinedStream* HttpPipelinedHostImpl::CreateStreamOnExistingPipeline() {
HttpPipelinedHostImpl   70 net/http/http_pipelined_host_impl.cc bool HttpPipelinedHostImpl::IsExistingPipelineAvailable() const {
HttpPipelinedHostImpl   80 net/http/http_pipelined_host_impl.cc const HttpPipelinedHost::Key& HttpPipelinedHostImpl::GetKey() const {
HttpPipelinedHostImpl   84 net/http/http_pipelined_host_impl.cc void HttpPipelinedHostImpl::OnPipelineEmpty(HttpPipelinedConnection* pipeline) {
HttpPipelinedHostImpl   94 net/http/http_pipelined_host_impl.cc void HttpPipelinedHostImpl::OnPipelineHasCapacity(
HttpPipelinedHostImpl  106 net/http/http_pipelined_host_impl.cc void HttpPipelinedHostImpl::OnPipelineFeedback(
HttpPipelinedHostImpl  148 net/http/http_pipelined_host_impl.cc int HttpPipelinedHostImpl::GetPipelineCapacity() const {
HttpPipelinedHostImpl  169 net/http/http_pipelined_host_impl.cc bool HttpPipelinedHostImpl::CanPipelineAcceptRequests(
HttpPipelinedHostImpl  177 net/http/http_pipelined_host_impl.cc void HttpPipelinedHostImpl::NotifyAllPipelinesHaveCapacity() {
HttpPipelinedHostImpl  189 net/http/http_pipelined_host_impl.cc base::Value* HttpPipelinedHostImpl::PipelineInfoToValue() const {
HttpPipelinedHostImpl  206 net/http/http_pipelined_host_impl.cc HttpPipelinedHostImpl::PipelineInfo::PipelineInfo()
HttpPipelinedHostImpl   34 net/http/http_pipelined_host_impl.h class NET_EXPORT_PRIVATE HttpPipelinedHostImpl
HttpPipelinedHostImpl   38 net/http/http_pipelined_host_impl.h   HttpPipelinedHostImpl(HttpPipelinedHost::Delegate* delegate,
HttpPipelinedHostImpl   42 net/http/http_pipelined_host_impl.h   virtual ~HttpPipelinedHostImpl();
HttpPipelinedHostImpl  112 net/http/http_pipelined_host_impl.h   DISALLOW_COPY_AND_ASSIGN(HttpPipelinedHostImpl);
HttpPipelinedHostImpl   35 net/http/http_pipelined_host_impl_unittest.cc         host_(new HttpPipelinedHostImpl(&delegate_, key_, factory_,
HttpPipelinedHostImpl   41 net/http/http_pipelined_host_impl_unittest.cc     host_.reset(new HttpPipelinedHostImpl(
HttpPipelinedHostImpl   71 net/http/http_pipelined_host_impl_unittest.cc   scoped_ptr<HttpPipelinedHostImpl> host_;
HttpPipelinedHostImpl  129 net/http/http_pipelined_host_impl_unittest.cc       HttpPipelinedHostImpl::max_pipeline_depth(), true, true);
HttpPipelinedHostImpl  139 net/http/http_pipelined_host_impl_unittest.cc       HttpPipelinedHostImpl::max_pipeline_depth(), true, true);
HttpPipelinedHostImpl  141 net/http/http_pipelined_host_impl_unittest.cc       HttpPipelinedHostImpl::max_pipeline_depth() - 1, true, true);
HttpPipelinedHostImpl   28 net/http/http_pipelined_host_pool.cc       return new HttpPipelinedHostImpl(delegate, key, factory, capability);