Searched refs:http_host_port_pair (Results 1 – 6 of 6) sorted by relevance
49 const HostPortPair& http_host_port_pair) const { in HasAlternateProtocolFor()50 return ContainsKey(protocol_map_, http_host_port_pair) || in HasAlternateProtocolFor()56 HostPortPair http_host_port_pair(host, port); in HasAlternateProtocolFor() local57 return HasAlternateProtocolFor(http_host_port_pair); in HasAlternateProtocolFor()62 const HostPortPair& http_host_port_pair) const { in GetAlternateProtocolFor()63 DCHECK(HasAlternateProtocolFor(http_host_port_pair)); in GetAlternateProtocolFor()66 ProtocolMap::const_iterator it = protocol_map_.find(http_host_port_pair); in GetAlternateProtocolFor()78 HostPortPair http_host_port_pair(host, port); in GetAlternateProtocolFor() local79 return GetAlternateProtocolFor(http_host_port_pair); in GetAlternateProtocolFor()83 const HostPortPair& http_host_port_pair, in SetAlternateProtocolFor() argument[all …]
53 bool HasAlternateProtocolFor(const HostPortPair& http_host_port_pair) const;57 const HostPortPair& http_host_port_pair) const;63 void SetAlternateProtocolFor(const HostPortPair& http_host_port_pair,69 void MarkBrokenAlternateProtocolFor(const HostPortPair& http_host_port_pair);
39 const HostPortPair& http_host_port_pair) { in ProcessAlternateProtocol() argument74 HostPortPair host_port(http_host_port_pair); in ProcessAlternateProtocol()
153 const HostPortPair& http_host_port_pair);
67 const HostPortPair& http_host_port_pair) { in ProcessAlternateProtocol() argument78 http_host_port_pair); in ProcessAlternateProtocol()
6457 HostPortPair http_host_port_pair("www.google.com", 80); in TEST_F() local6461 alternate_protocols.HasAlternateProtocolFor(http_host_port_pair)); in TEST_F()6476 ASSERT_TRUE(alternate_protocols.HasAlternateProtocolFor(http_host_port_pair)); in TEST_F()6478 alternate_protocols.GetAlternateProtocolFor(http_host_port_pair); in TEST_F()6515 HostPortPair http_host_port_pair("www.google.com", 80); in TEST_F() local6519 http_host_port_pair, 1234 /* port is ignored by MockConnect anyway */, in TEST_F()6538 alternate_protocols->HasAlternateProtocolFor(http_host_port_pair)); in TEST_F()6540 alternate_protocols->GetAlternateProtocolFor(http_host_port_pair); in TEST_F()