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

/external/chromium/net/http/
H A Dhttp_alternate_protocols.cc49 const HostPortPair& http_host_port_pair) const {
50 return ContainsKey(protocol_map_, http_host_port_pair) ||
56 HostPortPair http_host_port_pair(host, port);
57 return HasAlternateProtocolFor(http_host_port_pair);
62 const HostPortPair& http_host_port_pair) const {
63 DCHECK(HasAlternateProtocolFor(http_host_port_pair));
66 ProtocolMap::const_iterator it = protocol_map_.find(http_host_port_pair);
78 HostPortPair http_host_port_pair(host, port);
79 return GetAlternateProtocolFor(http_host_port_pair);
83 const HostPortPair& http_host_port_pair,
82 SetAlternateProtocolFor( const HostPortPair& http_host_port_pair, uint16 alternate_port, Protocol alternate_protocol) argument
117 MarkBrokenAlternateProtocolFor( const HostPortPair& http_host_port_pair) argument
[all...]
H A Dhttp_stream_factory.cc39 const HostPortPair& http_host_port_pair) {
74 HostPortPair host_port(http_host_port_pair);
36 ProcessAlternateProtocol( HttpAlternateProtocols* alternate_protocols, const std::string& alternate_protocol_str, const HostPortPair& http_host_port_pair) argument
H A Dhttp_network_transaction.cc67 const HostPortPair& http_host_port_pair) {
78 http_host_port_pair);
64 ProcessAlternateProtocol(HttpStreamFactory* factory, HttpAlternateProtocols* alternate_protocols, const HttpResponseHeaders& headers, const HostPortPair& http_host_port_pair) argument
/external/chromium_org/net/http/
H A Dhttp_stream_factory.cc54 const HostPortPair& http_host_port_pair) {
86 HostPortPair host_port(http_host_port_pair);
51 ProcessAlternateProtocol( const base::WeakPtr<HttpServerProperties>& http_server_properties, const std::string& alternate_protocol_str, const HostPortPair& http_host_port_pair) argument
H A Dhttp_network_transaction.cc73 const HostPortPair& http_host_port_pair) {
84 http_host_port_pair);
69 ProcessAlternateProtocol( HttpStreamFactory* factory, const base::WeakPtr<HttpServerProperties>& http_server_properties, const HttpResponseHeaders& headers, const HostPortPair& http_host_port_pair) argument

Completed in 122 milliseconds