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.
118 class GURL;
134 // information, but no subdomains, from the given GURL. Returns an empty
135 // string if the GURL is invalid, has no host (e.g. a file: URL), has multiple
153 static std::string GetDomainAndRegistry(const GURL& gurl);
155 // Like the GURL version, but takes a host (which is canonicalized internally)
156 // instead of a full GURL.
167 static bool SameDomainOrHost(const GURL& gurl1, const GURL& gurl2);
170 // given GURL. Returns std::string::npos if the GURL is invalid or has no
171 // host (e.g. a file: URL). Returns 0 if the GURL has multiple trailing dots,
191 static size_t GetRegistryLength(const GURL& gurl,
194 // Like the GURL version, but takes a host (which is canonicalized internally)
195 // instead of a full GURL.