Searched refs:GetCollectStatsConsent (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_settings_unittest.cc29 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent());
32 EXPECT_TRUE(GoogleUpdateSettings::GetCollectStatsConsent());
35 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent());
H A Dgoogle_update_settings_posix.cc40 bool GoogleUpdateSettings::GetCollectStatsConsent() { function in class:GoogleUpdateSettings
104 if (!GoogleUpdateSettings::GetCollectStatsConsent())
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_posix.cc39 if (GoogleUpdateSettings::GetCollectStatsConsent()) {
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_reporting_state.cc36 bool updated_pref = GoogleUpdateSettings::GetCollectStatsConsent();
/external/chromium_org/components/crash/app/
H A Dcrash_reporter_client.cc103 bool CrashReporterClient::GetCollectStatsConsent() { function in class:crash_reporter::CrashReporterClient
H A Dcrash_reporter_client.h120 virtual bool GetCollectStatsConsent();
H A Dcrash_keys_win_unittest.cc47 MOCK_METHOD0(GetCollectStatsConsent, bool());
H A Dbreakpad_win.cc458 GetCrashReporterClient()->GetCollectStatsConsent();
H A Dbreakpad_linux.cc1563 bool enable_breakpad = GetCrashReporterClient()->GetCollectStatsConsent() ||
1585 // GetCollectStatsConsent because that needs access the the user's home
/external/chromium_org/chrome/app/
H A Dchrome_crash_reporter_client.h54 virtual bool GetCollectStatsConsent() OVERRIDE;
H A Dchrome_crash_reporter_client.cc339 bool ChromeCrashReporterClient::GetCollectStatsConsent() { function in class:chrome::ChromeCrashReporterClient
363 GoogleUpdateSettings::GetCollectStatsConsent();
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.h73 static bool GetCollectStatsConsent();
H A Dgoogle_update_settings.cc218 bool GoogleUpdateSettings::GetCollectStatsConsent() { function in class:GoogleUpdateSettings
/external/chromium_org/chrome/browser/ui/views/
H A Dsession_crashed_bubble_view.cc137 // Schedule a task to run GoogleUpdateSettings::GetCollectStatsConsent() on
143 base::Bind(&GoogleUpdateSettings::GetCollectStatsConsent),
/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc814 GoogleUpdateSettings::GetCollectStatsConsent());
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc88 return GoogleUpdateSettings::GetCollectStatsConsent();
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc1289 if (!GoogleUpdateSettings::GetCollectStatsConsent())

Completed in 3456 milliseconds