Home
last modified time | relevance | path

Searched refs:SetCollectStatsConsent (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/google/
Dgoogle_update_settings_unittest.cc31 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(true)); in TEST_F()
34 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(false)); in TEST_F()
71 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(true)); in TEST_F()
Dgoogle_update_settings_posix.cc60 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { in SetCollectStatsConsent() function in GoogleUpdateSettings
112 GoogleUpdateSettings::SetCollectStatsConsent(true); in StoreMetricsClientInfo()
/external/chromium_org/chrome/browser/ui/views/
Dfirst_run_dialog.cc122 if (GoogleUpdateSettings::SetCollectStatsConsent(true)) in Accept()
125 GoogleUpdateSettings::SetCollectStatsConsent(false); in Accept()
/external/chromium_org/chrome/browser/first_run/
Dfirst_run_internal_win.cc185 GoogleUpdateSettings::SetCollectStatsConsent(false); in ShowPostInstallEULAIfNeeded()
188 GoogleUpdateSettings::SetCollectStatsConsent(true); in ShowPostInstallEULAIfNeeded()
/external/chromium_org/chrome/browser/metrics/
Dmetrics_reporting_state.cc35 GoogleUpdateSettings::SetCollectStatsConsent(enabled); in SetGoogleUpdateSettings()
/external/chromium_org/chrome/installer/util/
Dgoogle_update_settings.h77 static bool SetCollectStatsConsent(bool consented);
Dgoogle_update_settings.cc263 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { in SetCollectStatsConsent() function in GoogleUpdateSettings
/external/chromium_org/chrome/browser/ui/cocoa/
Dfirst_run_dialog.mm102 GoogleUpdateSettings::SetCollectStatsConsent(stats_enabled);
/external/chromium_org/chrome/browser/
Dbrowser_process_impl.cc1168 base::IgnoreResult(&GoogleUpdateSettings::SetCollectStatsConsent), in ApplyMetricsReportingPolicy()