Home
last modified time | relevance | path

Searched refs:IsPerUserInstall (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/chrome/common/
Dchrome_version_info_win.cc25 !InstallUtil::IsPerUserInstall(module.value().c_str()); in GetVersionStringModifier()
48 !InstallUtil::IsPerUserInstall(module.value().c_str()); in GetChannel()
/external/chromium_org/chrome/browser/first_run/
Dfirst_run_internal_win.cc132 } else if (!InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) { in DoPostImportPlatformSpecificTasks()
149 InstallUtil::IsPerUserInstall(exe_path.value().c_str())) { in IsFirstRunSentinelPresent()
Dupgrade_util_win.cc251 InstallUtil::IsPerUserInstall(cur_chrome_exe.value().c_str()); in SwapNewChromeExeIfPresent()
/external/chromium_org/chrome/browser/google/
Ddid_run_updater_win.cc20 system_level_ = !InstallUtil::IsPerUserInstall(exe_path.value().c_str()); in DidRunUpdater()
Dgoogle_update_win.cc62 !InstallUtil::IsPerUserInstall(chrome_exe_path.value().c_str())); in CanUpdateCurrentChrome()
295 if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) { in InitiateGoogleUpdateCheck()
/external/chromium_org/chrome/browser/metrics/variations/
Dvariations_registry_syncer_win.cc50 !InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()); in SyncWithRegistry()
/external/chromium_org/chrome/browser/metro_utils/
Dmetro_chrome_win.cc35 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())); in ActivateMetroChrome()
/external/chromium_org/chrome/app/
Dclient_util.cc180 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); in RecordDidRun()
185 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); in ClearDidRun()
Dchrome_crash_reporter_client.cc185 return InstallUtil::IsPerUserInstall(exe_path.value().c_str()); in GetIsPerUserInstall()
/external/chromium_org/chrome/browser/
Dshell_integration_win.cc415 dist, InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())), in GetChromiumModelIdForProfile()
451 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()); in MigrateShortcutsInPathInternal()
572 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()) ? 1 : 0; in GetStartMenuShortcut()
Dupgrade_detector_impl.cc125 return !InstallUtil::IsPerUserInstall(exe_path.value().c_str()); in IsSystemInstall()
/external/chromium_org/win8/delegate_execute/
Dchrome_util.cc108 if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) { in UpdateChromeIfNeeded()
Dcommand_execute_impl.cc253 bool is_per_user_install = InstallUtil::IsPerUserInstall( in Execute()
/external/chromium_org/chrome/installer/util/
Dinstall_util.h97 static bool IsPerUserInstall(const wchar_t* const exe_path);
Dchrome_browser_operations.cc132 InstallUtil::IsPerUserInstall(target_exe.value().c_str()); in AddDefaultShortcutProperties()
Dgoogle_update_util.cc158 const bool system_install = !InstallUtil::IsPerUserInstall( in ElevateIfNeededToReenableUpdates()
Dshell_util.cc236 dist, InstallUtil::IsPerUserInstall(chrome_exe.c_str()))); in GetProgIdEntries()
709 DCHECK(InstallUtil::IsPerUserInstall(chrome_exe.c_str())); in ElevateAndRegisterChrome()
714 HKEY reg_root = InstallUtil::IsPerUserInstall(chrome_exe.c_str()) ? in ElevateAndRegisterChrome()
854 if (!InstallUtil::IsPerUserInstall(chrome_exe.c_str()) || in GetInstallationSpecificSuffix()
1017 bool is_per_user_install =InstallUtil::IsPerUserInstall(chrome_exe.c_str()); in RemoveRunVerbOnWindows8()
1691 if (InstallUtil::IsPerUserInstall(chrome_exe.c_str()) && in GetCurrentInstallationSuffix()
2046 bool user_level = InstallUtil::IsPerUserInstall(chrome_exe.c_str()); in RegisterChromeBrowser()
2131 bool user_level = InstallUtil::IsPerUserInstall(chrome_exe.c_str()); in RegisterChromeForProtocol()
Dinstall_util.cc364 bool InstallUtil::IsPerUserInstall(const wchar_t* const exe_path) { in IsPerUserInstall() function in InstallUtil
Dgoogle_update_settings.cc213 system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str()); in IsSystemInstall()
/external/chromium_org/win8/metro_driver/
Dtoast_notification_handler.cc207 bool is_per_user_install = InstallUtil::IsPerUserInstall( in DisplayNotification()
/external/chromium_org/chrome/browser/ui/views/app_list/win/
Dapp_list_service_win.cc139 !InstallUtil::IsPerUserInstall(exe_path.value().c_str()); in SetDidRunForNDayActiveStats()
/external/chromium_org/chrome/browser/diagnostics/
Drecon_diagnostics.cc146 user_level_ = InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()); in ExecuteImpl()
/external/chromium_org/chrome/installer/setup/
Dsetup_main.cc877 bool is_per_user_install = InstallUtil::IsPerUserInstall(exe_path); in ActivateMetroChrome()