Home
last modified time | relevance | path

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

/external/cronet/net/proxy_resolution/
Dproxy_info.cc72 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyInfo
73 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field); in RemoveProxiesWithoutScheme()
Dproxy_list_unittest.cc76 TEST(ProxyListTest, RemoveProxiesWithoutScheme) { in TEST() argument
97 list.RemoveProxiesWithoutScheme(test.filter); in TEST()
Dproxy_list.h55 void RemoveProxiesWithoutScheme(int scheme_bit_field);
Dproxy_info.h148 void RemoveProxiesWithoutScheme(int scheme_bit_field);
Dproxy_list.cc86 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyList
/external/cronet/net/http/
Dhttp_stream_factory_job_controller.cc784 proxy_info_.RemoveProxiesWithoutScheme(supported_proxies); in DoResolveProxyComplete()