Searched defs:DomainIs (Results 1 - 4 of 4) 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
/external/chromium_org/url/
H A Dgurl.h324 // If function DomainIs has parameter domain_len, which means the parameter
326 bool DomainIs(const char* lower_ascii_domain, int domain_len) const;
328 // If function DomainIs only has parameter lower_ascii_domain, which means
330 bool DomainIs(const char* lower_ascii_domain) const { function in class:GURL
331 return DomainIs(lower_ascii_domain,
H A Dgurl.cc469 bool GURL::DomainIs(const char* lower_ascii_domain, function in class:GURL
477 return inner_url_->DomainIs(lower_ascii_domain, domain_len);

Completed in 119 milliseconds