/external/chromium_org/chrome/common/ |
D | chrome_version_info_win.cc | 25 !InstallUtil::IsPerUserInstall(module.value().c_str()); in GetVersionStringModifier() 48 !InstallUtil::IsPerUserInstall(module.value().c_str()); in GetChannel()
|
/external/chromium_org/chrome/browser/first_run/ |
D | first_run_internal_win.cc | 132 } else if (!InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) { in DoPostImportPlatformSpecificTasks() 149 InstallUtil::IsPerUserInstall(exe_path.value().c_str())) { in IsFirstRunSentinelPresent()
|
D | upgrade_util_win.cc | 251 InstallUtil::IsPerUserInstall(cur_chrome_exe.value().c_str()); in SwapNewChromeExeIfPresent()
|
/external/chromium_org/chrome/browser/google/ |
D | did_run_updater_win.cc | 20 system_level_ = !InstallUtil::IsPerUserInstall(exe_path.value().c_str()); in DidRunUpdater()
|
D | google_update_win.cc | 62 !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/ |
D | variations_registry_syncer_win.cc | 50 !InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()); in SyncWithRegistry()
|
/external/chromium_org/chrome/browser/metro_utils/ |
D | metro_chrome_win.cc | 35 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())); in ActivateMetroChrome()
|
/external/chromium_org/chrome/app/ |
D | client_util.cc | 180 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); in RecordDidRun() 185 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); in ClearDidRun()
|
D | chrome_crash_reporter_client.cc | 185 return InstallUtil::IsPerUserInstall(exe_path.value().c_str()); in GetIsPerUserInstall()
|
/external/chromium_org/chrome/browser/ |
D | shell_integration_win.cc | 415 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()
|
D | upgrade_detector_impl.cc | 125 return !InstallUtil::IsPerUserInstall(exe_path.value().c_str()); in IsSystemInstall()
|
/external/chromium_org/win8/delegate_execute/ |
D | chrome_util.cc | 108 if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) { in UpdateChromeIfNeeded()
|
D | command_execute_impl.cc | 253 bool is_per_user_install = InstallUtil::IsPerUserInstall( in Execute()
|
/external/chromium_org/chrome/installer/util/ |
D | install_util.h | 97 static bool IsPerUserInstall(const wchar_t* const exe_path);
|
D | chrome_browser_operations.cc | 132 InstallUtil::IsPerUserInstall(target_exe.value().c_str()); in AddDefaultShortcutProperties()
|
D | google_update_util.cc | 158 const bool system_install = !InstallUtil::IsPerUserInstall( in ElevateIfNeededToReenableUpdates()
|
D | shell_util.cc | 236 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()
|
D | install_util.cc | 364 bool InstallUtil::IsPerUserInstall(const wchar_t* const exe_path) { in IsPerUserInstall() function in InstallUtil
|
D | google_update_settings.cc | 213 system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str()); in IsSystemInstall()
|
/external/chromium_org/win8/metro_driver/ |
D | toast_notification_handler.cc | 207 bool is_per_user_install = InstallUtil::IsPerUserInstall( in DisplayNotification()
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
D | app_list_service_win.cc | 139 !InstallUtil::IsPerUserInstall(exe_path.value().c_str()); in SetDidRunForNDayActiveStats()
|
/external/chromium_org/chrome/browser/diagnostics/ |
D | recon_diagnostics.cc | 146 user_level_ = InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()); in ExecuteImpl()
|
/external/chromium_org/chrome/installer/setup/ |
D | setup_main.cc | 877 bool is_per_user_install = InstallUtil::IsPerUserInstall(exe_path); in ActivateMetroChrome()
|