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

/external/chromium_org/chrome/common/
H A Dchrome_version_info_win.cc23 bool is_system_install = local
26 GoogleUpdateSettings::GetChromeChannelAndModifiers(is_system_install,
49 bool is_system_install = local
51 channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
/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,
76 if (!GoogleUpdateSettings::SetExperimentLabels(is_system_install,
/external/chromium/chrome/browser/
H A Dplatform_util_win.cc204 bool is_system_install = local
207 GoogleUpdateSettings::GetChromeChannel(is_system_install, &channel);
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_log.h56 bool is_system_install; member in struct:GoogleUpdateMetrics
H A Dmetrics_log.cc377 GoogleUpdateMetrics::GoogleUpdateMetrics() : is_system_install(false) {}
897 google_update->set_is_system_install(google_update_metrics.is_system_install);
H A Dmetrics_service.cc941 google_update_metrics.is_system_install = system_install;
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc316 const bool is_system_install = installer_state.system_install();
331 original_state.GetProductState(is_system_install, dist->GetType());

Completed in 859 milliseconds