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

/external/chromium_org/net/http/
H A Dhttp_server_properties_manager.cc650 struct ServerPref { struct in namespace:net
651 ServerPref() : supports_spdy(false), function in struct:net::ServerPref
655 ServerPref(bool supports_spdy, function in struct:net::ServerPref
675 typedef std::map<net::HostPortPair, ServerPref> ServerPrefMap;
690 ServerPref server_pref(true, NULL, NULL, NULL);
706 ServerPref server_pref(false, &map_it->second, NULL, NULL);
727 ServerPref server_pref(false, NULL, &map_it->second, NULL);
741 ServerPref server_pref(false, NULL, NULL, &map_it->second);
755 const ServerPref& server_pref = map_it->second;

Completed in 512 milliseconds