Searched refs:DomainIsHostOnly (Results 1 – 4 of 4) sorted by relevance
76 cookie->host_only = net::cookie_util::DomainIsHostOnly( in CreateCookie()190 if (net::cookie_util::DomainIsHostOnly(*details_->domain)) in MatchesDomain()195 if (!net::cookie_util::DomainIsHostOnly(sub_domain)) in MatchesDomain()
21 bool DomainIsHostOnly(const std::string& domain_string) { in DomainIsHostOnly() function33 if (!DomainIsHostOnly(host)) in GetEffectiveDomain()49 DCHECK(DomainIsHostOnly(*result)); in GetCookieDomainWithString()
38 NET_EXPORT bool DomainIsHostOnly(const std::string& domain_string);
60 net::cookie_util::DomainIsHostOnly(tests[i].str)); in TEST()