Searched defs:alternate_protocol (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties_manager_unittest.cc153 // Set up alternate_protocol for www.google.com:80.
154 base::DictionaryValue* alternate_protocol = new base::DictionaryValue; local
155 alternate_protocol->SetInteger("port", 443);
156 alternate_protocol->SetString("protocol_str", "npn-spdy/3");
157 server_pref_dict->SetWithoutPathExpansion("alternate_protocol",
158 alternate_protocol);
176 // Set up alternate_protocol for mail.google.com:80
181 server_pref_dict1->SetWithoutPathExpansion("alternate_protocol",
H A Dhttp_server_properties_impl.cc254 AlternateProtocol alternate_protocol,
256 if (alternate_protocol == ALTERNATE_PROTOCOL_BROKEN) {
262 alternate_protocol,
273 if (alternate_protocol != ALTERNATE_PROTOCOL_BROKEN &&
281 << ", Protocol: " << alternate_protocol
251 SetAlternateProtocol( const HostPortPair& server, uint16 alternate_port, AlternateProtocol alternate_protocol, double alternate_probability) argument
H A Dhttp_server_properties_manager.cc168 AlternateProtocol alternate_protocol,
172 server, alternate_port, alternate_protocol, alternate_probability);
373 DVLOG(1) << "# of servers that support alternate_protocol: "
433 // Get alternate_protocol server.
438 "alternate_protocol", &port_alternate_protocol_dict)) {
653 alternate_protocol(NULL),
657 const net::AlternateProtocolInfo* alternate_protocol,
661 alternate_protocol(alternate_protocol),
665 const net::AlternateProtocolInfo* alternate_protocol; member in struct:net::ServerPref
165 SetAlternateProtocol( const net::HostPortPair& server, uint16 alternate_port, AlternateProtocol alternate_protocol, double alternate_probability) argument
655 ServerPref(bool supports_spdy, const net::SettingsMap* settings_map, const net::AlternateProtocolInfo* alternate_protocol, const net::SupportsQuic* supports_quic) argument
[all...]

Completed in 157 milliseconds