HomeSort by relevance Sort by last modified time
    Searched refs:unclaimed_pushed_streams_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/spdy/
spdy_session.cc 849 if (!unclaimed_pushed_streams_.empty()) {
850 streams_abandoned_count_ += unclaimed_pushed_streams_.size();
851 abandoned_push_streams.Add(unclaimed_pushed_streams_.size());
852 unclaimed_pushed_streams_.clear();
929 unclaimed_pushed_streams_.size());
971 // the stream in the unclaimed_pushed_streams_ list. However, if
975 for (it = unclaimed_pushed_streams_.begin();
976 it != unclaimed_pushed_streams_.end(); ++it) {
979 unclaimed_pushed_streams_.erase(it);
    [all...]
spdy_session.h 210 return unclaimed_pushed_streams_.size();
462 PushedStreamMap unclaimed_pushed_streams_; member in class:net::SpdySession

Completed in 28 milliseconds