HomeSort by relevance Sort by last modified time
    Searched refs:IsPerUserInstall (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/common/
chrome_version_info_win.cc 25 !InstallUtil::IsPerUserInstall(module.value().c_str());
48 !InstallUtil::IsPerUserInstall(module.value().c_str());
  /external/chromium_org/chrome/browser/google/
did_run_updater_win.cc 20 system_level_ = !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
google_update_win.cc 62 !InstallUtil::IsPerUserInstall(chrome_exe_path.value().c_str()));
295 if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc 50 !InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
  /external/chromium_org/chrome/browser/metro_utils/
metro_chrome_win.cc 35 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()));
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 132 } else if (!InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
149 InstallUtil::IsPerUserInstall(exe_path.value().c_str())) {
upgrade_util_win.cc 251 InstallUtil::IsPerUserInstall(cur_chrome_exe.value().c_str());
  /external/chromium_org/chrome/installer/util/
install_util.h 97 static bool IsPerUserInstall(const wchar_t* const exe_path);
chrome_browser_operations.cc 132 InstallUtil::IsPerUserInstall(target_exe.value().c_str());
google_update_util.cc 158 const bool system_install = !InstallUtil::IsPerUserInstall(
shell_util.cc 236 dist, InstallUtil::IsPerUserInstall(chrome_exe.c_str())));
709 DCHECK(InstallUtil::IsPerUserInstall(chrome_exe.c_str()));
714 HKEY reg_root = InstallUtil::IsPerUserInstall(chrome_exe.c_str()) ?
    [all...]
install_util.cc 364 bool InstallUtil::IsPerUserInstall(const wchar_t* const exe_path) {
google_update_settings.cc 213 system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str());
    [all...]
  /external/chromium_org/chrome/app/
client_util.cc 180 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str());
185 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str());
chrome_crash_reporter_client.cc 185 return InstallUtil::IsPerUserInstall(exe_path.value().c_str());
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 108 if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
command_execute_impl.cc 253 bool is_per_user_install = InstallUtil::IsPerUserInstall(
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 415 dist, InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())),
451 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
572 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()) ? 1 : 0;
upgrade_detector_impl.cc 125 return !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 207 bool is_per_user_install = InstallUtil::IsPerUserInstall(
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 146 user_level_ = InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 139 !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
  /external/chromium_org/chrome/installer/setup/
setup_main.cc     [all...]

Completed in 2634 milliseconds