Searched refs:time_of_last_received_packet_ (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/quic/
H A Dquic_connection.cc222 time_of_last_received_packet_(
572 time_of_last_received_packet_);
819 last_size_, last_header_, time_of_last_received_packet_);
850 last_congestion_frames_[i], time_of_last_received_packet_);
1217 time_of_last_received_packet_ = clock_->Now();
1219 << time_of_last_received_packet_.ToDebuggingValue();
1907 QuicTime time_of_last_packet = max(time_of_last_received_packet_,
H A Dquic_connection.h765 QuicTime time_of_last_received_packet_; member in class:net::QuicConnection

Completed in 380 milliseconds