Searched refs:AddProxyListToValue (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/net/proxy/ |
D | proxy_config.cc | 18 void AddProxyListToValue(const char* name, in AddProxyListToValue() function 237 AddProxyListToValue("single_proxy", in ToValue() 242 AddProxyListToValue("http", proxy_rules_.proxies_for_http, dict2); in ToValue() 243 AddProxyListToValue("https", proxy_rules_.proxies_for_https, dict2); in ToValue() 244 AddProxyListToValue("ftp", proxy_rules_.proxies_for_ftp, dict2); in ToValue() 245 AddProxyListToValue("fallback", proxy_rules_.fallback_proxies, dict2); in ToValue()
|