HomeSort by relevance Sort by last modified time
    Searched defs:is_system_install (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/
chrome_version_info_win.cc 24 bool is_system_install = local
27 GoogleUpdateSettings::GetChromeChannelAndModifiers(is_system_install,
47 bool is_system_install = local
49 channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
  /external/chromium_org/chrome/browser/metrics/
google_update_metrics_provider_win.cc 77 google_update_metrics_.is_system_install);
101 : is_system_install(false) {
115 const bool is_system_install = GoogleUpdateSettings::IsSystemInstall(); local
116 google_update_metrics.is_system_install = is_system_install;
118 GoogleUpdateSettings::GetGoogleUpdateLastStartedAU(is_system_install);
120 GoogleUpdateSettings::GetGoogleUpdateLastChecked(is_system_install);
122 is_system_install,
125 is_system_install,
google_update_metrics_provider_win.h 36 bool is_system_install; member in struct:GoogleUpdateMetricsProviderWin::GoogleUpdateMetrics
  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc 49 const bool is_system_install = local
54 bool success = GoogleUpdateSettings::ReadExperimentLabels(is_system_install,
77 if (!GoogleUpdateSettings::SetExperimentLabels(is_system_install,

Completed in 788 milliseconds