HomeSort by relevance Sort by last modified time
    Searched refs:LossDetectionType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/quic/congestion_control/
loss_detection_interface.h 22 static LossDetectionInterface* Create(LossDetectionType loss_type);
26 virtual LossDetectionType GetLossDetectionType() const = 0;
loss_detection_interface.cc 14 LossDetectionType loss_type) {
tcp_loss_algorithm.h 26 virtual LossDetectionType GetLossDetectionType() const OVERRIDE;
time_loss_algorithm.h 26 virtual LossDetectionType GetLossDetectionType() const OVERRIDE;
tcp_loss_algorithm.cc 26 LossDetectionType TCPLossAlgorithm::GetLossDetectionType() const {
time_loss_algorithm.cc 26 LossDetectionType TimeLossAlgorithm::GetLossDetectionType() const {
  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 79 LossDetectionType loss_type);
quic_protocol.h 720 enum LossDetectionType {
    [all...]
quic_sent_packet_manager.cc 60 LossDetectionType loss_type)
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 473 MOCK_CONST_METHOD0(GetLossDetectionType, LossDetectionType());

Completed in 59 milliseconds