• Home
  • Raw
  • Download

Lines Matching refs:SpdyStream

354     scoped_refptr<SpdyStream>* stream,  in GetPushStream()
382 scoped_refptr<SpdyStream>* spdy_stream, in CreateStream()
411 scoped_refptr<SpdyStream>* stream = pending_create.spdy_stream; in ProcessPendingCreateStreams()
428 const scoped_refptr<SpdyStream>* spdy_stream) { in CancelPendingCreateStreams()
455 scoped_refptr<SpdyStream>* spdy_stream, in CreateStreamImpl()
471 *spdy_stream = new SpdyStream(this, in CreateStreamImpl()
475 const scoped_refptr<SpdyStream>& stream = *spdy_stream; in CreateStreamImpl()
501 const scoped_refptr<SpdyStream>& stream = active_streams_[stream_id]; in WriteSynStream()
538 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in WriteStreamData()
607 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in ResetStream()
679 scoped_refptr<SpdyStream> stream = in_flight_write_.stream(); in OnWriteComplete()
865 const scoped_refptr<SpdyStream>& stream = it->second; in CloseAllStreams()
887 SpdyStream* stream) { in QueueFrame()
962 void SpdySession::ActivateStream(SpdyStream* stream) { in ActivateStream()
977 scoped_refptr<SpdyStream> curr = it->second; in DeleteStream()
991 const scoped_refptr<SpdyStream> stream(it2->second); in DeleteStream()
1005 scoped_refptr<SpdyStream> SpdySession::GetActivePushStream( in GetActivePushStream()
1012 scoped_refptr<SpdyStream> stream = it->second; in GetActivePushStream()
1062 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnStreamFrameData()
1067 const scoped_refptr<SpdyStream> stream) { in Respond()
1139 scoped_refptr<SpdyStream> associated_stream = in OnSyn()
1157 scoped_refptr<SpdyStream> stream( in OnSyn()
1158 new SpdyStream(this, stream_id, true, net_log_)); in OnSyn()
1186 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnSynReply()
1219 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnHeaders()
1327 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnRst()
1415 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnWindowUpdate()
1431 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in SendWindowUpdate()
1694 scoped_refptr<SpdyStream>* stream) { in InvokeUserStreamCreationCallback()