Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_connection.cc311 last_close_frames_.empty()); in OnPacket()
746 last_close_frames_.push_back(frame); in OnConnectionCloseFrame()
802 << last_close_frames_.size() << " closes, " in OnPacketComplete()
855 if (!last_close_frames_.empty()) { in OnPacketComplete()
856 CloseConnection(last_close_frames_[0].error_code, true); in OnPacketComplete()
906 last_close_frames_.clear(); in ClearLastFrames()
Dquic_connection.h694 std::vector<QuicConnectionCloseFrame> last_close_frames_; variable