Home
last modified time | relevance | path

Searched refs:SetLossAlgorithm (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/quic/test_tools/
Dquic_sent_packet_manager_peer.h28 static void SetLossAlgorithm(QuicSentPacketManager* sent_packet_manager,
Dquic_sent_packet_manager_peer.cc36 void QuicSentPacketManagerPeer::SetLossAlgorithm( in SetLossAlgorithm() function in net::test::QuicSentPacketManagerPeer
/external/chromium_org/net/quic/
Dquic_sent_packet_manager_test.cc1280 QuicSentPacketManagerPeer::SetLossAlgorithm(&manager_, loss_algorithm); in TEST_F()
Dquic_connection_test.cc439 void SetLossAlgorithm(LossDetectionInterface* loss_algorithm) { in SetLossAlgorithm() function in net::test::__anon75b1c9da0111::TestConnection
440 QuicSentPacketManagerPeer::SetLossAlgorithm( in SetLossAlgorithm()
618 connection_.SetLossAlgorithm(loss_algorithm_); in QuicConnectionTest()