Home
last modified time | relevance | path

Searched refs:RemoveProxiesWithoutScheme (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/proxy/
Dproxy_info.cc46 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyInfo
47 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field); in RemoveProxiesWithoutScheme()
Dproxy_list_unittest.cc66 TEST(ProxyListTest, RemoveProxiesWithoutScheme) { in TEST() argument
87 list.RemoveProxiesWithoutScheme(tests[i].filter); in TEST()
Dproxy_list.h39 void RemoveProxiesWithoutScheme(int scheme_bit_field);
Dproxy_info.h95 void RemoveProxiesWithoutScheme(int scheme_bit_field);
Dproxy_list.cc69 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyList
/external/chromium/net/http/
Dhttp_stream_factory_impl_job.cc475 proxy_info_.RemoveProxiesWithoutScheme( in DoResolveProxyComplete()