TcpCubicSender 26 net/quic/congestion_control/send_algorithm_interface.cc return new TcpCubicSender(clock, rtt_stats, kUseReno, TcpCubicSender 28 net/quic/congestion_control/tcp_cubic_sender.cc TcpCubicSender::TcpCubicSender( TcpCubicSender 53 net/quic/congestion_control/tcp_cubic_sender.cc TcpCubicSender::~TcpCubicSender() { TcpCubicSender 57 net/quic/congestion_control/tcp_cubic_sender.cc bool TcpCubicSender::InSlowStart() const { TcpCubicSender 61 net/quic/congestion_control/tcp_cubic_sender.cc void TcpCubicSender::SetFromConfig(const QuicConfig& config, bool is_server) { TcpCubicSender 68 net/quic/congestion_control/tcp_cubic_sender.cc void TcpCubicSender::OnIncomingQuicCongestionFeedbackFrame( TcpCubicSender 74 net/quic/congestion_control/tcp_cubic_sender.cc void TcpCubicSender::OnPacketAcked( TcpCubicSender 87 net/quic/congestion_control/tcp_cubic_sender.cc void TcpCubicSender::OnPacketLost(QuicPacketSequenceNumber sequence_number, TcpCubicSender 131 net/quic/congestion_control/tcp_cubic_sender.cc bool TcpCubicSender::OnPacketSent(QuicTime /*sent_time*/, TcpCubicSender 151 net/quic/congestion_control/tcp_cubic_sender.cc void TcpCubicSender::OnPacketAbandoned(QuicPacketSequenceNumber sequence_number, TcpCubicSender 157 net/quic/congestion_control/tcp_cubic_sender.cc QuicTime::Delta TcpCubicSender::TimeUntilSend( TcpCubicSender 189 net/quic/congestion_control/tcp_cubic_sender.cc QuicByteCount TcpCubicSender::AvailableSendWindow() { TcpCubicSender 196 net/quic/congestion_control/tcp_cubic_sender.cc QuicByteCount TcpCubicSender::SendWindow() { TcpCubicSender 201 net/quic/congestion_control/tcp_cubic_sender.cc QuicBandwidth TcpCubicSender::BandwidthEstimate() const { TcpCubicSender 206 net/quic/congestion_control/tcp_cubic_sender.cc QuicTime::Delta TcpCubicSender::RetransmissionDelay() const { TcpCubicSender 215 net/quic/congestion_control/tcp_cubic_sender.cc QuicByteCount TcpCubicSender::GetCongestionWindow() const { TcpCubicSender 219 net/quic/congestion_control/tcp_cubic_sender.cc bool TcpCubicSender::IsCwndLimited() const { TcpCubicSender 230 net/quic/congestion_control/tcp_cubic_sender.cc bool TcpCubicSender::InRecovery() const { TcpCubicSender 237 net/quic/congestion_control/tcp_cubic_sender.cc void TcpCubicSender::MaybeIncreaseCwnd( TcpCubicSender 283 net/quic/congestion_control/tcp_cubic_sender.cc void TcpCubicSender::OnRetransmissionTimeout(bool packets_retransmitted) { TcpCubicSender 292 net/quic/congestion_control/tcp_cubic_sender.cc void TcpCubicSender::UpdateRtt(QuicTime::Delta rtt) { TcpCubicSender 33 net/quic/congestion_control/tcp_cubic_sender.h class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface { TcpCubicSender 36 net/quic/congestion_control/tcp_cubic_sender.h TcpCubicSender(const QuicClock* clock, TcpCubicSender 41 net/quic/congestion_control/tcp_cubic_sender.h virtual ~TcpCubicSender(); TcpCubicSender 121 net/quic/congestion_control/tcp_cubic_sender.h DISALLOW_COPY_AND_ASSIGN(TcpCubicSender); TcpCubicSender 26 net/quic/congestion_control/tcp_cubic_sender_test.cc class TcpCubicSenderPeer : public TcpCubicSender { TcpCubicSender 31 net/quic/congestion_control/tcp_cubic_sender_test.cc : TcpCubicSender( TcpCubicSender 42 net/quic/congestion_control/tcp_cubic_sender_test.cc using TcpCubicSender::AvailableSendWindow; TcpCubicSender 43 net/quic/congestion_control/tcp_cubic_sender_test.cc using TcpCubicSender::SendWindow;