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

  /external/chromium_org/net/quic/
quic_config_test.cc 128 EXPECT_FALSE(config_.HasReceivedLossDetection());
177 EXPECT_FALSE(config_.HasReceivedLossDetection());
quic_config.h 274 bool HasReceivedLossDetection() const;
quic_config.cc 477 bool QuicConfig::HasReceivedLossDetection() const {
quic_sent_packet_manager.cc 96 if (config.HasReceivedLossDetection() &&

Completed in 196 milliseconds