Searched defs:QUIC (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties.h72 QUIC, enumerator in enum:net::AlternateProtocol
73 ALTERNATE_PROTOCOL_MAXIMUM_VALID_VERSION = QUIC,
/external/chromium_org/net/quic/
H A Dquic_network_transaction_unittest.cc51 // This is the expected return from a current server advertising QUIC.
62 // Helper class to encapsulate MockReads and MockWrites for QUIC.
196 // If |use_next_protos| is true, enables SPDY and QUIC.
278 HostPortPair::FromURL(request_.url), 80, QUIC); local
296 EXPECT_EQ(QUIC, alternate.protocol);
391 ProxyService::CreateFixedFromPacResult("QUIC myproxy:70"));
530 // TODO(rtenneti): Test QUIC over HTTPS, GetSSLInfo().
557 // The QUIC transaction will not be allowed to complete.
581 // Now run the second request in which the QUIC socket hangs,
630 // In order for a new QUIC sessio
[all...]

Completed in 457 milliseconds