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

/external/chromium/net/proxy/
H A Dproxy_info.cc46 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) { argument
47 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field);
H A Dproxy_list.h38 // |scheme_bit_field| is a bunch of ProxyServer::Scheme bitwise ORed together.
39 void RemoveProxiesWithoutScheme(int scheme_bit_field);
H A Dproxy_info.h95 void RemoveProxiesWithoutScheme(int scheme_bit_field);
H A Dproxy_list.cc69 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { argument
72 if (!(scheme_bit_field & it->scheme())) {

Completed in 211 milliseconds