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

  /external/chromium/net/http/
http_stream_factory.cc 38 const std::string& alternate_protocol_str,
41 base::SplitString(alternate_protocol_str, ':', &port_protocol_vector);
45 << alternate_protocol_str; local
http_network_transaction.cc 68 std::string alternate_protocol_str; local
71 &alternate_protocol_str)) {
77 alternate_protocol_str,
    [all...]

Completed in 86 milliseconds