Home
last modified time | relevance | path

Searched refs:pushed_streams_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/flip/
Dflip_session.cc750 if (pushed_streams_.size()) { in CloseAllStreams()
751 streams_abandoned_count_ += pushed_streams_.size(); in CloseAllStreams()
752 abandoned_push_streams.Add(pushed_streams_.size()); in CloseAllStreams()
753 pushed_streams_.clear(); in CloseAllStreams()
792 for (it = pushed_streams_.begin(); it != pushed_streams_.end(); ++it) { in DeactivateStream()
795 pushed_streams_.erase(it); in DeactivateStream()
812 for (it = pushed_streams_.begin(); it != pushed_streams_.end(); ++it) { in GetPushStream()
816 pushed_streams_.erase(it); in GetPushStream()
900 pushed_streams_.push_back(stream); in OnSyn()
902 pushed_streams_.push_back(stream); in OnSyn()
Dflip_session.h198 ActiveStreamList pushed_streams_; variable