Searched refs:kGoogleDotCom (Results 1 – 3 of 3) sorted by relevance
87 const char kGoogleDotCom[] = "google.com"; variable93 if ((url).DomainIs(kGoogleDotCom)) { \322 if (update_url.DomainIs(kGoogleDotCom)) { in AddExtensionData()601 if (fetch_data.base_url().DomainIs(kGoogleDotCom) && in HandleManifestResults()884 if (fetch->url.DomainIs(kGoogleDotCom) && identity_provider_) { in IterateFetchCredentialsAfterFailure()
108 static const char kGoogleDotCom[] = "google.com"; variable473 if (IsHostInDomain(origin_host, kGoogleDotCom)) { in allowDisplayingInsecureContent()529 bool is_google = IsHostInDomain(origin_host, kGoogleDotCom); in allowRunningInsecureContent()
2193 const std::string kGoogleDotCom("www.google.com"); in IN_PROC_BROWSER_TEST_F() local2194 SetLoaderHostOverride(kGoogleDotCom); in IN_PROC_BROWSER_TEST_F()2205 replacements.SetHostStr(kGoogleDotCom); in IN_PROC_BROWSER_TEST_F()