Searched defs:DomainIs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/url/
H A Dgurl.cc475 bool GURL::DomainIs(const char* lower_ascii_domain, function in class:GURL
483 return inner_url_->DomainIs(lower_ascii_domain, domain_len);
H A Dgurl.h345 // If function DomainIs has parameter domain_len, which means the parameter
347 bool DomainIs(const char* lower_ascii_domain, int domain_len) const;
349 // If function DomainIs only has parameter lower_ascii_domain, which means
351 bool DomainIs(const char* lower_ascii_domain) const { function in class:GURL
352 return DomainIs(lower_ascii_domain,

Completed in 92 milliseconds