Lines Matching refs:FlipStream
296 scoped_refptr<FlipStream> FlipSession::GetOrCreateStream( in GetOrCreateStream()
303 scoped_refptr<FlipStream> stream; in GetOrCreateStream()
323 FlipStream* stream = new FlipStream(this, 0, true, log); in GetOrCreateStream()
332 stream = new FlipStream(this, stream_id, false, log); in GetOrCreateStream()
396 scoped_refptr<FlipStream> stream = active_streams_[stream_id]; in WriteStreamData()
437 scoped_refptr<FlipStream> stream = active_streams_[stream_id]; in CancelStream()
580 scoped_refptr<FlipStream> stream = in_flight_write_.stream(); in OnWriteComplete()
731 FlipStream** list = new FlipStream*[active_streams_.size()]; in CloseAllStreams()
780 void FlipSession::ActivateStream(FlipStream* stream) { in ActivateStream()
793 scoped_refptr<FlipStream> curr = *it; in DeactivateStream()
803 scoped_refptr<FlipStream> FlipSession::GetPushStream(const std::string& path) { in GetPushStream()
808 scoped_refptr<FlipStream> stream; in GetPushStream()
850 scoped_refptr<FlipStream> stream = active_streams_[stream_id]; in OnStreamFrameData()
891 scoped_refptr<FlipStream> stream; in OnSyn()
911 stream = new FlipStream(this, stream_id, true, NULL); in OnSyn()
980 scoped_refptr<FlipStream> stream = active_streams_[stream_id]; in OnSynReply()
1033 scoped_refptr<FlipStream> stream = active_streams_[stream_id]; in OnFin()