Home
last modified time | relevance | path

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

/external/chromium_org/net/proxy/
Dproxy_info.cc75 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() argument
76 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field); in RemoveProxiesWithoutScheme()
Dproxy_list.cc77 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() argument
80 if (!(scheme_bit_field & it->scheme())) { in RemoveProxiesWithoutScheme()
Dproxy_list.h48 void RemoveProxiesWithoutScheme(int scheme_bit_field);
Dproxy_info.h130 void RemoveProxiesWithoutScheme(int scheme_bit_field);