Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/google/
Dgoogle_update_settings_unittest.cc16 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(true)); in TEST_F()
19 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(false)); in TEST_F()
Dgoogle_update_settings_posix.cc32 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { in SetCollectStatsConsent() function in GoogleUpdateSettings
64 return GoogleUpdateSettings::SetCollectStatsConsent(true); in SetMetricsId()
/external/chromium/chrome/browser/ui/options/
Doptions_util.cc116 GoogleUpdateSettings::SetCollectStatsConsent(enabled); in ResolveMetricsReportingEnabled()
/external/chromium/chrome/browser/ui/gtk/
Dfirst_run_dialog.cc409 if (GoogleUpdateSettings::SetCollectStatsConsent(true)) in OnResponseDialog()
413 GoogleUpdateSettings::SetCollectStatsConsent(false); in OnResponseDialog()
/external/chromium/chrome/browser/first_run/
Dfirst_run.cc145 GoogleUpdateSettings::SetCollectStatsConsent(false); in ProcessMasterPreferences()
148 GoogleUpdateSettings::SetCollectStatsConsent(true); in ProcessMasterPreferences()
/external/chromium/chrome/browser/ui/cocoa/
Dfirst_run_dialog.mm103 GoogleUpdateSettings::SetCollectStatsConsent(stats_enabled);