Home
last modified time | relevance | path

Searched refs:chrome_exe (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dshell_util.cc236 const base::FilePath& chrome_exe, in GetChromeDelegateExecuteEntries() argument
367 const base::FilePath& chrome_exe, in GetChromeProgIdEntries() argument
426 const base::FilePath& chrome_exe, in GetShellIntegrationEntries() argument
527 const base::FilePath& chrome_exe, in GetChromeAppRegistrationEntries() argument
537 chrome_exe.DirName().value())); in GetChromeAppRegistrationEntries()
616 const base::FilePath& chrome_exe, in GetXPStyleDefaultBrowserUserEntries() argument
721 chrome_exe); in ElevateAndRegisterChrome()
824 const base::FilePath& chrome_exe, in QuickIsChromeRegisteredForMode() argument
878 const base::FilePath chrome_exe = in GetInstallationSuffixForModeAtLevel() local
984 chrome_exe, ShellUtil::GetCurrentInstallationSuffix(chrome_exe), in RegisterChromeAsDefaultXPStyle()
[all …]
H A Dshell_util.h322 static bool QuickIsChromeRegisteredInHKLM(const base::FilePath& chrome_exe,
375 const base::FilePath& chrome_exe);
403 const base::FilePath& chrome_exe);
444 const base::FilePath& chrome_exe);
469 const base::FilePath& chrome_exe,
487 static bool ShowMakeChromeDefaultSystemUI(const base::FilePath& chrome_exe);
503 const base::FilePath& chrome_exe,
531 static bool RegisterChromeBrowser(const base::FilePath& chrome_exe,
557 static bool RegisterChromeForProtocol(const base::FilePath& chrome_exe,
596 const base::FilePath& chrome_exe,
[all …]
H A Dbeacons.cc15 void UpdateDefaultBrowserBeaconForPath(const base::FilePath& chrome_exe) { in UpdateDefaultBrowserBeaconForPath() argument
18 ignore_result(ShellUtil::GetChromeDefaultStateFromPath(chrome_exe)); in UpdateDefaultBrowserBeaconForPath()
H A Dbeacons.h24 void UpdateDefaultBrowserBeaconForPath(const base::FilePath& chrome_exe);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/notification_helper/
H A Dnotification_helper_util.cc22 base::FilePath chrome_exe = in GetChromeExePath() local
25 if (!base::PathExists(chrome_exe)) { in GetChromeExePath()
26 chrome_exe = dir_exe.Append(chrome::kBrowserProcessExecutableName); in GetChromeExePath()
27 if (!base::PathExists(chrome_exe)) in GetChromeExePath()
30 return chrome_exe; in GetChromeExePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dshell_integration_win.cc517 const base::FilePath& chrome_exe, in MigrateChromeAndChromeProxyShortcuts() argument
541 base::FilePath chrome_exe; in SetAsDefaultBrowser() local
542 if (!base::PathService::Get(base::FILE_EXE, &chrome_exe)) { in SetAsDefaultBrowser()
565 base::FilePath chrome_exe; in SetAsDefaultProtocolClient() local
648 base::FilePath chrome_exe; in SetAsDefaultBrowserUsingIntentPicker() local
665 base::FilePath chrome_exe; in SetAsDefaultBrowserUsingSystemSettings() local
677 chrome_exe)); in SetAsDefaultBrowserUsingSystemSettings()
693 base::FilePath chrome_exe; in SetAsDefaultProtocolClientUsingIntentPicker() local
713 base::FilePath chrome_exe; in SetAsDefaultProtocolClientUsingSystemSettings() local
772 base::FilePath chrome_exe; in MigrateTaskbarPinsCallback() local
[all …]
H A Dshell_integration_win.h105 int MigrateShortcutsInPathInternal(const base::FilePath& chrome_exe,
H A Dchrome_browser_main_win.cc546 base::FilePath chrome_exe; in DoUninstallTasks() local
547 if (base::PathService::Get(base::FILE_EXE, &chrome_exe)) { in DoUninstallTasks()
557 ShellUtil::CURRENT_USER, chrome_exe)) { in DoUninstallTasks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc211 const base::FilePath& chrome_exe, in IsChromeShortcut() argument
231 const base::FilePath& chrome_exe; member
238 : chrome_exe(chrome_exe), in ChromeCommandLineFilter()
436 base::FilePath chrome_exe; in CreateOrUpdateDesktopShortcutsAndIconForProfile() local
448 chrome_exe, command_line, in CreateOrUpdateDesktopShortcutsAndIconForProfile()
516 if (IsChromeShortcut(path, chrome_exe, NULL)) in ChromeDesktopShortcutsExist()
537 base::FilePath chrome_exe; in DeleteDesktopShortcuts() local
564 !ChromeDesktopShortcutsExist(chrome_exe)) { in DeleteDesktopShortcuts()
586 base::FilePath chrome_exe; in HasAnyProfileShortcuts() local
806 base::FilePath chrome_exe; in GetShortcutProperties() local
[all …]
H A Dprofile_shortcut_manager_unittest_win.cc119 base::FilePath chrome_exe; in SetupNonProfileShortcut() local
120 if (!base::PathService::Get(base::FILE_EXE, &chrome_exe)) { in SetupNonProfileShortcut()
126 ShellUtil::AddDefaultShortcutProperties(chrome_exe, &properties); in SetupNonProfileShortcut()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dinstall.cc431 const base::FilePath chrome_exe( in RegisterChromeOnMachine() local
433 VLOG(1) << "Registering Chrome as browser: " << chrome_exe.value(); in RegisterChromeOnMachine()
439 ShellUtil::MakeChromeDefault(level, chrome_exe, true); in RegisterChromeOnMachine()
441 ShellUtil::RegisterChromeBrowserBestEffort(chrome_exe); in RegisterChromeOnMachine()
482 const base::FilePath chrome_exe( in InstallOrUpdateProduct() local
501 CreateOrUpdateShortcuts(chrome_exe, prefs, install_level, in InstallOrUpdateProduct()
587 const base::FilePath chrome_exe( in HandleOsUpgradeForBrowser() local
589 CreateOrUpdateShortcuts(chrome_exe, prefs, level, in HandleOsUpgradeForBrowser()
617 UpdateDefaultBrowserBeaconForPath(chrome_exe); in HandleOsUpgradeForBrowser()
659 base::FilePath chrome_exe(installation_root.Append(kChromeExe)); in HandleActiveSetupForBrowser() local
[all …]
H A Dsetup_main.cc551 base::CommandLine cmd(chrome_exe); in CheckPreInstallConditions()
761 base::FilePath chrome_exe( in RegisterDevChrome() local
763 if (chrome_exe.empty()) in RegisterDevChrome()
765 if (!chrome_exe.IsAbsolute()) in RegisterDevChrome()
766 chrome_exe = base::MakeAbsoluteFilePath(chrome_exe); in RegisterDevChrome()
769 if (base::PathExists(chrome_exe)) { in RegisterDevChrome()
782 ShellUtil::ShowMakeChromeDefaultSystemUI(chrome_exe); in RegisterDevChrome()
911 base::FilePath chrome_exe(cmd_line.GetSwitchValuePath( in HandleNonInstallCmdLineOptions() local
1187 base::FilePath chrome_exe; in InstallProductsHelper() local
1227 DCHECK_NE(chrome_exe.value(), base::string16()); in InstallProductsHelper()
[all …]
H A Duninstall.cc633 InstallUtil::ProgramCompare open_command_pred(chrome_exe); in DeleteChromeRegistrationKeys()
722 InstallUtil::ProgramCompare open_command_pred(chrome_exe); in DeleteChromeRegistrationKeys()
759 suffix = ShellUtil::GetCurrentInstallationSuffix(chrome_exe); in RemoveChromeLegacyRegistryKeys()
778 void UninstallFirewallRules(const base::FilePath& chrome_exe) { in UninstallFirewallRules() argument
780 FirewallManager::Create(chrome_exe); in UninstallFirewallRules()
804 const base::FilePath chrome_exe( in UninstallProduct() local
821 ShellUtil::GetCurrentInstallationSuffix(chrome_exe)); in UninstallProduct()
865 RetargetUserShortcutsWithArgs(installer_state, chrome_exe, in UninstallProduct()
872 DeleteShortcuts(installer_state, chrome_exe); in UninstallProduct()
900 ShellUtil::GetCurrentInstallationSuffix(chrome_exe)); in UninstallProduct()
[all …]
H A Duser_experiment.cc535 const base::FilePath chrome_exe = in LaunchChrome() local
537 base::CommandLine command_line(chrome_exe); in LaunchChrome()
548 chrome_exe.value().c_str(), &writable_command_line_string[0], in LaunchChrome()
H A Duninstall.h51 void RemoveChromeLegacyRegistryKeys(const base::FilePath& chrome_exe);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/first_run/
H A Dupgrade_util_win.cc102 base::FilePath chrome_exe; in RelaunchChromeBrowserImpl() local
103 if (!base::PathService::Get(base::FILE_EXE, &chrome_exe)) { in RelaunchChromeBrowserImpl()
112 chrome_exe.DirName().Append(installer::kChromeExe)); in RelaunchChromeBrowserImpl()
117 launch_options.current_directory = chrome_exe.DirName(); in RelaunchChromeBrowserImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profile_resetter/
H A Dprofile_resetter.cc61 base::FilePath chrome_exe; in ResetShortcutsOnBlockingThread() local
62 if (!base::PathService::Get(base::FILE_EXE, &chrome_exe)) in ResetShortcutsOnBlockingThread()
71 ShellUtil::CURRENT_USER, chrome_exe, true, nullptr, nullptr); in ResetShortcutsOnBlockingThread()
74 ShellUtil::CURRENT_USER, chrome_exe); in ResetShortcutsOnBlockingThread()
381 base::FilePath chrome_exe; in GetChromeLaunchShortcuts() local
382 if (!base::PathService::Get(base::FILE_EXE, &chrome_exe)) in GetChromeLaunchShortcuts()
392 chrome_exe, in GetChromeLaunchShortcuts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/app/
H A Dchrome_exe.ver1 INTERNAL_NAME=chrome_exe
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/google/
H A Dgoogle_update_win.cc534 base::FilePath chrome_exe; in BeginUpdateCheckInternal() local
535 if (!base::PathService::Get(base::DIR_EXE, &chrome_exe)) in BeginUpdateCheckInternal()
544 CanUpdateCurrentChrome(chrome_exe, system_level_install_); in BeginUpdateCheckInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/
H A DBUILD.gn165 "app/chrome_exe.rc",
1337 sources = [ "app/chrome_exe.ver" ]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/
H A DBUILD.gn147 "app/chrome_exe.rc",
1303 sources = [ "app/chrome_exe.ver" ]