OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateServerPortValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.cc
213
found = (data =
CreateServerPortValue
(config.single_proxy));
242
found = (data =
CreateServerPortValue
(config.http_proxy));
244
found = (data =
CreateServerPortValue
(config.https_proxy));
246
found = (data =
CreateServerPortValue
(config.ftp_proxy));
248
found = (data =
CreateServerPortValue
(config.socks_proxy));
316
Value* ProxyCrosSettingsProvider::
CreateServerPortValue
(
/external/chromium_org/chrome/browser/chromeos/
proxy_cros_settings_parser.cc
64
base::Value*
CreateServerPortValue
(const UIProxyConfig::ManualProxy& proxy) {
304
data =
CreateServerPortValue
(config.single_proxy);
345
data =
CreateServerPortValue
(config.http_proxy);
347
data =
CreateServerPortValue
(config.https_proxy);
349
data =
CreateServerPortValue
(config.ftp_proxy);
351
data =
CreateServerPortValue
(config.socks_proxy);
Completed in 431 milliseconds