Home
last modified time | relevance | path

Searched refs:LossDetectionType (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dloss_detection_interface.h22 static LossDetectionInterface* Create(LossDetectionType loss_type);
26 virtual LossDetectionType GetLossDetectionType() const = 0;
Dloss_detection_interface.cc14 LossDetectionType loss_type) { in Create()
Dtcp_loss_algorithm.h26 virtual LossDetectionType GetLossDetectionType() const OVERRIDE;
Dtime_loss_algorithm.h26 virtual LossDetectionType GetLossDetectionType() const OVERRIDE;
Dtcp_loss_algorithm.cc26 LossDetectionType TCPLossAlgorithm::GetLossDetectionType() const { in GetLossDetectionType()
Dtime_loss_algorithm.cc26 LossDetectionType TimeLossAlgorithm::GetLossDetectionType() const { in GetLossDetectionType()
/external/chromium_org/net/quic/
Dquic_sent_packet_manager.h79 LossDetectionType loss_type);
Dquic_sent_packet_manager.cc60 LossDetectionType loss_type) in QuicSentPacketManager()
Dquic_protocol.h720 enum LossDetectionType { enum
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.h473 MOCK_CONST_METHOD0(GetLossDetectionType, LossDetectionType());