Home
last modified time | relevance | path

Searched refs:host_and_port (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dchrome_browser_proxy_resolver.cc182 string host_and_port = string(space, token.end()); in ParseProxyString() local
183 base::TrimWhitespaceASCII(host_and_port, base::TRIM_ALL, &host_and_port); in ParseProxyString()
184 if (scheme != "direct" && host_and_port.empty()) in ParseProxyString()
186 ret.push_back(scheme + "://" + host_and_port); in ParseProxyString()
/system/core/crash_reporter/
Dlist_proxies.cc95 std::string host_and_port = std::string(space, token.end()); in ParseProxyString() local
96 base::TrimWhitespaceASCII(host_and_port, base::TRIM_ALL, &host_and_port); in ParseProxyString()
97 if (scheme != "direct" && host_and_port.empty()) in ParseProxyString()
99 ret.push_back(scheme + "://" + host_and_port); in ParseProxyString()