Home
last modified time | relevance | path

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

/system/update_engine/
Dchrome_browser_proxy_resolver.cc140 ProcessUrlResponse(source_url, ParseProxyString(proxy_info)); in OnProxyResolvedSignal()
154 deque<string> ChromeBrowserProxyResolver::ParseProxyString( in ParseProxyString() function in chromeos_update_engine::ChromeBrowserProxyResolver
Dchrome_browser_proxy_resolver.h75 static std::deque<std::string> ParseProxyString(const std::string& input);
Dchrome_browser_proxy_resolver_unittest.cc187 ChromeBrowserProxyResolver::ParseProxyString(inputs[i]); in TEST_F()