HomeSort by relevance Sort by last modified time
    Searched defs:alternate_protocol (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_server_properties_manager_unittest.cc 153 // 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",
http_server_properties_manager.cc 168 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
    [all...]

Completed in 87 milliseconds