SmoothedRtt       305 net/quic/congestion_control/inter_arrival_sender.cc   state_machine_->set_rtt(rtt_stats_->SmoothedRtt());
SmoothedRtt       311 net/quic/congestion_control/inter_arrival_sender.cc   return rtt_stats_->SmoothedRtt().Multiply(2);
SmoothedRtt       361 net/quic/congestion_control/inter_arrival_sender.cc           rtt_stats_->SmoothedRtt());
SmoothedRtt       434 net/quic/congestion_control/inter_arrival_sender.cc       kNumMicrosPerSecond) / rtt_stats_->SmoothedRtt().ToMicroseconds();
SmoothedRtt       448 net/quic/congestion_control/inter_arrival_sender.cc                                            rtt_stats_->SmoothedRtt());
SmoothedRtt       456 net/quic/congestion_control/inter_arrival_sender.cc       << rtt_stats_->SmoothedRtt().ToMicroseconds() << " us";
SmoothedRtt        29 net/quic/congestion_control/rtt_stats.h   QuicTime::Delta SmoothedRtt() const;
SmoothedRtt       203 net/quic/congestion_control/tcp_cubic_sender.cc                                               rtt_stats_->SmoothedRtt());
SmoothedRtt       211 net/quic/congestion_control/tcp_cubic_sender.cc       rtt_stats_->SmoothedRtt().ToMicroseconds() +
SmoothedRtt       432 net/quic/congestion_control/tcp_cubic_sender_test.cc   EXPECT_NEAR(kRttMs, sender_->rtt_stats_.SmoothedRtt().ToMilliseconds(), 1);
SmoothedRtt       438 net/quic/congestion_control/tcp_cubic_sender_test.cc                 sender_->rtt_stats_.SmoothedRtt().ToMicroseconds()),
SmoothedRtt        39 net/quic/congestion_control/tcp_loss_algorithm.cc       rtt_stats.SmoothedRtt().Multiply(kEarlyRetransmitLossDelayMultiplier);
SmoothedRtt       120 net/quic/congestion_control/tcp_loss_algorithm_test.cc   EXPECT_EQ(clock_.Now().Add(rtt_stats_.SmoothedRtt().Multiply(1.25)),
SmoothedRtt       135 net/quic/congestion_control/tcp_loss_algorithm_test.cc       clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.25));
SmoothedRtt       150 net/quic/congestion_control/tcp_loss_algorithm_test.cc   EXPECT_EQ(clock_.Now().Add(rtt_stats_.SmoothedRtt()),
SmoothedRtt       153 net/quic/congestion_control/tcp_loss_algorithm_test.cc   clock_.AdvanceTime(rtt_stats_.SmoothedRtt());
SmoothedRtt       156 net/quic/congestion_control/tcp_loss_algorithm_test.cc   EXPECT_EQ(clock_.Now().Add(rtt_stats_.SmoothedRtt().Multiply(0.25)),
SmoothedRtt       158 net/quic/congestion_control/tcp_loss_algorithm_test.cc   clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.25));
SmoothedRtt        39 net/quic/congestion_control/time_loss_algorithm.cc       QuicTime::Delta::Max(rtt_stats.SmoothedRtt(), rtt_stats.latest_rtt())
SmoothedRtt        62 net/quic/congestion_control/time_loss_algorithm_test.cc   EXPECT_EQ(rtt_stats_.SmoothedRtt().Multiply(1.25),
SmoothedRtt        71 net/quic/congestion_control/time_loss_algorithm_test.cc     clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.1));
SmoothedRtt        80 net/quic/congestion_control/time_loss_algorithm_test.cc   EXPECT_EQ(rtt_stats_.SmoothedRtt().Multiply(0.25),
SmoothedRtt        84 net/quic/congestion_control/time_loss_algorithm_test.cc   clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.25));
SmoothedRtt        95 net/quic/congestion_control/time_loss_algorithm_test.cc     clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.1));
SmoothedRtt       104 net/quic/congestion_control/time_loss_algorithm_test.cc   clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.25));
SmoothedRtt       106 net/quic/congestion_control/time_loss_algorithm_test.cc   clock_.AdvanceTime(rtt_stats_.SmoothedRtt());
SmoothedRtt       118 net/quic/congestion_control/time_loss_algorithm_test.cc   clock_.AdvanceTime(rtt_stats_.SmoothedRtt());
SmoothedRtt       128 net/quic/congestion_control/time_loss_algorithm_test.cc   EXPECT_EQ(rtt_stats_.SmoothedRtt().Multiply(0.25),
SmoothedRtt       130 net/quic/congestion_control/time_loss_algorithm_test.cc   clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.25));
SmoothedRtt      1007 net/quic/quic_connection.cc   stats_.rtt = sent_packet_manager_.SmoothedRtt().ToMicroseconds();
SmoothedRtt      1414 net/quic/quic_connection.cc           sent_packet_manager_.SmoothedRtt()));
SmoothedRtt       664 net/quic/quic_sent_packet_manager.cc           SmoothedRtt().Multiply(1.5));
SmoothedRtt       678 net/quic/quic_sent_packet_manager.cc                               1.5 * SmoothedRtt().ToMilliseconds());
SmoothedRtt       684 net/quic/quic_sent_packet_manager.cc   QuicTime::Delta srtt = SmoothedRtt();
SmoothedRtt       717 net/quic/quic_sent_packet_manager.cc   return rtt_stats_.SmoothedRtt();
SmoothedRtt       150 net/quic/quic_sent_packet_manager.h   const QuicTime::Delta SmoothedRtt() const;
SmoothedRtt      1055 net/quic/quic_sent_packet_manager_test.cc   QuicTime::Delta srtt = manager_.SmoothedRtt();
SmoothedRtt      1084 net/quic/quic_sent_packet_manager_test.cc   QuicTime::Delta srtt = manager_.SmoothedRtt();
SmoothedRtt       796 net/tools/quic/end_to_end_test.cc   EXPECT_FALSE(client_sent_packet_manager.SmoothedRtt().IsInfinite());
SmoothedRtt       798 net/tools/quic/end_to_end_test.cc             server_sent_packet_manager.SmoothedRtt().ToMicroseconds());