Home
last modified time | relevance | path

Searched refs:effective_domain (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dcookie_monster.cc1471 std::string effective_domain( in GetKey() local
1473 if (effective_domain.empty()) in GetKey()
1474 effective_domain = domain; in GetKey()
1476 if (!effective_domain.empty() && effective_domain[0] == '.') in GetKey()
1477 return effective_domain.substr(1); in GetKey()
1478 return effective_domain; in GetKey()