HomeSort by relevance Sort by last modified time
    Searched refs:GetCollectStatsConsent (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/google/
google_update_settings_unittest.cc 14 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent());
17 EXPECT_TRUE(GoogleUpdateSettings::GetCollectStatsConsent());
20 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent());
google_update_settings_posix.cc 20 bool GoogleUpdateSettings::GetCollectStatsConsent() {
59 !GoogleUpdateSettings::GetCollectStatsConsent())
  /external/chromium_org/chrome/browser/google/
google_update_settings_unittest.cc 28 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent());
31 EXPECT_TRUE(GoogleUpdateSettings::GetCollectStatsConsent());
34 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent());
google_update_settings_posix.cc 25 bool GoogleUpdateSettings::GetCollectStatsConsent() {
64 !GoogleUpdateSettings::GetCollectStatsConsent())
  /external/chromium_org/chrome/browser/ui/options/
options_util.cc 19 bool update_pref = GoogleUpdateSettings::GetCollectStatsConsent();
24 // Only change the pref if GoogleUpdateSettings::GetCollectStatsConsent
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_posix.cc 43 if (GoogleUpdateSettings::GetCollectStatsConsent()) {
  /external/chromium/chrome/browser/chromeos/
metrics_cros_settings_provider.cc 52 collect_stats_consent = GoogleUpdateSettings::GetCollectStatsConsent();
76 return GoogleUpdateSettings::GetCollectStatsConsent();
  /external/chromium_org/chrome/app/
chrome_breakpad_client.h 56 virtual bool GetCollectStatsConsent() OVERRIDE;
chrome_breakpad_client.cc 246 bool ChromeBreakpadClient::GetCollectStatsConsent() {
247 return GoogleUpdateSettings::GetCollectStatsConsent();
breakpad_win.cc     [all...]
  /external/chromium_org/components/breakpad/
breakpad_client.cc 102 bool BreakpadClient::GetCollectStatsConsent() {
breakpad_client.h 115 virtual bool GetCollectStatsConsent();
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 61 static bool GetCollectStatsConsent();
google_update_settings.cc 166 bool GoogleUpdateSettings::GetCollectStatsConsent() {
  /external/chromium_org/chrome_frame/
chrome_frame_reporting.cc 60 if (!always_take_dump && !GoogleUpdateSettings::GetCollectStatsConsent())
metrics_service.cc 260 user_permits_upload_ = GoogleUpdateSettings::GetCollectStatsConsent();
  /external/chromium/chrome/browser/ui/options/
options_util.cc 117 bool update_pref = GoogleUpdateSettings::GetCollectStatsConsent();
123 // Only change the pref if GoogleUpdateSettings::GetCollectStatsConsent
  /external/chromium/chrome/browser/extensions/
extension_metrics_module.cc 50 bool enabled = GoogleUpdateSettings::GetCollectStatsConsent();
  /external/chromium/chrome/browser/
browser_main.cc 697 GoogleUpdateSettings::GetCollectStatsConsent());
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 692 GoogleUpdateSettings::GetCollectStatsConsent());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 92 return GoogleUpdateSettings::GetCollectStatsConsent();
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc     [all...]

Completed in 728 milliseconds