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

/external/chromium_org/net/http/
H A Dhttp_server_properties.h116 struct NET_EXPORT SupportsQuic { struct in namespace:net
117 SupportsQuic() : used_quic(false) {} function in struct:net::SupportsQuic
118 SupportsQuic(bool used_quic, const std::string& address) function in struct:net::SupportsQuic
122 bool Equals(const SupportsQuic& other) const {
133 typedef std::map<HostPortPair, SupportsQuic> SupportsQuicMap;
231 // TODO(rtenneti): Make SupportsQuic a global (instead of per host_port_pair).
232 virtual SupportsQuic GetSupportsQuic(

Completed in 442 milliseconds