Searched refs:quic_disable_connection_pooling (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_network_session.cc96 quic_disable_connection_pooling(false),
139 params.quic_disable_connection_pooling,
H A Dhttp_network_session.h117 bool quic_disable_connection_pooling; member in struct:net::HttpNetworkSession::Params
/external/chromium_org/chrome/browser/
H A Dio_thread_unittest.cc137 EXPECT_FALSE(params.quic_disable_connection_pooling);
337 EXPECT_TRUE(params.quic_disable_connection_pooling);
H A Dio_thread.h192 Optional<bool> quic_disable_connection_pooling; member in struct:IOThread::Globals
H A Dio_thread.cc1029 globals.quic_disable_connection_pooling.CopyToIfSet(
1030 &params->quic_disable_connection_pooling);
1184 globals->quic_disable_connection_pooling.set(

Completed in 184 milliseconds