Home
last modified time | relevance | path

Searched refs:http_host_port_pair (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/http/
Dhttp_alternate_protocols.cc49 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() local
57 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() local
79 return GetAlternateProtocolFor(http_host_port_pair); in GetAlternateProtocolFor()
83 const HostPortPair& http_host_port_pair, in SetAlternateProtocolFor() argument
[all …]
Dhttp_alternate_protocols.h53 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);
Dhttp_stream_factory.cc39 const HostPortPair& http_host_port_pair) { in ProcessAlternateProtocol() argument
74 HostPortPair host_port(http_host_port_pair); in ProcessAlternateProtocol()
Dhttp_stream_factory.h153 const HostPortPair& http_host_port_pair);
Dhttp_network_transaction.cc67 const HostPortPair& http_host_port_pair) { in ProcessAlternateProtocol() argument
78 http_host_port_pair); in ProcessAlternateProtocol()
Dhttp_network_transaction_unittest.cc6457 HostPortPair http_host_port_pair("www.google.com", 80); in TEST_F() local
6461 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() local
6519 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()