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

  /external/chromium_org/net/quic/congestion_control/
send_algorithm_interface.h 36 const QuicTime& send_timestamp() const { return send_timestamp_; } function in class:net::SendAlgorithmInterface::SentPacket
inter_arrival_sender.cc 76 feedback_receive_time.Subtract(history_rit->second->send_timestamp());
117 QuicTime time_sent = sent_it->second->send_timestamp();
132 if (time_sent != next_sent_it->second->send_timestamp()) {
  /external/chromium_org/net/quic/
quic_sent_packet_manager.cc 652 history_it->second->send_timestamp());
749 if (now.Subtract(history_it->second->send_timestamp()) <= kHistoryPeriod) {

Completed in 485 milliseconds