IsGoogleHostname  125 chrome/browser/chromeos/login/merge_session_throttle.cc          google_util::IsGoogleHostname(url.host(),
IsGoogleHostname  229 chrome/browser/google/google_util.cc       google_util::IsGoogleHostname(url.host(), subdomain_permission);
IsGoogleHostname   95 chrome/browser/google/google_util.h bool IsGoogleHostname(const std::string& host,
IsGoogleHostname  301 chrome/browser/google/google_util_unittest.cc   EXPECT_FALSE(IsGoogleHostname("www.foo.com",
IsGoogleHostname  325 chrome/browser/google/google_util_unittest.cc   EXPECT_TRUE(IsGoogleHostname("www.foo.com", google_util::DISALLOW_SUBDOMAIN));
IsGoogleHostname  326 chrome/browser/google/google_util_unittest.cc   EXPECT_FALSE(IsGoogleHostname("foo.com", google_util::ALLOW_SUBDOMAIN));
IsGoogleHostname  173 chrome/browser/net/evicted_domain_cookie_counter.cc   bool is_google = google_util::IsGoogleHostname(
IsGoogleHostname 1138 chrome/browser/search_engines/template_url.cc       google_util::IsGoogleHostname(base::UTF16ToUTF8(data_.keyword()),
IsGoogleHostname 1308 chrome/browser/search_engines/template_url_prepopulate_data.cc   if (google_util::IsGoogleHostname(url.host(),
IsGoogleHostname  385 chrome/browser/ui/sync/one_click_signin_helper.cc   if (google_util::IsGoogleHostname(hostname, google_util::ALLOW_SUBDOMAIN)) {