HomeSort by relevance Sort by last modified time
    Searched defs:alternate_protocol_str (Results 1 - 4 of 4) 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...]
  /external/chromium_org/net/http/
http_stream_factory.cc 74 const std::string& alternate_protocol_str,
77 base::SplitString(alternate_protocol_str, ':', &port_protocol_vector);
81 << alternate_protocol_str; local
http_network_transaction.cc 82 std::string alternate_protocol_str; local
85 &alternate_protocol_str)) {
91 alternate_protocol_str,
    [all...]

Completed in 173 milliseconds