QuicHttpStream     33 net/http/http_stream_factory_impl_job.h class QuicHttpStream;
QuicHttpStream     28 net/quic/quic_http_stream.cc QuicHttpStream::QuicHttpStream(const base::WeakPtr<QuicClientSession>& session)
QuicHttpStream     48 net/quic/quic_http_stream.cc QuicHttpStream::~QuicHttpStream() {
QuicHttpStream     54 net/quic/quic_http_stream.cc int QuicHttpStream::InitializeStream(const HttpRequestInfo* request_info,
QuicHttpStream     77 net/quic/quic_http_stream.cc       session_, &stream_, base::Bind(&QuicHttpStream::OnStreamReady,
QuicHttpStream     90 net/quic/quic_http_stream.cc void QuicHttpStream::OnStreamReady(int rv) {
QuicHttpStream    101 net/quic/quic_http_stream.cc int QuicHttpStream::SendRequest(const HttpRequestHeaders& request_headers,
QuicHttpStream    145 net/quic/quic_http_stream.cc UploadProgress QuicHttpStream::GetUploadProgress() const {
QuicHttpStream    153 net/quic/quic_http_stream.cc int QuicHttpStream::ReadResponseHeaders(const CompletionCallback& callback) {
QuicHttpStream    169 net/quic/quic_http_stream.cc const HttpResponseInfo* QuicHttpStream::GetResponseInfo() const {
QuicHttpStream    173 net/quic/quic_http_stream.cc int QuicHttpStream::ReadResponseBody(
QuicHttpStream    217 net/quic/quic_http_stream.cc void QuicHttpStream::Close(bool not_reusable) {
QuicHttpStream    227 net/quic/quic_http_stream.cc HttpStream* QuicHttpStream::RenewStreamForAuth() {
QuicHttpStream    231 net/quic/quic_http_stream.cc bool QuicHttpStream::IsResponseBodyComplete() const {
QuicHttpStream    235 net/quic/quic_http_stream.cc bool QuicHttpStream::CanFindEndOfResponse() const {
QuicHttpStream    239 net/quic/quic_http_stream.cc bool QuicHttpStream::IsConnectionReused() const {
QuicHttpStream    244 net/quic/quic_http_stream.cc void QuicHttpStream::SetConnectionReused() {
QuicHttpStream    248 net/quic/quic_http_stream.cc bool QuicHttpStream::IsConnectionReusable() const {
QuicHttpStream    253 net/quic/quic_http_stream.cc int64 QuicHttpStream::GetTotalReceivedBytes() const {
QuicHttpStream    261 net/quic/quic_http_stream.cc bool QuicHttpStream::GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const {
QuicHttpStream    266 net/quic/quic_http_stream.cc void QuicHttpStream::GetSSLInfo(SSLInfo* ssl_info) {
QuicHttpStream    271 net/quic/quic_http_stream.cc void QuicHttpStream::GetSSLCertRequestInfo(
QuicHttpStream    277 net/quic/quic_http_stream.cc bool QuicHttpStream::IsSpdyHttpStream() const {
QuicHttpStream    281 net/quic/quic_http_stream.cc void QuicHttpStream::Drain(HttpNetworkSession* session) {
QuicHttpStream    286 net/quic/quic_http_stream.cc void QuicHttpStream::SetPriority(RequestPriority priority) {
QuicHttpStream    290 net/quic/quic_http_stream.cc int QuicHttpStream::OnDataReceived(const char* data, int length) {
QuicHttpStream    330 net/quic/quic_http_stream.cc void QuicHttpStream::OnClose(QuicErrorCode error) {
QuicHttpStream    344 net/quic/quic_http_stream.cc void QuicHttpStream::OnError(int error) {
QuicHttpStream    352 net/quic/quic_http_stream.cc bool QuicHttpStream::HasSendHeadersComplete() {
QuicHttpStream    356 net/quic/quic_http_stream.cc void QuicHttpStream::OnCryptoHandshakeConfirmed() {
QuicHttpStream    360 net/quic/quic_http_stream.cc void QuicHttpStream::OnSessionClosed(int error) {
QuicHttpStream    365 net/quic/quic_http_stream.cc void QuicHttpStream::OnIOComplete(int rv) {
QuicHttpStream    373 net/quic/quic_http_stream.cc void QuicHttpStream::DoCallback(int rv) {
QuicHttpStream    382 net/quic/quic_http_stream.cc int QuicHttpStream::DoLoop(int rv) {
QuicHttpStream    421 net/quic/quic_http_stream.cc int QuicHttpStream::DoSendHeaders() {
QuicHttpStream    442 net/quic/quic_http_stream.cc int QuicHttpStream::DoSendHeadersComplete(int rv) {
QuicHttpStream    452 net/quic/quic_http_stream.cc int QuicHttpStream::DoReadRequestBody() {
QuicHttpStream    457 net/quic/quic_http_stream.cc       base::Bind(&QuicHttpStream::OnIOComplete, weak_factory_.GetWeakPtr()));
QuicHttpStream    460 net/quic/quic_http_stream.cc int QuicHttpStream::DoReadRequestBodyComplete(int rv) {
QuicHttpStream    475 net/quic/quic_http_stream.cc int QuicHttpStream::DoSendBody() {
QuicHttpStream    488 net/quic/quic_http_stream.cc         base::Bind(&QuicHttpStream::OnIOComplete, weak_factory_.GetWeakPtr()));
QuicHttpStream    495 net/quic/quic_http_stream.cc int QuicHttpStream::DoSendBodyComplete(int rv) {
QuicHttpStream    510 net/quic/quic_http_stream.cc int QuicHttpStream::ParseResponseHeaders() {
QuicHttpStream    552 net/quic/quic_http_stream.cc void QuicHttpStream::BufferResponseBody(const char* data, int length) {
QuicHttpStream     25 net/quic/quic_http_stream.h class NET_EXPORT_PRIVATE QuicHttpStream :
QuicHttpStream     30 net/quic/quic_http_stream.h   explicit QuicHttpStream(const base::WeakPtr<QuicClientSession>& session);
QuicHttpStream     32 net/quic/quic_http_stream.h   virtual ~QuicHttpStream();
QuicHttpStream    165 net/quic/quic_http_stream.h   base::WeakPtrFactory<QuicHttpStream> weak_factory_;
QuicHttpStream     88 net/quic/quic_http_stream_test.cc class AutoClosingStream : public QuicHttpStream {
QuicHttpStream     91 net/quic/quic_http_stream_test.cc       : QuicHttpStream(session) {
QuicHttpStream    105 net/quic/quic_http_stream_test.cc       QuicHttpStream* stream) {
QuicHttpStream    218 net/quic/quic_http_stream_test.cc                   new QuicHttpStream(session_->GetWeakPtr()));
QuicHttpStream    288 net/quic/quic_http_stream_test.cc   scoped_ptr<QuicHttpStream> stream_;
QuicHttpStream    363 net/quic/quic_stream_factory.cc void QuicStreamRequest::set_stream(scoped_ptr<QuicHttpStream> stream) {
QuicHttpStream    373 net/quic/quic_stream_factory.cc scoped_ptr<QuicHttpStream> QuicStreamRequest::ReleaseStream() {
QuicHttpStream    527 net/quic/quic_stream_factory.cc scoped_ptr<QuicHttpStream> QuicStreamFactory::CreateIfSessionExists(
QuicHttpStream    532 net/quic/quic_stream_factory.cc     return scoped_ptr<QuicHttpStream>();
QuicHttpStream    537 net/quic/quic_stream_factory.cc   return scoped_ptr<QuicHttpStream>(
QuicHttpStream    538 net/quic/quic_stream_factory.cc       new QuicHttpStream(session->GetWeakPtr()));
QuicHttpStream     64 net/quic/quic_stream_factory.h   scoped_ptr<QuicHttpStream> ReleaseStream();
QuicHttpStream     66 net/quic/quic_stream_factory.h   void set_stream(scoped_ptr<QuicHttpStream> stream);
QuicHttpStream     78 net/quic/quic_stream_factory.h   scoped_ptr<QuicHttpStream> stream_;
QuicHttpStream    197 net/quic/quic_stream_factory.h   scoped_ptr<QuicHttpStream> CreateIfSessionExists(const QuicServerId& key,
QuicHttpStream     64 net/quic/quic_stream_factory_test.cc   static scoped_ptr<QuicHttpStream> CreateIfSessionExists(
QuicHttpStream    104 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> CreateIfSessionExists(
QuicHttpStream    143 net/quic/quic_stream_factory_test.cc     scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    216 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    263 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    298 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    325 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    375 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    387 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream2 = request2.ReleaseStream();
QuicHttpStream    425 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    437 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream2 = request2.ReleaseStream();
QuicHttpStream    456 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream3 = request3.ReleaseStream();
QuicHttpStream    504 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    516 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream2 = request2.ReleaseStream();
QuicHttpStream    569 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    581 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream2 = request2.ReleaseStream();
QuicHttpStream    616 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    640 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream2 = request2.ReleaseStream();
QuicHttpStream    676 net/quic/quic_stream_factory_test.cc   std::vector<QuicHttpStream*> streams;
QuicHttpStream    693 net/quic/quic_stream_factory_test.cc     scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    708 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    789 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream(
QuicHttpStream    853 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    917 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream    982 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();
QuicHttpStream   1047 net/quic/quic_stream_factory_test.cc   scoped_ptr<QuicHttpStream> stream = request.ReleaseStream();