Searched refs:SYSTEM_LEVEL (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome_frame/test/perf/
H A Drun_all.cc31 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
H A Dchrome_frame_perftest.cc392 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
478 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
586 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
768 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
893 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
/external/chromium_org/chrome_frame/test/reliability/
H A Drun_all_unittests.cc40 dll_path, ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
/external/chromium_org/chrome_frame/test/
H A Drun_all_unittests.cc100 ScopedChromeFrameRegistrar::SYSTEM_LEVEL); member in class:ScopedChromeFrameRegistrar
H A Dchrome_frame_test_utils.cc696 return ScopedChromeFrameRegistrar::SYSTEM_LEVEL;
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc38 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);
H A Dshell_util_unittest.cc199 ShellUtil::SYSTEM_LEVEL, &path);
205 ShellUtil::SYSTEM_LEVEL, &path);
215 dist_, ShellUtil::SYSTEM_LEVEL, &path);
232 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
242 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
248 ShellUtil::ShortcutProperties new_properties(ShellUtil::SYSTEM_LEVEL);
323 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
352 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
386 test_properties_.level = ShellUtil::SYSTEM_LEVEL;
399 ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist_, ShellUtil::SYSTEM_LEVEL,
[all...]
H A Dinstallation_validator_unittest.cc45 SYSTEM_LEVEL enumerator in enum:__anon7112::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,
H A Dinstaller_state.h52 SYSTEM_LEVEL enumerator in enum:installer::InstallerState::Level
106 // A convenience method returning level() == SYSTEM_LEVEL.
H A Dshell_util.h32 SYSTEM_LEVEL = 0x2 // Make any shell changes only at the system level enumerator in enum:ShellUtil::ShellChange
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
H A Dshell_util.cc896 if ((shell_change & ShellUtil::SYSTEM_LEVEL) &&
1486 if (!GetShortcutPath(location, dist, SYSTEM_LEVEL, &system_shortcut_path)) {
1496 if (properties.level == SYSTEM_LEVEL) {
1752 DCHECK(!(shell_change & ShellUtil::SYSTEM_LEVEL) || IsUserAnAdmin());
H A Dinstaller_state_unittest.cc641 EXPECT_EQ(InstallerState::SYSTEM_LEVEL, installer_state.level());
/external/chromium_org/chrome_frame/
H A Dtest_utils.h36 SYSTEM_LEVEL, enumerator in enum:ScopedChromeFrameRegistrar::RegistrationType
H A Dtest_utils.cc85 DCHECK(registration_type == PER_USER || registration_type == SYSTEM_LEVEL);
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc264 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;
H A Dsetup_util_unittest.cc301 kSystemInstall_ ? installer::InstallerState::SYSTEM_LEVEL :
H A Dinstall_worker_unittest.cc301 InstallerState::SYSTEM_LEVEL : InstallerState::USER_LEVEL;
H A Duninstall.cc357 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_unittest_win.cc220 ShellUtil::ShortcutProperties properties(ShellUtil::SYSTEM_LEVEL);
271 ShellUtil::SYSTEM_LEVEL,
H A Dprofile_shortcut_manager_win.cc257 distribution, ShellUtil::SYSTEM_LEVEL,

Completed in 498 milliseconds