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

/external/chromium/net/http/
H A Dhttp_alternate_protocols.cc85 Protocol alternate_protocol) {
86 if (alternate_protocol == BROKEN) {
93 alternate.protocol = alternate_protocol;
103 if (alternate_protocol != BROKEN && !existing_alternate.Equals(alternate)) {
109 << ", Protocol: " << alternate_protocol
82 SetAlternateProtocolFor( const HostPortPair& http_host_port_pair, uint16 alternate_port, Protocol alternate_protocol) argument
/external/chromium_org/chrome/browser/net/
H A Dhttp_server_properties_manager_unittest.cc152 // Set up alternate_protocol for www.google.com:80.
153 base::DictionaryValue* alternate_protocol = new base::DictionaryValue; local
154 alternate_protocol->SetInteger("port", 443);
155 alternate_protocol->SetString("protocol_str", "npn-spdy/3");
157 "alternate_protocol", alternate_protocol);
173 // Set up alternate_protocol for mail.google.com:80
179 "alternate_protocol", alternate_protocol1);
H A Dhttp_server_properties_manager.cc166 net::AlternateProtocol alternate_protocol) {
169 server, alternate_port, alternate_protocol);
376 // Get alternate_protocol server.
380 "alternate_protocol", &port_alternate_protocol_dict)) {
529 alternate_protocol(NULL),
534 const net::PortAlternateProtocolPair* alternate_protocol)
537 alternate_protocol(alternate_protocol),
542 const net::PortAlternateProtocolPair* alternate_protocol; member in struct:chrome_browser_net::ServerPref
606 it->second.alternate_protocol
163 SetAlternateProtocol( const net::HostPortPair& server, uint16 alternate_port, net::AlternateProtocol alternate_protocol) argument
532 ServerPref(bool supports_spdy, const net::SettingsMap* settings_map, const net::PortAlternateProtocolPair* alternate_protocol) argument
[all...]
/external/chromium_org/net/http/
H A Dhttp_server_properties_impl.cc185 AlternateProtocol alternate_protocol) {
186 if (alternate_protocol == ALTERNATE_PROTOCOL_BROKEN) {
193 alternate.protocol = alternate_protocol;
203 if (alternate_protocol != ALTERNATE_PROTOCOL_BROKEN &&
210 << ", Protocol: " << alternate_protocol
182 SetAlternateProtocol( const HostPortPair& server, uint16 alternate_port, AlternateProtocol alternate_protocol) argument

Completed in 142 milliseconds