/external/chromium_org/chrome/installer/util/ |
master_preferences.h | 54 // "system_level": false,
|
product.h | 135 bool system_level) const;
|
google_update_settings.h | 151 static bool UpdateDidRunState(bool did_run, bool system_level); 157 bool system_level);
|
master_preferences_unittest.cc | 67 " \"system_level\": true,\n" 251 " \"system_level\": true,\n"
|
install_util.h | 99 // |system_level| is a multi install.
|
user_experiment.cc | 388 bool system_level) { 389 if (system_level) { 480 LaunchSetup(&cmd_line, system_level);
|
shell_util.cc | [all...] |
/external/chromium/chrome/browser/ |
browser_main_win.cc | 91 bool system_level = 93 return GoogleUpdateSettings::UpdateDidRunState(true, system_level);
|
/external/chromium_org/chrome_frame/ |
test_utils.cc | 85 DCHECK(registration_type == PER_USER || registration_type == SYSTEM_LEVEL);
|
/external/chromium_org/chrome_frame/test/perf/ |
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/ |
chrome_frame_test_utils.h | 355 // Returns the type of test bed, PER_USER or SYSTEM_LEVEL.
|
chrome_frame_test_utils.cc | 696 return ScopedChromeFrameRegistrar::SYSTEM_LEVEL;
|
/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...] |
/external/chromium_org/chrome/installer/setup/ |
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...] |
setup_main.cc | 370 const bool system_level = installer_state->system_install(); local 380 original_state.GetProductState(system_level, 406 DCHECK(!system_level); 448 system_level, products[0]->distribution()->GetType()); [all...] |
setup_util_unittest.cc | 301 kSystemInstall_ ? installer::InstallerState::SYSTEM_LEVEL :
|
install_worker.cc | [all...] |