HomeSort by relevance Sort by last modified time
    Searched refs:existing_alternate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_stream_factory.cc 94 const AlternateProtocolInfo existing_alternate = local
97 if (existing_alternate.protocol == ALTERNATE_PROTOCOL_BROKEN)
http_server_properties_impl.cc 265 const AlternateProtocolInfo existing_alternate = local
268 if (existing_alternate.protocol == ALTERNATE_PROTOCOL_BROKEN) {
274 !existing_alternate.Equals(alternate)) {
277 << " from [Port: " << existing_alternate.port
278 << ", Protocol: " << existing_alternate.protocol
279 << ", Probability: " << existing_alternate.probability

Completed in 598 milliseconds