HomeSort by relevance Sort by last modified time
    Searched refs:existing_alternate (Results 1 - 4 of 4) 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)
  /external/chromium_org/net/http/
http_server_properties_impl.cc 195 const PortAlternateProtocolPair existing_alternate = local
198 if (existing_alternate.protocol == ALTERNATE_PROTOCOL_BROKEN) {
204 !existing_alternate.Equals(alternate)) {
207 << " from [Port: " << existing_alternate.port
208 << ", Protocol: " << existing_alternate.protocol
http_stream_factory.cc 113 const PortAlternateProtocolPair existing_alternate = local
116 if (existing_alternate.protocol == ALTERNATE_PROTOCOL_BROKEN)

Completed in 427 milliseconds