Searched refs:active_streams_ (Results 1 – 2 of 2) sorted by relevance
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::NetLogSpdyGoAwayParameter351 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()[all …]
194 return !active_streams_.empty(); in is_active()199 size_t num_active_streams() const { return active_streams_.size(); } in num_active_streams()382 ActiveStreamMap active_streams_; variable