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

  /external/chromium_org/chrome/browser/net/
http_server_properties_manager_unittest.cc 152 // Set up alternate_protocol for www.google.com:80.
153 base::DictionaryValue* alternate_protocol = new base::DictionaryValue; local
154 alternate_protocol->SetInteger("port", 443);
155 alternate_protocol->SetString("protocol_str", "npn-spdy/3");
157 "alternate_protocol", alternate_protocol);
173 // Set up alternate_protocol for mail.google.com:80
179 "alternate_protocol", alternate_protocol1);
http_server_properties_manager.cc 166 net::AlternateProtocol alternate_protocol) {
169 server, alternate_port, alternate_protocol);
376 // Get alternate_protocol server.
380 "alternate_protocol", &port_alternate_protocol_dict)) {
529 alternate_protocol(NULL),
534 const net::PortAlternateProtocolPair* alternate_protocol)
537 alternate_protocol(alternate_protocol),
542 const net::PortAlternateProtocolPair* alternate_protocol; member in struct:chrome_browser_net::ServerPref
606 it->second.alternate_protocol = &map_it->second
    [all...]

Completed in 981 milliseconds