Home
last modified time | relevance | path

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

/external/chromium/net/proxy/
Dproxy_info.h78 void RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function
Dproxy_list.cc62 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) { in RemoveProxiesWithoutScheme() function in net::ProxyList
Dproxy_list_unittest.cc64 TEST(ProxyListTest, RemoveProxiesWithoutScheme) { in TEST() argument