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

/external/chromium/net/http/
H A Dhttp_alternate_protocols.h32 struct PortProtocolPair { struct in class:net::HttpAlternateProtocols
33 bool Equals(const PortProtocolPair& other) const {
43 typedef std::map<HostPortPair, PortProtocolPair> ProtocolMap;
56 PortProtocolPair GetAlternateProtocolFor(
58 PortProtocolPair GetAlternateProtocolFor(
76 static void ForceAlternateProtocol(const PortProtocolPair& pair);
86 static PortProtocolPair* forced_alternate_protocol_;

Completed in 89 milliseconds