HomeSort by relevance Sort by last modified time
    Searched refs:SetCollectStatsConsent (Results 1 - 13 of 13) 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 38 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) {
78 return GoogleUpdateSettings::SetCollectStatsConsent(true);
  /external/chromium_org/chrome/browser/ui/gtk/
first_run_dialog.cc 138 if (GoogleUpdateSettings::SetCollectStatsConsent(true))
141 GoogleUpdateSettings::SetCollectStatsConsent(false);
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 191 GoogleUpdateSettings::SetCollectStatsConsent(false);
194 GoogleUpdateSettings::SetCollectStatsConsent(true);
  /external/chromium/chrome/browser/ui/options/
options_util.cc 116 GoogleUpdateSettings::SetCollectStatsConsent(enabled);
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 66 static bool SetCollectStatsConsent(bool consented);
google_update_settings.cc 247 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) {
  /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);
  /external/chromium_org/chrome/browser/
browser_process_impl.cc     [all...]

Completed in 424 milliseconds