Home | History | Annotate | Download | only in base

Lines Matching refs:gurl

45 #include "googleurl/src/gurl.h"
65 const GURL& gurl) {
67 gurl.parsed_for_possibly_invalid_spec().host;
68 if ((host.len <= 0) || gurl.HostIsIPAddress())
71 gurl.possibly_invalid_spec().data() + host.begin, host.len));
95 bool RegistryControlledDomainService::SameDomainOrHost(const GURL& gurl1,
96 const GURL& gurl2) {
118 const GURL& gurl,
121 gurl.parsed_for_possibly_invalid_spec().host;
124 if (gurl.HostIsIPAddress())
127 std::string(gurl.possibly_invalid_spec().data() + host.begin, host.len),