Home
last modified time | relevance | path

Searched refs:scheme_bit_field (Results 1 – 4 of 4) 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() argument
92 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field); in RemoveProxiesWithoutScheme()
H A Dproxy_list.cc99 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() argument
106 return !(scheme_bit_field & server.scheme()); in RemoveProxiesWithoutScheme()
H A Dproxy_list.h66 void RemoveProxiesWithoutScheme(int scheme_bit_field);
H A Dproxy_info.h139 void RemoveProxiesWithoutScheme(int scheme_bit_field);