Searched refs:active_streams_ (Results 1 – 2 of 2) sorted by relevance
198 active_streams_(active_streams), in NetLogSpdyGoAwayParameter()205 dict->SetInteger("active_streams", active_streams_); in ToValue()213 const int active_streams_; member in net::__anonb4345a860111::NetLogSpdyGoAwayParameter386 active_streams_.size() < max_concurrent_streams_) { in CreateStream()400 active_streams_.size() < max_concurrent_streams_) { in ProcessPendingCreateStreams()489 DCHECK_EQ(active_streams_[stream_id].get(), stream.get()); 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()615 return ContainsKey(active_streams_, stream_id); in IsStreamActive()[all …]
203 return !active_streams_.empty(); in is_active()208 size_t num_active_streams() const { return active_streams_.size(); } in num_active_streams()459 ActiveStreamMap active_streams_; variable