Searched refs:RemoveProxiesWithoutScheme (Results 1 – 6 of 6) sorted by relevance
46 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyInfo47 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field); in RemoveProxiesWithoutScheme()
66 TEST(ProxyListTest, RemoveProxiesWithoutScheme) { in TEST() argument87 list.RemoveProxiesWithoutScheme(tests[i].filter); in TEST()
39 void RemoveProxiesWithoutScheme(int scheme_bit_field);
95 void RemoveProxiesWithoutScheme(int scheme_bit_field);
69 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyList
475 proxy_info_.RemoveProxiesWithoutScheme( in DoResolveProxyComplete()