/external/chromium_org/chrome/installer/util/ |
installation_validation_helper.h | 18 // Evaluates the machine's current installation at level |system_level|. 21 bool system_level); 23 // Evaluates |machine_state| at level |system_level|. Returns the type of 27 bool system_level); 29 // Evaluates the machine's current installation at level |system_level|, 32 bool system_level, 35 // Evaluates |machine_state| at level |system_level|, expecting an installation 39 bool system_level,
|
installation_validation_helper.cc | 102 bool system_level) { 107 EXPECT_TRUE(InstallationValidator::ValidateInstallationType(system_level, 114 bool system_level) { 120 machine_state, system_level, &found_type)); 124 void ExpectInstallationOfType(bool system_level, 126 EXPECT_EQ(type, ExpectValidInstallation(system_level)); 131 bool system_level, 133 EXPECT_EQ(type, ExpectValidInstallationForState(machine_state, system_level));
|
eula_util.cc | 57 bool GetAnyChromeProductState(bool system_level, ProductState* state) { 58 return state->Initialize(system_level, BrowserDistribution::CHROME_BROWSER) 59 || state->Initialize(system_level, BrowserDistribution::CHROME_FRAME) 60 || state->Initialize(system_level, BrowserDistribution::CHROME_APP_HOST); 65 EULAAcceptanceResponse IsEULAAccepted(bool system_level) { 68 if (!system_level) { // User-level case has seprate flow.
|
eula_util.h | 21 EULAAcceptanceResponse IsEULAAccepted(bool system_level);
|
product_unittest.cc | 59 const bool system_level = true; local 63 (system_level ? L" --system-level" : L"")); 91 // system_level is true. 98 system_level, distribution->GetType()) == NULL); 118 machine_state.GetProductState(system_level, distribution->GetType()); 132 EXPECT_TRUE(product->SetMsiMarker(system_level, true)); 135 machine_state.GetProductState(system_level, distribution->GetType());
|
master_preferences_constants.cc | 45 const char kSystemLevel[] = "system_level";
|
product.cc | 168 bool system_level) const { 172 << " system_level: " << system_level; 174 setup_path, options_, status, system_level);
|
install_util_unittest.cc | 77 const bool system_level = false; local 78 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 86 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 101 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 116 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 127 const bool system_level = false; local 128 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 137 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 153 InstallUtil::UpdateInstallerStage(system_level, state_key_path, 168 InstallUtil::UpdateInstallerStage(system_level, state_key_path [all...] |
chrome_browser_operations.cc | 142 bool system_level) const { 145 installer::LaunchBrowserUserExperiment(base_command, status, system_level);
|
chrome_app_host_operations.h | 55 bool system_level) const OVERRIDE;
|
chrome_binaries_operations.h | 55 bool system_level) const OVERRIDE;
|
chrome_browser_operations.h | 54 bool system_level) const OVERRIDE;
|
chrome_frame_operations.h | 54 bool system_level) const OVERRIDE;
|
installation_validator.cc | 410 // Validates the multi-install binaries at level |system_level|. 745 bool system_level, 753 machine_state.GetProductState(system_level, 756 ValidateBinaries(machine_state, system_level, *multi_state, &rock_on); 760 machine_state.GetProductState(system_level, 764 ValidateProduct(machine_state, system_level, *product_state, 774 machine_state.GetProductState(system_level, 778 ValidateProduct(machine_state, system_level, *product_state, 788 machine_state.GetProductState(system_level, 792 ValidateProduct(machine_state, system_level, *product_state [all...] |
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,
|
/external/chromium_org/chrome/test/mini_installer_test/ |
installer_test_util.h | 26 // locations depending on the |system_level| and |type|. 29 bool system_level, 35 bool system_level, 39 // provided |system_level|. Returns true if successful, otherwise false. 41 bool GetChromeInstallDirectory(bool system_level, base::FilePath* path); 44 // as specified by the |system_level| and |type|. 46 bool GetInstallDirectory(bool system_level, 59 bool LaunchChrome(bool close_after_launch, bool system_level); 65 // Uninstall the product specified by |system_level| and |type|. 67 bool system_level, [all...] |
installer_test_util.cc | 52 bool DeleteInstallDirectory(bool system_level, 58 bool has_install_dir = GetInstallDirectory(system_level, 67 bool DeleteRegistryKey(bool system_level, 74 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 78 bool GetChromeInstallDirectory(bool system_level, base::FilePath* path) { 79 return GetInstallDirectory(system_level, 83 bool GetInstallDirectory(bool system_level, 87 *path = installer::GetChromeInstallPath(system_level, dist); 89 if (system_level) 104 const bool system_level = (i != 0) local [all...] |
/external/chromium_org/chrome/installer/setup/ |
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...] |
/external/chromium_org/chrome/test/mini_installer/ |
uninstall_chrome.py | 19 parser.add_option('--system-level', action='store_true', dest='system_level', 33 if options.system_level: 46 'HKEY_LOCAL_MACHINE' if options.system_level else 'HKEY_CURRENT_USER', 52 options.system_level else 'user-level'))
|
/external/chromium_org/chrome/installer/tools/ |
validate_installation_main.cc | 119 const char* LevelToString(bool system_level) { 120 return system_level ? "System-level" : "User-level"; 173 const bool system_level = (i != 0); local 177 InstallationValidator::ValidateInstallationType(system_level, &type); 180 fprintf(stream, "%s installations%s: %s\n", LevelToString(system_level),
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_omaha_experiment.cc | 36 const bool system_level = shell_mode == GCAPI_INVOKED_UAC_ELEVATION; local 39 if (!GoogleUpdateSettings::ReadExperimentLabels(system_level, 64 return GoogleUpdateSettings::SetExperimentLabels(system_level,
|
/external/chromium_org/chrome_frame/test/perf/ |
run_all.cc | 31 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
|
/external/chromium_org/chrome_frame/test/reliability/ |
run_all_unittests.cc | 40 dll_path, ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
|
/external/chromium_org/chrome_frame/turndown_prompt/ |
turndown_prompt.cc | 217 const bool system_level = IsCurrentModuleSystemLevel(); local 219 if (!product_state.Initialize(system_level, dist)) { 221 << (system_level ? "system" : "user") << " level."; 258 const bool system_level = IsCurrentModuleSystemLevel(); local 262 if (product_state.Initialize(system_level, dist)) {
|