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

  /external/chromium_org/net/quic/
quic_connection.cc 165 time_of_last_received_packet_(clock_->ApproximateNow()),
458 time_of_last_received_packet_);
674 time_of_last_received_packet_, last_packet_revived_);
685 last_header_, time_of_last_received_packet_);
700 last_congestion_frames_[i], time_of_last_received_packet_);
759 time_of_last_received_packet_, NOT_RETRANSMISSION,
766 send_alarm_->Set(time_of_last_received_packet_.Add(delay));
914 time_of_last_received_packet_ = clock_->Now();
916 << time_of_last_received_packet_.ToDebuggingValue();
    [all...]
quic_connection.h 657 QuicTime time_of_last_received_packet_; member in class:net::QuicConnection

Completed in 45 milliseconds