Searched refs:last_stop_waiting_frames_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection.cc305 last_stop_waiting_frames_.empty() &&
622 last_stop_waiting_frames_.push_back(frame);
796 << last_stop_waiting_frames_.size() << " stop_waiting, "
852 for (size_t i = 0; i < last_stop_waiting_frames_.size(); ++i) {
853 ProcessStopWaitingFrame(last_stop_waiting_frames_[i]);
900 last_stop_waiting_frames_.clear();
H A Dquic_connection.h688 std::vector<QuicStopWaitingFrame> last_stop_waiting_frames_; member in class:net::QuicConnection

Completed in 61 milliseconds