Searched defs:StartProxyConfigUtil (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_linux.cc64 bool StartProxyConfigUtil(const char* command[]) { function in namespace:options::__anon5519
68 // use StartProxyConfigUtil() to search possible options and stop on
97 LOG(ERROR) << "StartProxyConfigUtil failed to start " << command[0];
115 launched = StartProxyConfigUtil(kGNOME2ProxyConfigCommand);
123 launched = StartProxyConfigUtil(kGNOME3ProxyConfigCommand);
129 launched = StartProxyConfigUtil(kKDE3ProxyConfigCommand);
133 launched = StartProxyConfigUtil(kKDE4ProxyConfigCommand);

Completed in 79 milliseconds