Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_connection.cc309 last_blocked_frames_.empty() && in OnPacket()
780 last_blocked_frames_.push_back(frame); in OnBlockedFrame()
800 << last_blocked_frames_.size() << " blocked, " in OnPacketComplete()
836 if (!last_blocked_frames_.empty()) { in OnPacketComplete()
837 visitor_->OnBlockedFrames(last_blocked_frames_); in OnPacketComplete()
904 last_blocked_frames_.clear(); in ClearLastFrames()
932 !last_blocked_frames_.empty() || in ShouldLastPacketInstigateAck()
Dquic_connection.h692 std::vector<QuicBlockedFrame> last_blocked_frames_; variable