spdy_session_     258 net/http/http_stream_factory_impl_unittest.cc   SpdySession* spdy_session() { return spdy_session_.get(); }
spdy_session_     261 net/http/http_stream_factory_impl_unittest.cc   base::WeakPtr<SpdySession> spdy_session_;
spdy_session_      31 net/spdy/spdy_http_stream.cc       spdy_session_(spdy_session),
spdy_session_      32 net/spdy/spdy_http_stream.cc       is_reused_(spdy_session_->IsReused()),
spdy_session_      45 net/spdy/spdy_http_stream.cc   DCHECK(spdy_session_.get());
spdy_session_      60 net/spdy/spdy_http_stream.cc   if (!spdy_session_)
spdy_session_      65 net/spdy/spdy_http_stream.cc     int error = spdy_session_->GetPushStream(request_info_->url, &stream_,
spdy_session_      79 net/spdy/spdy_http_stream.cc       SPDY_REQUEST_RESPONSE_STREAM, spdy_session_, request_info_->url,
spdy_session_     114 net/spdy/spdy_http_stream.h   const base::WeakPtr<SpdySession> spdy_session_;
spdy_session_     112 net/spdy/spdy_proxy_client_socket_unittest.cc     spdy_session_->CloseSessionOnError(error, description);
spdy_session_     127 net/spdy/spdy_proxy_client_socket_unittest.cc   base::WeakPtr<SpdySession> spdy_session_;
spdy_session_     192 net/spdy/spdy_proxy_client_socket_unittest.cc   spdy_session_ =
spdy_session_     197 net/spdy/spdy_proxy_client_socket_unittest.cc           SPDY_BIDIRECTIONAL_STREAM, spdy_session_, url_, LOWEST,
spdy_session_      23 net/spdy/spdy_websocket_stream.cc       spdy_session_(spdy_session),
spdy_session_      26 net/spdy/spdy_websocket_stream.cc   DCHECK(spdy_session_.get());
spdy_session_      38 net/spdy/spdy_websocket_stream.cc   if (!spdy_session_)
spdy_session_      42 net/spdy/spdy_websocket_stream.cc       SPDY_BIDIRECTIONAL_STREAM, spdy_session_, url, request_priority, net_log,
spdy_session_      94 net/spdy/spdy_websocket_stream.h   const base::WeakPtr<SpdySession> spdy_session_;