HomeSort by relevance Sort by last modified time
    Searched defs:system_level (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/installer/util/
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...]
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());
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());
google_update_settings_unittest.cc 453 const bool system_level = true; local
457 machine_state.AddChrome(system_level, multi_install,
798 bool system_level() const { return system_level_; } function in class:StatsState
    [all...]
  /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/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/test/mini_installer_test/
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_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)) {
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 152 bool system_level() const { return !user_level_; } function in class:__anon1778::InstallTypeTest
264 if (g_install_type->system_level() && !path_info_.test_writable) {
  /external/chromium/chrome/browser/google/
google_update.cc 299 bool system_level = false; local
319 system_level = true;
325 std::wstring app_guid = installer::GetAppGuidForUpdates(system_level);
  /external/chromium_org/chrome/app/
client_util.cc 180 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/diagnostics/
recon_diagnostics.cc 156 bool system_level() const { return !user_level_; } function in class:diagnostics::__anon4563::InstallTypeTest
333 if (g_install_type->system_level() && !path_info_.test_writable) {
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 291 bool system_level = false; local
306 system_level = true;
312 if (system_level)
322 base::string16 app_guid = installer::GetAppGuidForUpdates(system_level);
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 226 bool GetSetupExePathForGuidFromRegistry(bool system_level,
230 const HKEY root_key = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
241 bool system_level = configuration.is_system_level(); local
245 system_level, google_update::kMultiInstallAppGuid, path, size)) {
252 system_level, google_update::kChromeFrameAppGuid, path, size)) {
259 system_level, configuration.chrome_app_guid(), path, size)) {
263 system_level, google_update::kChromeAppHostAppGuid, path, size)) {
  /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...]
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...]

Completed in 256 milliseconds