Searched refs:effective_domain (Results 1 – 1 of 1) sorted by relevance
1471 std::string effective_domain( in GetKey() local1473 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()