PendingSendRequest  182 net/http/http_pipelined_connection_impl.cc   PendingSendRequest* send_request = new PendingSendRequest;
PendingSendRequest  255 net/http/http_pipelined_connection_impl.cc     scoped_ptr<PendingSendRequest> next_request(
PendingSendRequest  325 net/http/http_pipelined_connection_impl.cc     scoped_ptr<PendingSendRequest> evicted_send(
PendingSendRequest  831 net/http/http_pipelined_connection_impl.cc HttpPipelinedConnectionImpl::PendingSendRequest::PendingSendRequest()
PendingSendRequest  836 net/http/http_pipelined_connection_impl.cc HttpPipelinedConnectionImpl::PendingSendRequest::~PendingSendRequest() {
PendingSendRequest  174 net/http/http_pipelined_connection_impl.h     PendingSendRequest();
PendingSendRequest  175 net/http/http_pipelined_connection_impl.h     ~PendingSendRequest();
PendingSendRequest  316 net/http/http_pipelined_connection_impl.h   std::queue<PendingSendRequest*> pending_send_request_queue_;
PendingSendRequest  317 net/http/http_pipelined_connection_impl.h   scoped_ptr<PendingSendRequest> active_send_request_;