/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/util/ |
chrome_binaries_operations.cc | 89 bool system_level) const {
|
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);
|
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; 374 const bool system_level = true; local 376 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 641 EXPECT_EQ(InstallerState::SYSTEM_LEVEL, installer_state.level());
|
user_experiment.h | 57 bool system_level);
|
google_update_settings_unittest.cc | 453 const bool system_level = true; local 457 machine_state.AddChrome(system_level, multi_install, 798 bool system_level() const { return system_level_; } function in class:StatsState [all...] |
chrome_app_host_operations.cc | 125 bool system_level) const {
|
chrome_frame_operations.cc | 131 bool system_level) const {
|
product_operations.h | 93 bool system_level) const = 0;
|
installation_validator.h | 84 bool system_level, 89 static bool ValidateInstallationType(bool system_level,
|
google_update_settings.cc | 105 bool system_level) { 107 if (!InstallUtil::IsMultiInstall(dist, system_level)) 389 bool system_level) { 391 return UpdateDidRunStateForDistribution(dist, did_run, system_level); 397 bool system_level) { 401 system_level);
|
shell_util.h | 32 SYSTEM_LEVEL = 0x2 // Make any shell changes only at the system level 186 // shortcut and SYSTEM_LEVEL for an all-users shortcut). 308 // given |level| (CURRENT_USER for per-user path and SYSTEM_LEVEL for 421 // level or user level. If value has ShellChange::SYSTEM_LEVEL 515 // |level|: CURRENT_USER to remove per-user shortcuts, or SYSTEM_LEVEL to
|
installer_state.h | 52 SYSTEM_LEVEL 106 // A convenience method returning level() == SYSTEM_LEVEL.
|
/external/chromium/chrome/browser/google/ |
google_update.cc | 299 bool system_level = false; local 319 system_level = true; 325 std::wstring app_guid = installer::GetAppGuidForUpdates(system_level);
|
/external/chromium_org/chrome/app/ |
client_util.cc | 180 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); local 181 GoogleUpdateSettings::UpdateDidRunState(true, system_level); 185 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); local 186 GoogleUpdateSettings::UpdateDidRunState(false, system_level);
|
/external/chromium_org/chrome/installer/setup/ |
setup_util.cc | 354 bool system_level, 357 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 367 product = machine_state.GetProductState(system_level, 389 product = machine_state.GetProductState(system_level, type);
|
install_worker.h | 116 // |system_level| specifies whether to call the system or user level DLL 124 bool system_level,
|
install.cc | 264 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER; 275 ShellUtil::SYSTEM_LEVEL, chrome_exe); 415 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER); 493 level = level | ShellUtil::SYSTEM_LEVEL;
|
setup_util.h | 106 bool system_level,
|
/external/chromium_org/chrome/test/mini_installer_test/ |
run_all_unittests.cc | 23 installer_test::GetChromeInstallDirectory(false /* system_level */, &path);
|
/external/chromium_org/chrome_frame/test/ |
run_all_unittests.cc | 100 ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
|
/external/chromium_org/chrome_frame/ |
test_utils.h | 36 SYSTEM_LEVEL,
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_installer.cc | 226 bool GetSetupExePathForGuidFromRegistry(bool system_level, 230 const HKEY root_key = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 241 bool system_level = configuration.is_system_level(); local 245 system_level, google_update::kMultiInstallAppGuid, path, size)) { 252 system_level, google_update::kChromeFrameAppGuid, path, size)) { 259 system_level, configuration.chrome_app_guid(), path, size)) { 263 system_level, google_update::kChromeAppHostAppGuid, path, size)) {
|
/external/chromium/chrome/browser/diagnostics/ |
recon_diagnostics.cc | 152 bool system_level() const { return !user_level_; } function in class:__anon1778::InstallTypeTest 264 if (g_install_type->system_level() && !path_info_.test_writable) {
|
/external/chromium_org/chrome/browser/diagnostics/ |
recon_diagnostics.cc | 156 bool system_level() const { return !user_level_; } function in class:diagnostics::__anon4563::InstallTypeTest 333 if (g_install_type->system_level() && !path_info_.test_writable) {
|