Home
last modified time | relevance | path

Searched refs:ParseProxyString (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Dchrome_browser_proxy_resolver.cc139 (*callback.first)(ParseProxyString(proxy_info), callback.second); in OnProxyResolvedSignal()
151 deque<string> ChromeBrowserProxyResolver::ParseProxyString( in ParseProxyString() function in chromeos_update_engine::ChromeBrowserProxyResolver
Dchrome_browser_proxy_resolver.h73 static std::deque<std::string> ParseProxyString(const std::string& input);
Dchrome_browser_proxy_resolver_unittest.cc188 ChromeBrowserProxyResolver::ParseProxyString(inputs[i]); in TEST_F()
/system/core/crash_reporter/
Dlist_proxies.cc65 std::vector<std::string> ParseProxyString(const std::string& input) { in ParseProxyString() function
183 proxies_ = ParseProxyString(proxy_info); in HandleProxyResolvedSignal()