Searched refs:GetLossDetectionType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dloss_detection_interface.h26 virtual LossDetectionType GetLossDetectionType() const = 0;
H A Dtcp_loss_algorithm.h26 virtual LossDetectionType GetLossDetectionType() const OVERRIDE;
H A Dtime_loss_algorithm.h26 virtual LossDetectionType GetLossDetectionType() const OVERRIDE;
H A Dtcp_loss_algorithm.cc26 LossDetectionType TCPLossAlgorithm::GetLossDetectionType() const { function in class:net::TCPLossAlgorithm
H A Dtime_loss_algorithm.cc26 LossDetectionType TimeLossAlgorithm::GetLossDetectionType() const { function in class:net::TimeLossAlgorithm
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h473 MOCK_CONST_METHOD0(GetLossDetectionType, LossDetectionType());
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager_test.cc1312 &manager_)->GetLossDetectionType());
1321 &manager_)->GetLossDetectionType());

Completed in 389 milliseconds