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

  /external/chromium_org/chrome_frame/test/perf/
run_all.cc 31 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
chrome_frame_perftest.cc 392 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
478 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
586 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
768 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
893 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
    [all...]
  /external/chromium_org/chrome_frame/test/reliability/
run_all_unittests.cc 40 dll_path, ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
  /external/chromium_org/chrome_frame/test/
run_all_unittests.cc 100 ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
chrome_frame_test_utils.cc 696 return ScopedChromeFrameRegistrar::SYSTEM_LEVEL;
  /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 199 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...]
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,
installer_state.h 52 SYSTEM_LEVEL
106 // A convenience method returning level() == 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
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;
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());
  /external/chromium_org/chrome_frame/
test_utils.h 36 SYSTEM_LEVEL,
test_utils.cc 85 DCHECK(registration_type == PER_USER || registration_type == SYSTEM_LEVEL);
  /external/chromium_org/chrome/installer/setup/
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_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
525 const bool system_level = true; local
598 const bool system_level = true; local
727 const bool system_level = false; local
    [all...]
uninstall.cc 87 const bool system_level = installer_state.system_install(); local
92 original_state.GetProductState(system_level, dist_type);
122 const bool system_level = installer_state.system_install(); local
125 original_state.GetProductState(system_level, distribution->GetType());
357 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 257 distribution, ShellUtil::SYSTEM_LEVEL,
    [all...]

Completed in 148 milliseconds