HomeSort by relevance Sort by last modified time
    Searched refs:SetCollectStatsConsent (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/ui/options/
options_util.cc 18 GoogleUpdateSettings::SetCollectStatsConsent(enabled);
  /external/chromium/chrome/browser/google/
google_update_settings_unittest.cc 16 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(true));
19 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(false));
google_update_settings_posix.cc 32 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) {
64 return GoogleUpdateSettings::SetCollectStatsConsent(true);
  /external/chromium_org/chrome/browser/google/
google_update_settings_unittest.cc 30 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(true));
33 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(false));
google_update_settings_posix.cc 37 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) {
69 return GoogleUpdateSettings::SetCollectStatsConsent(true);
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 191 GoogleUpdateSettings::SetCollectStatsConsent(false);
194 GoogleUpdateSettings::SetCollectStatsConsent(true);
  /external/chromium_org/chrome/browser/ui/gtk/
first_run_dialog.cc 166 if (GoogleUpdateSettings::SetCollectStatsConsent(true))
169 GoogleUpdateSettings::SetCollectStatsConsent(false);
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 65 static bool SetCollectStatsConsent(bool consented);
google_update_settings.cc 210 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) {
  /external/chromium/chrome/browser/ui/options/
options_util.cc 116 GoogleUpdateSettings::SetCollectStatsConsent(enabled);
  /external/chromium/chrome/browser/ui/gtk/
first_run_dialog.cc 409 if (GoogleUpdateSettings::SetCollectStatsConsent(true))
413 GoogleUpdateSettings::SetCollectStatsConsent(false);
  /external/chromium/chrome/browser/first_run/
first_run.cc 145 GoogleUpdateSettings::SetCollectStatsConsent(false);
148 GoogleUpdateSettings::SetCollectStatsConsent(true);

Completed in 630 milliseconds