Searched refs:system_level (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/chrome/installer/util/
H A Dinstallation_validation_helper.h18 // 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,
H A Deula_util.h21 EULAAcceptanceResponse IsEULAAccepted(bool system_level);
H A Dinstallation_validation_helper.cc102 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, argument
126 EXPECT_EQ(type, ExpectValidInstallation(system_level));
131 bool system_level,
133 EXPECT_EQ(type, ExpectValidInstallationForState(machine_state, system_level));
101 ExpectValidInstallation( bool system_level) argument
112 ExpectValidInstallationForState( const InstallationState& machine_state, bool system_level) argument
129 ExpectInstallationOfTypeForState( const InstallationState& machine_state, bool system_level, InstallationValidator::InstallationType type) argument
H A Deula_util.cc42 bool GetAnyChromeProductState(bool system_level, ProductState* state) { argument
43 return state->Initialize(system_level, BrowserDistribution::CHROME_BROWSER)
44 || state->Initialize(system_level, BrowserDistribution::CHROME_FRAME)
45 || state->Initialize(system_level, BrowserDistribution::CHROME_APP_HOST);
50 EULAAcceptanceResponse IsEULAAccepted(bool system_level) { argument
53 if (!system_level) { // User-level case has seprate flow.
H A Dproduct_unittest.cc53 const bool system_level = true; local
57 (system_level ? L" --system-level" : L""));
75 // system_level is true.
87 system_level, distribution->GetType()) == NULL);
103 machine_state.GetProductState(system_level, distribution->GetType());
117 EXPECT_TRUE(product->SetMsiMarker(system_level, true));
120 machine_state.GetProductState(system_level, distribution->GetType());
H A Duser_experiment.h56 bool system_level);
H A Dproduct.cc167 bool system_level) const {
171 << " system_level: " << system_level;
173 setup_path, options_, status, system_level);
H A Dchrome_app_host_operations.h55 bool system_level) const OVERRIDE;
H A Dchrome_binaries_operations.h55 bool system_level) const OVERRIDE;
H A Dchrome_browser_operations.h54 bool system_level) const OVERRIDE;
H A Dchrome_frame_operations.h54 bool system_level) const OVERRIDE;
H A Dproduct_operations.h96 bool system_level) const = 0;
H A Dinstall_util_unittest.cc78 const bool system_level = false; local
79 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
87 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
102 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
117 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
128 const bool system_level = false; local
129 const HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
138 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
154 InstallUtil::UpdateInstallerStage(system_level, state_key_path,
169 InstallUtil::UpdateInstallerStage(system_level, state_key_pat
[all...]
H A Dchrome_browser_operations.cc145 bool system_level) const {
148 installer::LaunchBrowserUserExperiment(base_command, status, system_level);
H A Dchrome_binaries_operations.cc91 bool system_level) const {
H A Dproduct.h128 bool system_level) const;
H A Dinstallation_validator.cc352 // Validates the multi-install binaries at level |system_level|.
685 bool system_level,
693 machine_state.GetProductState(system_level,
696 ValidateBinaries(machine_state, system_level, *multi_state, &rock_on);
700 machine_state.GetProductState(system_level,
704 ValidateProduct(machine_state, system_level, *product_state,
714 machine_state.GetProductState(system_level,
718 ValidateProduct(machine_state, system_level, *product_state,
728 machine_state.GetProductState(system_level,
732 ValidateProduct(machine_state, system_level, *product_stat
683 ValidateInstallationTypeForState( const InstallationState& machine_state, bool system_level, InstallationType* type) argument
751 ValidateInstallationType(bool system_level, InstallationType* type) argument
[all...]
/external/chromium_org/chrome/test/mini_installer/
H A Duninstall_chrome.py19 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'))
H A Dtest_installer.py171 def DeleteGoogleUpdateRegistration(system_level, variable_expander):
175 system_level: True if system-level Chrome is to be deleted.
178 root = (_winreg.HKEY_LOCAL_MACHINE if system_level
201 for system_level in (False, True):
202 level_option = '--system-level' if system_level else ''
209 DeleteGoogleUpdateRegistration(system_level, variable_expander)
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_omaha_experiment.cc36 const bool system_level = shell_mode == GCAPI_INVOKED_UAC_ELEVATION; local
39 if (!GoogleUpdateSettings::ReadExperimentLabels(system_level,
62 return GoogleUpdateSettings::SetExperimentLabels(system_level,
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker_unittest.cc193 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,
192 MaybeAddBinariesToInstallationState( bool system_level, MockInstallationState* installation_state) argument
220 AddChromeToInstallationState( bool system_level, bool multi_install, MockInstallationState* installation_state) argument
253 AddChromeFrameToInstallationState( bool system_level, bool multi_install, MockInstallationState* installation_state) argument
284 BuildChromeInstallationState(bool system_level, bool multi_install) argument
434 const bool system_level = true; local
538 const bool system_level = true; local
611 const bool system_level = true; local
740 const bool system_level = false; local
[all...]
H A Dsetup_util.h105 bool system_level,
/external/chromium_org/chrome/installer/tools/
H A Dvalidate_installation_main.cc119 const char* LevelToString(bool system_level) { argument
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/app/
H A Dclient_util.cc180 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/browser/google/
H A Dgoogle_update_win.cc293 bool system_level = false; local
308 system_level = true;
314 if (system_level)
324 base::string16 app_guid = installer::GetAppGuidForUpdates(system_level);

Completed in 7427 milliseconds

12