Home
last modified time | relevance | path

Searched refs:IsLocalName (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/proxy/
Dproxy_service.h181 FRIEND_TEST(ProxyServiceTest, IsLocalName);
263 static bool IsLocalName(const GURL& url);
Dproxy_service.cc699 if (config_.proxy_bypass_local_names && IsLocalName(url)) in ShouldBypassProxyForURL()
763 bool ProxyService::IsLocalName(const GURL& url) { in IsLocalName() function in net::ProxyService
Dproxy_service_unittest.cc1643 TEST(ProxyServiceTest, IsLocalName) { in TEST() argument
1679 bool is_local = ProxyService::IsLocalName(GURL(tests[i].url)); in TEST()