Home | History | Annotate | Download | only in spdy

Lines Matching refs:active_streams_

198         active_streams_(active_streams),
205 dict->SetInteger("active_streams", active_streams_);
213 const int active_streams_;
386 active_streams_.size() < max_concurrent_streams_) {
400 active_streams_.size() < max_concurrent_streams_) {
489 DCHECK_EQ(active_streams_[stream_id].get(), stream.get());
501 const scoped_refptr<SpdyStream>& stream = active_streams_[stream_id];
538 scoped_refptr<SpdyStream> stream = active_streams_[stream_id];
607 scoped_refptr<SpdyStream> stream = active_streams_[stream_id];
615 return ContainsKey(active_streams_, stream_id);
847 if (!active_streams_.empty())
848 abandoned_streams.Add(active_streams_.size());
863 while (!active_streams_.empty()) {
864 ActiveStreamMap::iterator it = active_streams_.begin();
926 dict->SetInteger("active_streams", active_streams_.size());
966 active_streams_[id] = stream;
986 ActiveStreamMap::iterator it2 = active_streams_.find(id);
987 if (it2 == active_streams_.end())
992 active_streams_.erase(it2);
1062 scoped_refptr<SpdyStream> stream = active_streams_[stream_id];
1140 active_streams_[associated_stream_id];
1186 scoped_refptr<SpdyStream> stream = active_streams_[stream_id];
1219 scoped_refptr<SpdyStream> stream = active_streams_[stream_id];
1327 scoped_refptr<SpdyStream> stream = active_streams_[stream_id];
1346 active_streams_.size(),
1415 scoped_refptr<SpdyStream> stream = active_streams_[stream_id];
1431 scoped_refptr<SpdyStream> stream = active_streams_[stream_id];