Home
last modified time | relevance | path

Searched refs:scheme_bit_field (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/proxy/
Dproxy_info.cc46 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() argument
47 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field); in RemoveProxiesWithoutScheme()
Dproxy_list.cc69 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() argument
72 if (!(scheme_bit_field & it->scheme())) { in RemoveProxiesWithoutScheme()
Dproxy_list.h39 void RemoveProxiesWithoutScheme(int scheme_bit_field);
Dproxy_info.h95 void RemoveProxiesWithoutScheme(int scheme_bit_field);