Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:host_info

284   url_canon::CanonHostInfo host_info;
286 &host_info));
287 if ((host_info.family == url_canon::CanonHostInfo::NEUTRAL) &&
334 if (host_info.family == url_canon::CanonHostInfo::IPV4) {
341 if (host_info.num_ipv4_components == 4)
345 if (host_info.family == url_canon::CanonHostInfo::IPV6)