Lines Matching refs:active_streams_
181 active_streams_(active_streams), in NetLogSpdyGoAwayParameter()
188 dict->SetInteger("active_streams", active_streams_); in ToValue()
196 const int active_streams_; member in net::__anonf53adcc30111::NetLogSpdyGoAwayParameter
351 active_streams_.size() < max_concurrent_streams_) { in CreateStream()
365 active_streams_.size() < max_concurrent_streams_) { in ProcessPendingCreateStreams()
454 DCHECK_EQ(active_streams_[stream_id].get(), stream.get()); in CreateStreamImpl()
466 const scoped_refptr<SpdyStream>& stream = active_streams_[stream_id]; in WriteSynStream()
495 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in WriteStreamData()
562 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in ResetStream()
571 return ContainsKey(active_streams_, stream_id); in IsStreamActive()
801 if (!active_streams_.empty()) in CloseAllStreams()
802 abandoned_streams.Add(active_streams_.size()); in CloseAllStreams()
817 while (!active_streams_.empty()) { in CloseAllStreams()
818 ActiveStreamMap::iterator it = active_streams_.begin(); in CloseAllStreams()
880 dict->SetInteger("active_streams", active_streams_.size()); in GetInfoAsValue()
920 active_streams_[id] = stream; in ActivateStream()
940 ActiveStreamMap::iterator it2 = active_streams_.find(id); in DeleteStream()
941 if (it2 == active_streams_.end()) in DeleteStream()
946 active_streams_.erase(it2); in DeleteStream()
1016 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnStreamFrameData()
1094 active_streams_[associated_stream_id]; in OnSyn()
1140 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnSynReply()
1173 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnHeaders()
1267 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnRst()
1286 active_streams_.size(), in OnGoAway()
1329 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in OnWindowUpdate()
1345 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; in SendWindowUpdate()