/external/chromium/net/http/ |
http_alternate_protocols.cc | 85 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
|
http_alternate_protocols.h | 65 Protocol alternate_protocol);
|
/external/chromium_org/net/http/ |
http_server_properties_impl.cc | 185 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
|
http_server_properties.h | 106 AlternateProtocol alternate_protocol) = 0;
|
http_server_properties_impl.h | 101 AlternateProtocol alternate_protocol) OVERRIDE;
|
/external/chromium_org/chrome/browser/net/ |
http_server_properties_manager.cc | 166 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 = &map_it->second [all...] |
http_server_properties_manager_unittest.cc | 152 // 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);
|
http_server_properties_manager.h | 112 net::AlternateProtocol alternate_protocol) OVERRIDE; 184 // simultaneous spdy_servers or spdy_settings or alternate_protocol changes.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
spdy_view.html | 85 <td jscontent="alternate_protocol"></td>
|
/external/chromium/chrome/browser/resources/net_internals/ |
spdyview.js | 153 tablePrinter.addCell(entry.alternate_protocol);
|
/external/chromium/chrome/browser/ui/webui/ |
net_internals_ui.cc | [all...] |
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | [all...] |
/external/chromium_org/chrome/common/ |
pref_names.cc | 492 const char kAlternateProtocolServers[] = "spdy.alternate_protocol"; [all...] |