Searched refs:QUIC (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties.cc67 case QUIC:
103 return QUIC;
H A Dhttp_server_properties.h72 QUIC, enumerator in enum:net::AlternateProtocol
73 ALTERNATE_PROTOCOL_MAXIMUM_VALID_VERSION = QUIC,
H A Dhttp_server_properties_impl_unittest.cc432 AlternateProtocolInfo canonical_protocol(1234, QUIC, 1);
454 AlternateProtocolInfo canonical_protocol(1234, QUIC, 1);
469 AlternateProtocolInfo canonical_protocol(1234, QUIC, 1);
484 AlternateProtocolInfo canonical_protocol(1234, QUIC, 1);
H A Dhttp_stream_factory_impl.cc232 DCHECK_EQ(QUIC, alternate.protocol);
236 // TODO(rch): Figure out how to make QUIC iteract with PAC
H A Dhttp_stream_factory_impl_job.cc174 if (alternate.protocol == QUIC) {
682 // QUIC can not be spoken to non-QUIC proxies. This error should not be
754 // TODO(rch): support QUIC proxies for HTTPS urls.
767 // OK, there's no available QUIC session. Let |waiting_job_| resume
/external/chromium_org/components/cronet/android/
H A Durl_request_context_adapter.cc147 // Currently (circa M39) enabling QUIC requires setting probability threshold.
155 LOG(ERROR) << "Empty QUIC hint host: " << quic_hint.host;
161 LOG(ERROR) << "Invalid QUIC hint port: "
168 LOG(ERROR) << "Invalid QUIC hint alternate port: "
178 net::AlternateProtocol::QUIC,
/external/chromium_org/net/quic/
H A Dquic_network_transaction_unittest.cc51 // This is the expected return from a current server advertising QUIC.
64 // Helper class to encapsulate MockReads and MockWrites for QUIC.
198 // If |use_next_protos| is true, enables SPDY and QUIC.
280 HostPortPair::FromURL(request_.url), 80, QUIC, 1); local
298 EXPECT_EQ(QUIC, alternate.protocol);
393 ProxyService::CreateFixedFromPacResult("QUIC myproxy:70"));
612 // TODO(rtenneti): Test QUIC over HTTPS, GetSSLInfo().
639 // The QUIC transaction will not be allowed to complete.
663 // Now run the second request in which the QUIC socket hangs,
712 // In order for a new QUIC sessio
[all...]
H A Dquic_stream_factory.cc149 // Responsible for creating a new QUIC session to the specified server, and
979 // Don't check the certificates for insecure QUIC.
1021 DCHECK_EQ(QUIC, alternate.protocol);
1025 // TCP job also fails. So to avoid not using QUIC when we otherwise could,
1027 // QUIC as "recently broken" which means that 0-RTT will be disabled but
1033 DCHECK_EQ(QUIC,

Completed in 134 milliseconds