Searched refs:IsLocalName (Results 1 – 3 of 3) sorted by relevance
181 FRIEND_TEST(ProxyServiceTest, IsLocalName);263 static bool IsLocalName(const GURL& url);
699 if (config_.proxy_bypass_local_names && IsLocalName(url)) in ShouldBypassProxyForURL()763 bool ProxyService::IsLocalName(const GURL& url) { in IsLocalName() function in net::ProxyService
1643 TEST(ProxyServiceTest, IsLocalName) { in TEST() argument1679 bool is_local = ProxyService::IsLocalName(GURL(tests[i].url)); in TEST()