Searched refs:reg_len (Results 1 – 1 of 1) sorted by relevance
574 size_t reg_len = net::RegistryControlledDomainService::GetRegistryLength( in GetDistinctHosts() local576 if (reg_len && reg_len != std::string::npos) { in GetDistinctHosts()578 rcd = host.substr(host.size() - reg_len); in GetDistinctHosts()579 host = host.substr(0, host.size() - reg_len); in GetDistinctHosts()