Searched refs:host_components (Results 1 – 1 of 1) sorted by relevance
163 std::vector<std::string> host_components; in Parse() local164 base::SplitString(host_, '.', &host_components); in Parse()165 if (host_components[0] == "*") { in Parse()167 host_components.erase(host_components.begin(), in Parse()168 host_components.begin() + 1); in Parse()170 host_ = JoinString(host_components, '.'); in Parse()