Searched refs:is_system_install (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/
H A Dchrome_version_info_win.cc24 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_elf/
H A Dchrome_elf_util.h18 bool IsMultiInstall(bool is_system_install);
H A Dchrome_elf_util.cc127 bool IsMultiInstall(bool is_system_install) { argument
129 if (!ReadKeyValueString(is_system_install, kRegPathClientState,
/external/chromium_org/chrome/browser/metrics/
H A Dgoogle_update_metrics_provider_win.cc77 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,
H A Dgoogle_update_metrics_provider_win.h36 bool is_system_install; member in struct:GoogleUpdateMetricsProviderWin::GoogleUpdateMetrics
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_registry_syncer_win.cc49 const bool is_system_install = local
54 bool success = GoogleUpdateSettings::ReadExperimentLabels(is_system_install,
77 if (!GoogleUpdateSettings::SetExperimentLabels(is_system_install,
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc317 const bool is_system_install = installer_state.system_install();
332 original_state.GetProductState(is_system_install, dist->GetType());

Completed in 1112 milliseconds