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

  /external/chromium_org/net/http/
http_network_session.cc 94 enable_quic_time_based_loss_detection(false),
137 params.enable_quic_time_based_loss_detection,
267 dict->SetBoolean("enable_quic_time_based_loss_detection",
268 params_.enable_quic_time_based_loss_detection);
http_network_session.h 115 bool enable_quic_time_based_loss_detection; member in struct:net::HttpNetworkSession::Params
  /external/chromium_org/chrome/browser/
io_thread_unittest.cc 130 EXPECT_FALSE(params.enable_quic_time_based_loss_detection);
191 EXPECT_TRUE(params.enable_quic_time_based_loss_detection);
200 EXPECT_TRUE(params.enable_quic_time_based_loss_detection);
210 EXPECT_TRUE(params.enable_quic_time_based_loss_detection);
io_thread.h 189 Optional<bool> enable_quic_time_based_loss_detection; member in struct:IOThread::Globals
io_thread.cc     [all...]

Completed in 348 milliseconds