Searched refs:GetKeyFromDomain (Results 1 – 3 of 3) sorted by relevance
37 return GetKeyFromDomain(url.host()); in GetKey()41 string LoggedInPredictorTable::GetKeyFromDomain(const std::string& domain) { in GetKeyFromDomain() function in predictors::LoggedInPredictorTable
46 static std::string GetKeyFromDomain(const std::string& domain);
1712 LoggedInPredictorTable::GetKeyFromDomain(details->cookie->Domain()); in CookieChanged()