Searched refs:lower_ascii_domain (Results 1 – 2 of 2) sorted by relevance
332 GURL_API bool DomainIs(const char* lower_ascii_domain, int domain_len) const;336 bool DomainIs(const char* lower_ascii_domain) const { in DomainIs() argument337 return DomainIs(lower_ascii_domain, in DomainIs()338 static_cast<int>(strlen(lower_ascii_domain))); in DomainIs()
412 bool GURL::DomainIs(const char* lower_ascii_domain, in DomainIs() argument423 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) { in DomainIs()438 lower_ascii_domain, in DomainIs()439 lower_ascii_domain + domain_len)) in DomainIs()445 if ('.' != lower_ascii_domain[0] && host_len > domain_len && in DomainIs()