Searched refs:host_and_port (Results 1 – 1 of 1) sorted by relevance
185 string host_and_port = string(space, token.end()); in ParseProxyString() local186 base::TrimWhitespaceASCII(host_and_port, base::TRIM_ALL, &host_and_port); in ParseProxyString()187 if (scheme != "direct" && host_and_port.empty()) in ParseProxyString()189 ret.push_back(scheme + "://" + host_and_port); in ParseProxyString()