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

  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 233 bool system_install = IsSystemInstall(); local
238 InstallUtil::GetChromeVersion(dist, system_install, &installed_version);
241 InstallUtil::GetCriticalUpdateVersion(dist, system_install,
  /external/chromium_org/chrome/installer/util/
installation_validator.h 179 system_install(system_install_in),
187 bool system_install; member in struct:installer::InstallationValidator::ProductContext
234 bool system_install,
261 bool system_install,
installer_state_unittest.cc 347 EXPECT_EQ(system_level, installer_state.system_install());
453 const bool system_install = false; local
457 machine_state.AddChrome(system_install, false,
installer_state.cc 202 system_install(), conditional_additions[i].type);
227 machine_state.GetProductState(system_install(), type);
269 machine_state.GetProductState(system_install(),
365 return GetChromeInstallPath(system_install(), dist);
367 return GetChromeInstallPath(system_install(),
469 system_install(), distribution_type);
496 bool InstallerState::system_install() const { function in class:installer::InstallerState
706 InstallUtil::UpdateInstallerStage(system_install(), state_key_, stage);
787 const bool system_install = this->system_install(); local
    [all...]
google_update_settings.cc 100 bool GetChromeChannelInternal(bool system_install,
108 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
155 bool system_install = false; local
161 system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str());
163 return system_install;
175 bool GoogleUpdateSettings::GetCollectStatsConsentAtLevel(bool system_install) {
179 if (InstallUtil::IsMultiInstall(dist, system_install)) {
190 system_install &&
199 key.Open(system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER,
214 bool GoogleUpdateSettings::SetCollectStatsConsentAtLevel(bool system_install,
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 138 installer_state.system_install(),
148 installer_state.system_install(),
314 installer_state.system_install(),
431 if (installer_state.system_install()) {
821 const bool system_install = installer_state.system_install(); local
870 const bool system_install = installer_state.system_install(); local
927 const bool system_install = installer_state.system_install(); local
1681 const bool system_install = installer_state.system_install(); local
    [all...]
setup_main.cc 201 original_state.GetProductState(installer_state->system_install(),
316 const bool is_system_install = installer_state.system_install();
389 const bool system_level = installer_state->system_install();
537 if (installer_state->system_install()) {
586 if (!installer_state->system_install()) {
696 const bool system_install = installer_state->system_install(); local
704 UpdateInstallStatus(system_install, archive_type, install_status);
1413 const bool system_install = installer_state.system_install(); local
1724 bool system_install = false; local
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 939 const bool system_install = GoogleUpdateSettings::IsSystemInstall(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc 157 bool system_install = local
167 InstallUtil::IsMultiInstall(chrome_binaries_dist, system_install)) {
174 system_install);
    [all...]
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 315 bool system_install = ver_system.IsValid(); local
316 base::FilePath cf_dll_path(installer::GetChromeInstallPath(system_install, dist));
    [all...]

Completed in 291 milliseconds