Home
last modified time | relevance | path

Searched refs:is_system_install (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
Dgoogle_update_metrics_provider_win.cc77 google_update_metrics_.is_system_install); in ProvideSystemProfileMetrics()
101 : is_system_install(false) { in GoogleUpdateMetrics()
115 const bool is_system_install = GoogleUpdateSettings::IsSystemInstall(); in GetGoogleUpdateDataOnBlockingPool() local
116 google_update_metrics.is_system_install = is_system_install; in GetGoogleUpdateDataOnBlockingPool()
118 GoogleUpdateSettings::GetGoogleUpdateLastStartedAU(is_system_install); in GetGoogleUpdateDataOnBlockingPool()
120 GoogleUpdateSettings::GetGoogleUpdateLastChecked(is_system_install); in GetGoogleUpdateDataOnBlockingPool()
122 is_system_install, in GetGoogleUpdateDataOnBlockingPool()
125 is_system_install, in GetGoogleUpdateDataOnBlockingPool()
Dgoogle_update_metrics_provider_win.h36 bool is_system_install; member
/external/chromium_org/chrome/common/
Dchrome_version_info_win.cc24 bool is_system_install = in GetVersionStringModifier() local
27 GoogleUpdateSettings::GetChromeChannelAndModifiers(is_system_install, in GetVersionStringModifier()
47 bool is_system_install = in GetChannel() local
49 channel = GoogleUpdateSettings::GetChromeChannel(is_system_install); in GetChannel()
/external/chromium_org/chrome/browser/metrics/variations/
Dvariations_registry_syncer_win.cc49 const bool is_system_install = in SyncWithRegistry() local
54 bool success = GoogleUpdateSettings::ReadExperimentLabels(is_system_install, in SyncWithRegistry()
77 if (!GoogleUpdateSettings::SetExperimentLabels(is_system_install, in SyncWithRegistry()
/external/chromium_org/chrome_elf/
Dchrome_elf_util.h18 bool IsMultiInstall(bool is_system_install);
Dchrome_elf_util.cc127 bool IsMultiInstall(bool is_system_install) { in IsMultiInstall() argument
129 if (!ReadKeyValueString(is_system_install, kRegPathClientState, in IsMultiInstall()
/external/chromium_org/chrome/installer/setup/
Dsetup_main.cc317 const bool is_system_install = installer_state.system_install(); in CheckGroupPolicySettings()
332 original_state.GetProductState(is_system_install, dist->GetType()); in CheckGroupPolicySettings()
/external/chromium_org/components/metrics/proto/
Dsystem_profile.proto343 optional bool is_system_install = 1; field