Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/google/
Dgoogle_update_settings_unittest.cc14 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent()); in TEST_F()
17 EXPECT_TRUE(GoogleUpdateSettings::GetCollectStatsConsent()); in TEST_F()
20 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent()); in TEST_F()
Dgoogle_update_settings_posix.cc20 bool GoogleUpdateSettings::GetCollectStatsConsent() { in GetCollectStatsConsent() function in GoogleUpdateSettings
59 !GoogleUpdateSettings::GetCollectStatsConsent()) in SetMetricsId()
/external/chromium/chrome/browser/chromeos/
Dmetrics_cros_settings_provider.cc52 collect_stats_consent = GoogleUpdateSettings::GetCollectStatsConsent(); in SetMetricsStatus()
76 return GoogleUpdateSettings::GetCollectStatsConsent(); in GetMetricsStatus()
/external/chromium/chrome/browser/ui/options/
Doptions_util.cc117 bool update_pref = GoogleUpdateSettings::GetCollectStatsConsent(); in ResolveMetricsReportingEnabled()
/external/chromium/chrome/browser/extensions/
Dextension_metrics_module.cc50 bool enabled = GoogleUpdateSettings::GetCollectStatsConsent(); in RunImpl()
/external/chromium/chrome/browser/
Dbrowser_main.cc697 GoogleUpdateSettings::GetCollectStatsConsent()); in InitializeLocalState()
1582 if (GoogleUpdateSettings::GetCollectStatsConsent()) in BrowserMain()