Home
last modified time | relevance | path

Searched defs:RemoveProxiesWithoutScheme (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_info.cc91 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyInfo
H A Dproxy_list.cc99 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyList
H A Dproxy_list_unittest.cc76 TEST(ProxyListTest, RemoveProxiesWithoutScheme) { in TEST() argument