spdy_session.cc | 181 active_streams_(active_streams), 188 dict->SetInteger("active_streams", active_streams_); 196 const int active_streams_; member in class:net::__anon3738::NetLogSpdyGoAwayParameter 351 active_streams_.size() < max_concurrent_streams_) { 365 active_streams_.size() < max_concurrent_streams_) { 454 DCHECK_EQ(active_streams_[stream_id].get(), stream.get()); 466 const scoped_refptr<SpdyStream>& stream = active_streams_[stream_id]; 495 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; 562 scoped_refptr<SpdyStream> stream = active_streams_[stream_id]; 571 return ContainsKey(active_streams_, stream_id) [all...] |