Home | History | Annotate | Download | only in base

Lines Matching refs:host_info

77   url_canon::CanonHostInfo host_info;
78 const std::string canon_host(CanonicalizeHost(host, &host_info));
79 if (canon_host.empty() || host_info.IsIPAddress())
87 url_canon::CanonHostInfo host_info;
88 const std::string canon_host(CanonicalizeHost(host, &host_info));
89 if (canon_host.empty() || host_info.IsIPAddress())
135 url_canon::CanonHostInfo host_info;
136 const std::string canon_host(CanonicalizeHost(host, &host_info));
139 if (host_info.IsIPAddress())
149 url_canon::CanonHostInfo host_info;
150 const std::string canon_host(CanonicalizeHost(host, &host_info));
153 if (host_info.IsIPAddress())