Searched refs:HasReceivedLossDetection (Results 1 – 4 of 4) sorted by relevance
117 EXPECT_FALSE(config_.HasReceivedLossDetection()); in TEST_F()170 EXPECT_FALSE(config_.HasReceivedLossDetection()); in TEST_F()
278 bool HasReceivedLossDetection() const;
486 bool QuicConfig::HasReceivedLossDetection() const { in HasReceivedLossDetection() function in net::QuicConfig
131 if ((config.HasReceivedLossDetection() && in SetFromConfig()