Home | History | Annotate | Download | only in base

Lines Matching refs:GURL

47   The RegistryControlledDomainService examines the hostname of a GURL passed to
65 * Rules should have been normalized using the same canonicalization that GURL
107 GURL to normalize rules, and validating the rules.
117 class GURL;
133 // information, but no subdomains, from the given GURL. Returns an empty
134 // string if the GURL is invalid, has no host (e.g. a file: URL), has multiple
152 static std::string GetDomainAndRegistry(const GURL& gurl);
154 // Like the GURL version, but takes a host (which is canonicalized internally)
155 // instead of a full GURL.
166 static bool SameDomainOrHost(const GURL& gurl1, const GURL& gurl2);
169 // given GURL. Returns std::string::npos if the GURL is invalid or has no
170 // host (e.g. a file: URL). Returns 0 if the GURL has multiple trailing dots,
190 static size_t GetRegistryLength(const GURL& gurl,
193 // Like the GURL version, but takes a host (which is canonicalized internally)
194 // instead of a full GURL.