HomeSort by relevance Sort by last modified time
    Searched refs:RemoveProxiesWithoutScheme (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/proxy/
proxy_info.cc 46 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) {
47 proxy_list_.RemoveProxiesWithoutScheme(scheme_bit_field);
proxy_list.h 39 void RemoveProxiesWithoutScheme(int scheme_bit_field);
proxy_info.h 95 void RemoveProxiesWithoutScheme(int scheme_bit_field);
proxy_list_unittest.cc 66 TEST(ProxyListTest, RemoveProxiesWithoutScheme) {
87 list.RemoveProxiesWithoutScheme(tests[i].filter);
proxy_list.cc 69 void ProxyList::RemoveProxiesWithoutScheme(int scheme_bit_field) {
  /external/chromium/net/http/
http_stream_factory_impl_job.cc 475 proxy_info_.RemoveProxiesWithoutScheme(
    [all...]

Completed in 210 milliseconds