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

  /external/chromium/net/http/
http_stream_factory.cc 40 std::vector<std::string> port_protocol_vector; local
41 base::SplitString(alternate_protocol_str, ':', &port_protocol_vector);
42 if (port_protocol_vector.size() != 2) {
50 if (!base::StringToInt(port_protocol_vector[0], &port) ||
54 << port_protocol_vector[0]; local
62 if (port_protocol_vector[1] == HttpAlternateProtocols::kProtocolStrings[i])
70 << port_protocol_vector[1]; local
  /external/chromium_org/net/http/
http_stream_factory.cc 76 std::vector<std::string> port_protocol_vector; local
77 base::SplitString(alternate_protocol_str, ':', &port_protocol_vector);
78 if (port_protocol_vector.size() != 2) {
86 if (!base::StringToInt(port_protocol_vector[0], &port) ||
90 << port_protocol_vector[0]; local
95 AlternateProtocolFromString(port_protocol_vector[1]);
103 << port_protocol_vector[1]; local

Completed in 25 milliseconds