HttpPipelinedConnection   21 net/http/http_pipelined_connection.h class NET_EXPORT_PRIVATE HttpPipelinedConnection {
HttpPipelinedConnection   36 net/http/http_pipelined_connection.h     virtual void OnPipelineHasCapacity(HttpPipelinedConnection* pipeline) = 0;
HttpPipelinedConnection   40 net/http/http_pipelined_connection.h     virtual void OnPipelineFeedback(HttpPipelinedConnection* pipeline,
HttpPipelinedConnection   48 net/http/http_pipelined_connection.h     virtual HttpPipelinedConnection* CreateNewPipeline(
HttpPipelinedConnection   59 net/http/http_pipelined_connection.h   virtual ~HttpPipelinedConnection() {}
HttpPipelinedConnection   52 net/http/http_pipelined_connection_impl.cc HttpPipelinedConnection*
HttpPipelinedConnection   55 net/http/http_pipelined_connection_impl.cc     HttpPipelinedConnection::Delegate* delegate,
HttpPipelinedConnection   70 net/http/http_pipelined_connection_impl.cc     HttpPipelinedConnection::Delegate* delegate,
HttpPipelinedConnection   46 net/http/http_pipelined_connection_impl.h     : public HttpPipelinedConnection {
HttpPipelinedConnection   48 net/http/http_pipelined_connection_impl.h   class Factory : public HttpPipelinedConnection::Factory {
HttpPipelinedConnection   50 net/http/http_pipelined_connection_impl.h     virtual HttpPipelinedConnection* CreateNewPipeline(
HttpPipelinedConnection   52 net/http/http_pipelined_connection_impl.h         HttpPipelinedConnection::Delegate* delegate,
HttpPipelinedConnection   60 net/http/http_pipelined_connection_impl_unittest.cc class MockPipelineDelegate : public HttpPipelinedConnection::Delegate {
HttpPipelinedConnection   62 net/http/http_pipelined_connection_impl_unittest.cc   MOCK_METHOD1(OnPipelineHasCapacity, void(HttpPipelinedConnection* pipeline));
HttpPipelinedConnection   64 net/http/http_pipelined_connection_impl_unittest.cc       HttpPipelinedConnection* pipeline,
HttpPipelinedConnection   65 net/http/http_pipelined_connection_impl_unittest.cc       HttpPipelinedConnection::Feedback feedback));
HttpPipelinedConnection 1438 net/http/http_pipelined_connection_impl_unittest.cc                   HttpPipelinedConnection::PIPELINE_SOCKET_ERROR))
HttpPipelinedConnection 1484 net/http/http_pipelined_connection_impl_unittest.cc                                  HttpPipelinedConnection::OLD_HTTP_VERSION))
HttpPipelinedConnection 1506 net/http/http_pipelined_connection_impl_unittest.cc                   HttpPipelinedConnection::MUST_CLOSE_CONNECTION))
HttpPipelinedConnection 1526 net/http/http_pipelined_connection_impl_unittest.cc                   HttpPipelinedConnection::MUST_CLOSE_CONNECTION))
HttpPipelinedConnection 1548 net/http/http_pipelined_connection_impl_unittest.cc                   HttpPipelinedConnection::AUTHENTICATION_REQUIRED))
HttpPipelinedConnection   67 net/http/http_pipelined_host.h         HttpPipelinedConnection::Factory* factory,
HttpPipelinedConnection   18 net/http/http_pipelined_host_forced.cc     HttpPipelinedConnection::Factory* factory)
HttpPipelinedConnection   64 net/http/http_pipelined_host_forced.cc     HttpPipelinedConnection* pipeline) {
HttpPipelinedConnection   72 net/http/http_pipelined_host_forced.cc     HttpPipelinedConnection* pipeline) {
HttpPipelinedConnection   82 net/http/http_pipelined_host_forced.cc     HttpPipelinedConnection* pipeline,
HttpPipelinedConnection   83 net/http/http_pipelined_host_forced.cc     HttpPipelinedConnection::Feedback feedback) {
HttpPipelinedConnection   35 net/http/http_pipelined_host_forced.h       public HttpPipelinedConnection::Delegate {
HttpPipelinedConnection   39 net/http/http_pipelined_host_forced.h                           HttpPipelinedConnection::Factory* factory);
HttpPipelinedConnection   62 net/http/http_pipelined_host_forced.h       HttpPipelinedConnection* pipeline) OVERRIDE;
HttpPipelinedConnection   65 net/http/http_pipelined_host_forced.h       HttpPipelinedConnection* pipeline,
HttpPipelinedConnection   66 net/http/http_pipelined_host_forced.h       HttpPipelinedConnection::Feedback feedback) OVERRIDE;
HttpPipelinedConnection   71 net/http/http_pipelined_host_forced.h   void OnPipelineEmpty(HttpPipelinedConnection* pipeline);
HttpPipelinedConnection   75 net/http/http_pipelined_host_forced.h   scoped_ptr<HttpPipelinedConnection> pipeline_;
HttpPipelinedConnection   76 net/http/http_pipelined_host_forced.h   scoped_ptr<HttpPipelinedConnection::Factory> factory_;
HttpPipelinedConnection   21 net/http/http_pipelined_host_impl.cc     HttpPipelinedConnection::Factory* factory,
HttpPipelinedConnection   46 net/http/http_pipelined_host_impl.cc   HttpPipelinedConnection* pipeline = factory_->CreateNewPipeline(
HttpPipelinedConnection   55 net/http/http_pipelined_host_impl.cc   HttpPipelinedConnection* available_pipeline = NULL;
HttpPipelinedConnection   84 net/http/http_pipelined_host_impl.cc void HttpPipelinedHostImpl::OnPipelineEmpty(HttpPipelinedConnection* pipeline) {
HttpPipelinedConnection   95 net/http/http_pipelined_host_impl.cc     HttpPipelinedConnection* pipeline) {
HttpPipelinedConnection  107 net/http/http_pipelined_host_impl.cc     HttpPipelinedConnection* pipeline,
HttpPipelinedConnection  108 net/http/http_pipelined_host_impl.cc     HttpPipelinedConnection::Feedback feedback) {
HttpPipelinedConnection  111 net/http/http_pipelined_host_impl.cc     case HttpPipelinedConnection::OK:
HttpPipelinedConnection  124 net/http/http_pipelined_host_impl.cc     case HttpPipelinedConnection::PIPELINE_SOCKET_ERROR:
HttpPipelinedConnection  137 net/http/http_pipelined_host_impl.cc     case HttpPipelinedConnection::OLD_HTTP_VERSION:
HttpPipelinedConnection  138 net/http/http_pipelined_host_impl.cc     case HttpPipelinedConnection::AUTHENTICATION_REQUIRED:
HttpPipelinedConnection  143 net/http/http_pipelined_host_impl.cc     case HttpPipelinedConnection::MUST_CLOSE_CONNECTION:
HttpPipelinedConnection  170 net/http/http_pipelined_host_impl.cc     HttpPipelinedConnection* pipeline) const {
HttpPipelinedConnection   36 net/http/http_pipelined_host_impl.h       public HttpPipelinedConnection::Delegate {
HttpPipelinedConnection   40 net/http/http_pipelined_host_impl.h                         HttpPipelinedConnection::Factory* factory,
HttpPipelinedConnection   62 net/http/http_pipelined_host_impl.h       HttpPipelinedConnection* pipeline) OVERRIDE;
HttpPipelinedConnection   65 net/http/http_pipelined_host_impl.h       HttpPipelinedConnection* pipeline,
HttpPipelinedConnection   66 net/http/http_pipelined_host_impl.h       HttpPipelinedConnection::Feedback feedback) OVERRIDE;
HttpPipelinedConnection   88 net/http/http_pipelined_host_impl.h   void OnPipelineEmpty(HttpPipelinedConnection* pipeline);
HttpPipelinedConnection   91 net/http/http_pipelined_host_impl.h   void AddRequestToPipeline(HttpPipelinedConnection* pipeline);
HttpPipelinedConnection  100 net/http/http_pipelined_host_impl.h   bool CanPipelineAcceptRequests(HttpPipelinedConnection* pipeline) const;
HttpPipelinedConnection  109 net/http/http_pipelined_host_impl.h   scoped_ptr<HttpPipelinedConnection::Factory> factory_;
HttpPipelinedConnection  162 net/http/http_pipelined_host_impl_unittest.cc   host_->OnPipelineFeedback(pipeline, HttpPipelinedConnection::OK);
HttpPipelinedConnection  182 net/http/http_pipelined_host_impl_unittest.cc   host_->OnPipelineFeedback(pipeline1, HttpPipelinedConnection::OK);
HttpPipelinedConnection  206 net/http/http_pipelined_host_impl_unittest.cc                             HttpPipelinedConnection::OLD_HTTP_VERSION);
HttpPipelinedConnection  225 net/http/http_pipelined_host_impl_unittest.cc                             HttpPipelinedConnection::AUTHENTICATION_REQUIRED);
HttpPipelinedConnection  242 net/http/http_pipelined_host_impl_unittest.cc                             HttpPipelinedConnection::MUST_CLOSE_CONNECTION);
HttpPipelinedConnection  259 net/http/http_pipelined_host_impl_unittest.cc   host_->OnPipelineFeedback(pipeline, HttpPipelinedConnection::OK);
HttpPipelinedConnection  262 net/http/http_pipelined_host_impl_unittest.cc   host_->OnPipelineFeedback(pipeline, HttpPipelinedConnection::OK);
HttpPipelinedConnection  263 net/http/http_pipelined_host_impl_unittest.cc   host_->OnPipelineFeedback(pipeline, HttpPipelinedConnection::OK);
HttpPipelinedConnection  277 net/http/http_pipelined_host_impl_unittest.cc                             HttpPipelinedConnection::PIPELINE_SOCKET_ERROR);
HttpPipelinedConnection  282 net/http/http_pipelined_host_impl_unittest.cc                             HttpPipelinedConnection::OK);
HttpPipelinedConnection  288 net/http/http_pipelined_host_impl_unittest.cc                             HttpPipelinedConnection::PIPELINE_SOCKET_ERROR);
HttpPipelinedConnection  301 net/http/http_pipelined_host_impl_unittest.cc                             HttpPipelinedConnection::PIPELINE_SOCKET_ERROR);
HttpPipelinedConnection   22 net/http/http_pipelined_host_pool.cc       HttpPipelinedConnection::Factory* factory,
HttpPipelinedConnection   42 net/http/http_pipelined_host_pool_unittest.cc       HttpPipelinedConnection::Factory* factory,
HttpPipelinedConnection   23 net/http/http_pipelined_host_test_util.h class MockPipelineFactory : public HttpPipelinedConnection::Factory {
HttpPipelinedConnection   28 net/http/http_pipelined_host_test_util.h   MOCK_METHOD8(CreateNewPipeline, HttpPipelinedConnection*(
HttpPipelinedConnection   30 net/http/http_pipelined_host_test_util.h       HttpPipelinedConnection::Delegate* delegate,
HttpPipelinedConnection   39 net/http/http_pipelined_host_test_util.h class MockPipeline : public HttpPipelinedConnection {