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

/external/chromium_org/net/cookies/
H A Dcookie_util.cc21 bool DomainIsHostOnly(const std::string& domain_string) { function in namespace:net::cookie_util
33 if (!DomainIsHostOnly(host))
49 DCHECK(DomainIsHostOnly(*result));

Completed in 161 milliseconds