HomeSort by relevance Sort by last modified time
    Searched defs:DomainIs (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/src/
gurl.cc 412 bool GURL::DomainIs(const char* lower_ascii_domain,
gurl.h 330 // 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 {
337 return DomainIs(lower_ascii_domain,

Completed in 46 milliseconds