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/setup/
chrome_frame_quick_enable.cc 149 const bool system_level = installer_state->system_install(); local
151 machine_state.GetProductState(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,
226 MaybeAddBinariesToInstallationState(system_level, installation_state);
236 installer::GetChromeInstallPath(system_level, dist);
242 if (system_level)
254 installation_state->SetProductState(system_level,
452 const bool system_level = true; local
556 const bool system_level = true; local
629 const bool system_level = true; local
973 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());
342 ShellUtil::SYSTEM_LEVEL : ShellUtil::CURRENT_USER;
    [all...]
setup_main.cc 389 const bool system_level = installer_state->system_install(); local
401 original_state.GetProductState(system_level,
404 original_state.GetProductState(system_level,
418 DCHECK(!system_level);
503 system_level, products[0]->distribution()->GetType());
992 const bool system_level = installer_state->system_install(); local
    [all...]
  /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 252 const bool system_level = true; local
256 (system_level ? L" --system-level" : L""));
335 const bool system_level = true; local
339 (system_level ? L" --system-level" : L""));
347 EXPECT_EQ(system_level, installer_state.system_install());
352 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
376 const bool system_level = true; local
378 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
google_update_settings_unittest.cc 452 const bool system_level = true; local
456 machine_state.AddChrome(system_level, multi_install,
797 bool system_level() const { return system_level_; } function in class:StatsState
    [all...]
  /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/app/
client_util.cc 71 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); local
72 GoogleUpdateSettings::UpdateDidRunState(true, system_level);
76 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); local
77 GoogleUpdateSettings::UpdateDidRunState(false, system_level);
  /external/chromium_org/chrome/test/mini_installer_test/
installer_test_util.cc 54 bool DeleteInstallDirectory(bool system_level,
60 bool has_install_dir = GetInstallDirectory(system_level,
69 bool DeleteRegistryKey(bool system_level,
76 HKEY root = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
80 bool GetChromeInstallDirectory(bool system_level, base::FilePath* path) {
81 return GetInstallDirectory(system_level,
85 bool GetInstallDirectory(bool system_level,
89 *path = installer::GetChromeInstallPath(system_level, dist);
91 if (system_level)
106 const bool system_level = (i != 0) local
    [all...]
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 232 const bool system_level = IsCurrentModuleSystemLevel(); local
234 if (!product_state.Initialize(system_level, dist)) {
236 << (system_level ? "system" : "user") << " level.";
273 const bool system_level = IsCurrentModuleSystemLevel(); local
277 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:__anon4491::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/browser/google/
google_update_win.cc 291 bool system_level = false; local
306 system_level = true;
312 if (system_level)
322 string16 app_guid = installer::GetAppGuidForUpdates(system_level);
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 167 bool system_level() const { return !user_level_; } function in class:diagnostics::__anon7117::InstallTypeTest
277 if (g_install_type->system_level() && !path_info_.test_writable) {
  /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)) {

Completed in 692 milliseconds