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

/external/chromium/net/http/
H A Dhttp_alternate_protocols.cc48 bool HttpAlternateProtocols::HasAlternateProtocolFor( function in class:net::HttpAlternateProtocols
54 bool HttpAlternateProtocols::HasAlternateProtocolFor( function in class:net::HttpAlternateProtocols
57 return HasAlternateProtocolFor(http_host_port_pair);
63 DCHECK(HasAlternateProtocolFor(http_host_port_pair));
94 if (HasAlternateProtocolFor(http_host_port_pair)) {

Completed in 469 milliseconds