OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existing_alternate
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_alternate_protocols.cc
95
const PortProtocolPair
existing_alternate
=
local
98
if (
existing_alternate
.protocol == BROKEN) {
103
if (alternate_protocol != BROKEN && !
existing_alternate
.Equals(alternate)) {
106
<< " from [Port: " <<
existing_alternate
.port
107
<< ", Protocol: " <<
existing_alternate
.protocol
http_stream_factory.cc
78
const HttpAlternateProtocols::PortProtocolPair
existing_alternate
=
local
81
if (
existing_alternate
.protocol == HttpAlternateProtocols::BROKEN)
Completed in 44 milliseconds