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

  /external/chromium_org/chrome/installer/util/
install_util_unittest.cc 78 const bool system_level = false; local
79 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
87 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
102 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
117 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
128 const bool system_level = false; local
129 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
138 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
154 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
169 InstallUtil::UpdateInstallerStage(system_level, state_key_path
    [all...]
product_unittest.cc 53 const bool system_level = true; local
57 (system_level ? L" --system-level" : L""));
75 // system_level is true.
82 system_level, distribution->GetType()) == NULL);
103 machine_state.GetProductState(system_level, distribution->GetType());
117 EXPECT_TRUE(product->SetMsiMarker(system_level, true));
120 machine_state.GetProductState(system_level, distribution->GetType());
installer_state_unittest.cc 250 const bool system_level = true; local
254 (system_level ? L" --system-level" : L""));
333 const bool system_level = true; local
337 (system_level ? L" --system-level" : L""));
345 EXPECT_EQ(system_level, installer_state.system_install());
350 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
375 const bool system_level = true; local
377 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
643 EXPECT_EQ(InstallerState::SYSTEM_LEVEL, installer_state.level());
google_update_settings_unittest.cc 564 const bool system_level = true; local
568 machine_state.AddChrome(system_level, multi_install,
1004 bool system_level() const { return system_level_; } function in class:StatsState
    [all...]
  /external/chromium_org/chrome/installer/gcapi/
gcapi_omaha_experiment.cc 36 const bool system_level = shell_mode == GCAPI_INVOKED_UAC_ELEVATION; local
39 if (!GoogleUpdateSettings::ReadExperimentLabels(system_level,
62 return GoogleUpdateSettings::SetExperimentLabels(system_level,
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 119 const char* LevelToString(bool system_level) {
120 return system_level ? "System-level" : "User-level";
173 const bool system_level = (i != 0); local
177 InstallationValidator::ValidateInstallationType(system_level, &type);
180 fprintf(stream, "%s installations%s: %s\n", LevelToString(system_level),
  /external/chromium_org/chrome/app/
client_util.cc 179 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); local
180 GoogleUpdateSettings::UpdateDidRunState(true, system_level);
184 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); local
185 GoogleUpdateSettings::UpdateDidRunState(false, system_level);
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 157 bool system_level() const { return !user_level_; } function in class:diagnostics::__anon8082::InstallTypeTest
336 if (g_install_type->system_level() && !path_info_.test_writable) {
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 291 bool system_level = false; local
306 system_level = true;
312 if (system_level)
322 base::string16 app_guid = installer::GetAppGuidForUpdates(system_level);
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 228 bool GetSetupExePathForGuidFromRegistry(bool system_level,
232 const HKEY root_key = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
243 bool system_level = configuration.is_system_level(); local
247 system_level, google_update::kMultiInstallAppGuid, path, size)) {
254 system_level, google_update::kChromeFrameAppGuid, path, size)) {
261 system_level, configuration.chrome_app_guid(), path, size)) {
265 system_level, google_update::kChromeAppHostAppGuid, path, size)) {
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 193 bool system_level,
196 system_level, BrowserDistribution::CHROME_BINARIES) == NULL) {
205 installer::GetChromeInstallPath(system_level, dist);
212 if (system_level)
214 installation_state->SetProductState(system_level,
221 bool system_level,
225 MaybeAddBinariesToInstallationState(system_level, installation_state);
235 installer::GetChromeInstallPath(system_level, dist);
241 if (system_level)
248 installation_state->SetProductState(system_level,
434 const bool system_level = true; local
538 const bool system_level = true; local
611 const bool system_level = true; local
740 const bool system_level = false; local
    [all...]
uninstall.cc 86 const bool system_level = installer_state.system_install(); local
91 original_state.GetProductState(system_level, dist_type);
124 const bool system_level = installer_state.system_install(); local
127 original_state.GetProductState(system_level, distribution->GetType());
348 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER;
    [all...]
setup_main.cc 379 const bool system_level = installer_state->system_install(); local
389 original_state.GetProductState(system_level,
415 DCHECK(!system_level);
457 system_level, products[0]->distribution()->GetType());
    [all...]

Completed in 749 milliseconds