Home | History | Annotate | Download | only in registry_controlled_domains

Lines Matching refs:gurl

53 #include "url/gurl.h"
195 const GURL& gurl,
198 gurl.parsed_for_possibly_invalid_spec().host;
199 if ((host.len <= 0) || gurl.HostIsIPAddress())
202 gurl.possibly_invalid_spec().data() + host.begin, host.len), filter);
216 const GURL& gurl1,
217 const GURL& gurl2,
239 const GURL& gurl,
243 gurl.parsed_for_possibly_invalid_spec().host;
246 if (gurl.HostIsIPAddress())
249 std::string(gurl.possibly_invalid_spec().data() + host.begin, host.len),