Home | History | Annotate | Download | only in base

Lines Matching refs:GetKey

684   for (CookieMapItPair its = cookies_.equal_range(GetKey(host));
705 for (CookieMapItPair its = cookies_.equal_range(GetKey(cookie.Domain()));
887 InternalInsertCookie(GetKey((*it)->Domain()), *it, false);
1051 const std::string key(GetKey(url.host()));
1059 std::string key(GetKey(url.host()));
1233 const std::string key(GetKey((*cc)->Domain()));
1456 // form of a DNS host and hence GetKey() will return it unchanged.
1467 std::string CookieMonster::GetKey(const std::string& domain) const {