Searched refs:RemoveProxiesWithoutScheme (Results 1 – 6 of 6) sorted by relevance
72 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyInfo73 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field); in RemoveProxiesWithoutScheme()
76 TEST(ProxyListTest, RemoveProxiesWithoutScheme) { in TEST() argument97 list.RemoveProxiesWithoutScheme(test.filter); in TEST()
55 void RemoveProxiesWithoutScheme(int scheme_bit_field);
148 void RemoveProxiesWithoutScheme(int scheme_bit_field);
86 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyList
784 proxy_info_.RemoveProxiesWithoutScheme(supported_proxies); in DoResolveProxyComplete()