/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);
|
shell_util_unittest.cc | 212 ShellUtil::SYSTEM_LEVEL, &path); 228 dist_, ShellUtil::SYSTEM_LEVEL, &path); 245 test_properties_.level = ShellUtil::SYSTEM_LEVEL; 255 test_properties_.level = ShellUtil::SYSTEM_LEVEL; 261 ShellUtil::ShortcutProperties new_properties(ShellUtil::SYSTEM_LEVEL); 336 test_properties_.level = ShellUtil::SYSTEM_LEVEL; 365 test_properties_.level = ShellUtil::SYSTEM_LEVEL; 396 test_properties_.level = ShellUtil::SYSTEM_LEVEL; 405 ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_, ShellUtil::SYSTEM_LEVEL, 474 test_properties_.level = ShellUtil::SYSTEM_LEVEL; [all...] |
installation_validator_unittest.cc | 45 SYSTEM_LEVEL 148 install_level == SYSTEM_LEVEL, 193 if (install_level == SYSTEM_LEVEL) 224 if (install_level == SYSTEM_LEVEL) 243 if (install_level == SYSTEM_LEVEL) 531 MakeMachineState(inst_type, SYSTEM_LEVEL, STABLE_CHANNEL, GOOGLE_UPDATE,
|
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 | 251 const bool system_level = true; local 255 (system_level ? L" --system-level" : L"")); 334 const bool system_level = true; local 338 (system_level ? L" --system-level" : L"")); 346 EXPECT_EQ(system_level, installer_state.system_install()); 351 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 376 const bool system_level = true; local 378 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 660 EXPECT_EQ(InstallerState::SYSTEM_LEVEL, installer_state.level()); [all...] |
/external/chromium_org/chrome/installer/setup/ |
install.cc | 253 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER; 401 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER); 479 level = level | ShellUtil::SYSTEM_LEVEL;
|
setup_util_unittest.cc | 303 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...] |