Home
last modified time | relevance | path

Searched refs:alternate_protocol (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/http/
Dhttp_alternate_protocols.cc85 Protocol alternate_protocol) { in SetAlternateProtocolFor() argument
86 if (alternate_protocol == BROKEN) { in SetAlternateProtocolFor()
93 alternate.protocol = alternate_protocol; in SetAlternateProtocolFor()
103 if (alternate_protocol != BROKEN && !existing_alternate.Equals(alternate)) { in SetAlternateProtocolFor()
109 << ", Protocol: " << alternate_protocol in SetAlternateProtocolFor()
Dhttp_alternate_protocols.h65 Protocol alternate_protocol);
/external/chromium/chrome/browser/resources/net_internals/
Dspdyview.js153 tablePrinter.addCell(entry.alternate_protocol);