HomeSort by relevance Sort by last modified time
    Searched defs:CreateServerHostValue (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.cc 211 found = (data = CreateServerHostValue(config.single_proxy));
215 found = (data = CreateServerHostValue(config.http_proxy));
217 found = (data = CreateServerHostValue(config.https_proxy));
238 found = (data = CreateServerHostValue(config.ftp_proxy));
240 found = (data = CreateServerHostValue(config.socks_proxy));
309 Value* ProxyCrosSettingsProvider::CreateServerHostValue(
  /external/chromium_org/chrome/browser/chromeos/
proxy_cros_settings_parser.cc 58 base::Value* CreateServerHostValue(const UIProxyConfig::ManualProxy& proxy) {
302 data = CreateServerHostValue(config.single_proxy);
306 data = CreateServerHostValue(config.http_proxy);
308 data = CreateServerHostValue(config.https_proxy);
341 data = CreateServerHostValue(config.ftp_proxy);
343 data = CreateServerHostValue(config.socks_proxy);

Completed in 192 milliseconds