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

  /external/chromium_org/chrome/installer/util/
installer_state.cc 38 machine_state.GetProductState(level_ == SYSTEM_LEVEL,
48 machine_state.GetProductState(level_ == SYSTEM_LEVEL,
99 set_level(pref_bool ? SYSTEM_LEVEL : USER_LEVEL);
305 case SYSTEM_LEVEL:
475 DCHECK(level_ == USER_LEVEL || level_ == SYSTEM_LEVEL);
476 return level_ == SYSTEM_LEVEL;
515 if (machine_state.GetProductState(level_ == SYSTEM_LEVEL,
525 machine_state.GetProductState(level_ == SYSTEM_LEVEL, product_type);
536 machine_state.GetProductState(level_ == SYSTEM_LEVEL, prod_type);
installation_validator_unittest.cc 45 SYSTEM_LEVEL
152 install_level == SYSTEM_LEVEL,
197 if (install_level == SYSTEM_LEVEL)
248 if (install_level == SYSTEM_LEVEL)
267 if (install_level == SYSTEM_LEVEL)
559 MakeMachineState(inst_type, SYSTEM_LEVEL, STABLE_CHANNEL, GOOGLE_UPDATE,
shell_util_unittest.cc 216 ShellUtil::SYSTEM_LEVEL, &path);
222 ShellUtil::SYSTEM_LEVEL, &path);
232 dist_, ShellUtil::SYSTEM_LEVEL, &path);
249 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
259 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
265 ShellUtil::ShortcutProperties new_properties(ShellUtil::SYSTEM_LEVEL);
340 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
369 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
400 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
409 ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_, ShellUtil::SYSTEM_LEVEL,
    [all...]
installer_state.h 54 SYSTEM_LEVEL
108 // A convenience method returning level() == SYSTEM_LEVEL.
shell_util.h 38 SYSTEM_LEVEL = 0x2 // Make any shell changes only at the system level
192 // shortcut and SYSTEM_LEVEL for an all-users shortcut).
314 // given |level| (CURRENT_USER for per-user path and SYSTEM_LEVEL for
437 // level or user level. If value has ShellChange::SYSTEM_LEVEL
531 // |level|: CURRENT_USER to remove per-user shortcuts, or SYSTEM_LEVEL to
shell_util.cc     [all...]
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());
  /external/chromium_org/chrome/installer/setup/
install.cc 259 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER;
270 ShellUtil::SYSTEM_LEVEL, chrome_exe);
413 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER);
491 level = level | ShellUtil::SYSTEM_LEVEL;
setup_util_unittest.cc 301 kSystemInstall_ ? installer::InstallerState::SYSTEM_LEVEL :
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...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 220 ShellUtil::ShortcutProperties properties(ShellUtil::SYSTEM_LEVEL);
271 ShellUtil::SYSTEM_LEVEL,
    [all...]
profile_shortcut_manager_win.cc 242 distribution, ShellUtil::SYSTEM_LEVEL,
    [all...]

Completed in 309 milliseconds