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

/external/chromium/googleurl/src/
H A Dgurl.h330 // If function DomainIs has parameter domain_len, which means the parameter
332 GURL_API bool DomainIs(const char* lower_ascii_domain, int domain_len) const;
334 // If function DomainIs only has parameter lower_ascii_domain, which means
336 bool DomainIs(const char* lower_ascii_domain) const { function in class:GURL
337 return DomainIs(lower_ascii_domain,
H A Dgurl.cc412 bool GURL::DomainIs(const char* lower_ascii_domain, function in class:GURL

Completed in 73 milliseconds