/external/chromium_org/win8/delegate_execute/ |
H A D | chrome_util.h | 17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
|
H A D | chrome_util.cc | 44 // Returns the name of the global event used to detect if |chrome_exe| is in 48 string16 GetEventName(const base::FilePath& chrome_exe) { argument 52 name.reserve(prefix_len + chrome_exe.value().size()); 54 name.append(chrome_exe.value()); 61 // Returns true if |chrome_exe| is in use by a browser process. In this case, 63 bool IsBrowserRunning(const base::FilePath& chrome_exe) { argument 65 SYNCHRONIZE, FALSE, GetEventName(chrome_exe).c_str())); 77 // |chrome_exe|. 78 bool NewChromeExeExists(const base::FilePath& chrome_exe) { argument 79 base::FilePath new_chrome_exe(chrome_exe 99 UpdateChromeIfNeeded(const base::FilePath& chrome_exe) argument [all...] |
H A D | delegate_execute_util.h | 20 // Returns a CommandLine to launch |chrome_exe| with all switches and arguments 22 CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
|
H A D | delegate_execute_util.cc | 25 CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe, argument 29 chrome_cmd.SetProgram(chrome_exe);
|
H A D | command_execute_impl.cc | 394 bool CommandExecuteImpl::FindChromeExe(base::FilePath* chrome_exe) { argument 404 *chrome_exe = dir_exe.DirName().Append(chrome::kBrowserProcessExecutableName); 405 if (!base::PathExists(*chrome_exe)) { 406 *chrome_exe = dir_exe.Append(chrome::kBrowserProcessExecutableName); 407 if (!base::PathExists(*chrome_exe)) { 413 AtlTrace("Got chrome exe path as %ls\n", chrome_exe->value().c_str());
|
H A D | command_execute_impl.h | 87 static bool FindChromeExe(base::FilePath* chrome_exe);
|
/external/chromium_org/chrome/browser/metrics/variations/ |
H A D | variations_registry_syncer_win.cc | 44 base::FilePath chrome_exe; local 45 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 50 !InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
|
/external/chromium_org/chrome/browser/metro_utils/ |
H A D | metro_chrome_win.cc | 22 base::FilePath chrome_exe; local 23 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 30 InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()));
|
/external/chromium_org/chrome/browser/ |
H A D | shell_integration_win.cc | 137 base::FilePath chrome_exe; local 138 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) 172 ShellIntegration::MigrateShortcutsInPathInternal(chrome_exe, path, 207 base::FilePath chrome_exe; local 208 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 216 chrome_exe.value(), true)) { 229 base::FilePath chrome_exe; 230 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 237 if (!ShellUtil::MakeChromeDefaultProtocolClient(dist, chrome_exe.value(), 249 base::FilePath chrome_exe; local 267 base::FilePath chrome_exe; local 349 base::FilePath chrome_exe; local 380 MigrateShortcutsInPathInternal( const base::FilePath& chrome_exe, const base::FilePath& path, bool check_dual_mode) argument 499 GetStartMenuShortcut( const base::FilePath& chrome_exe) argument [all...] |
H A D | shell_integration.h | 190 // Migrates all shortcuts in |path| which point to |chrome_exe| such that they 197 static int MigrateShortcutsInPathInternal(const base::FilePath& chrome_exe, 202 static base::FilePath GetStartMenuShortcut(const base::FilePath& chrome_exe);
|
/external/chromium_org/chrome/installer/util/ |
H A D | shell_util.h | 296 // Returns true if |chrome_exe| is registered in HKLM with |suffix|. 297 // Note: This only checks one deterministic key in HKLM for |chrome_exe| and 300 const string16& chrome_exe, 337 // |chrome_exe|: the full path to chrome.exe 338 static string16 GetChromeShellOpenCmd(const string16& chrome_exe); 343 // |chrome_exe|: the full path to chrome.exe 344 static string16 GetChromeDelegateCommand(const string16& chrome_exe); 370 // |chrome_exe| The path to the currently installed (or running) chrome.exe. 372 const string16& chrome_exe); 380 const string16& chrome_exe); [all...] |
H A D | shell_util.cc | 219 const string16& chrome_exe, 224 chrome_exe, 226 string16 open_cmd(ShellUtil::GetChromeShellOpenCmd(chrome_exe)); 227 string16 delegate_command(ShellUtil::GetChromeDelegateCommand(chrome_exe)); 232 dist, InstallUtil::IsPerUserInstall(chrome_exe.c_str()))); 352 const string16& chrome_exe, 357 chrome_exe, 359 const string16 quoted_exe_path(L"\"" + chrome_exe + L"\""); 430 static void GetAppRegistrationEntries(const string16& chrome_exe, argument 433 const base::FilePath chrome_path(chrome_exe); 218 GetProgIdEntries(BrowserDistribution* dist, const string16& chrome_exe, const string16& suffix, ScopedVector<RegistryEntry>* entries) argument 351 GetShellIntegrationEntries(BrowserDistribution* dist, const string16& chrome_exe, const string16& suffix, ScopedVector<RegistryEntry>* entries) argument 492 GetXPStyleDefaultBrowserUserEntries( BrowserDistribution* dist, const string16& chrome_exe, const string16& suffix, ScopedVector<RegistryEntry>* entries) argument 662 IsChromeRegistered(BrowserDistribution* dist, const string16& chrome_exe, const string16& suffix, uint32 look_for_in) argument 691 ElevateAndRegisterChrome(BrowserDistribution* dist, const string16& chrome_exe, const string16& suffix, const string16& protocol) argument 781 QuickIsChromeRegistered(BrowserDistribution* dist, const string16& chrome_exe, const string16& suffix, RegistrationConfirmationLevel confirmation_level) argument 842 GetInstallationSpecificSuffix(BrowserDistribution* dist, const string16& chrome_exe, string16* suffix) argument 879 RegisterChromeAsDefaultXPStyle(BrowserDistribution* dist, int shell_change, const string16& chrome_exe) argument 909 RegisterChromeAsDefaultProtocolClientXPStyle(BrowserDistribution* dist, const string16& chrome_exe, const string16& protocol) argument 1003 RemoveRunVerbOnWindows8( BrowserDistribution* dist, const string16& chrome_exe) argument 1056 base::FilePath chrome_exe; local 1087 base::FilePath chrome_exe; local 1382 QuickIsChromeRegisteredInHKLM(BrowserDistribution* dist, const string16& chrome_exe, const string16& suffix) argument 1561 GetChromeShellOpenCmd(const string16& chrome_exe) argument 1565 GetChromeDelegateCommand(const string16& chrome_exe) argument 1608 GetCurrentInstallationSuffix(BrowserDistribution* dist, const string16& chrome_exe) argument 1637 GetApplicationName(BrowserDistribution* dist, const string16& chrome_exe) argument 1748 MakeChromeDefault(BrowserDistribution* dist, int shell_change, const string16& chrome_exe, bool elevate_if_not_admin) argument 1818 ShowMakeChromeDefaultSystemUI(BrowserDistribution* dist, const string16& chrome_exe) argument 1846 MakeChromeDefaultProtocolClient(BrowserDistribution* dist, const string16& chrome_exe, const string16& protocol) argument 1893 ShowMakeChromeDefaultProtocolClientSystemUI( BrowserDistribution* dist, const string16& chrome_exe, const string16& protocol) argument 1925 RegisterChromeBrowser(BrowserDistribution* dist, const string16& chrome_exe, const string16& unique_suffix, bool elevate_if_not_admin) argument 2016 RegisterChromeForProtocol(BrowserDistribution* dist, const string16& chrome_exe, const string16& unique_suffix, const string16& protocol, bool elevate_if_not_admin) argument [all...] |
H A D | auto_launch_util.cc | 87 base::FilePath chrome_exe(application_path); 88 if (chrome_exe.empty()) { 89 if (!PathService::Get(base::DIR_EXE, &chrome_exe)) { 94 chrome_exe = chrome_exe.Append(installer::kChromeExe); 96 if (autolaunch.find(chrome_exe.value()) == string16::npos)
|
/external/chromium_org/chrome/installer/setup/ |
H A D | uninstall.h | 56 const string16& chrome_exe);
|
H A D | install.cc | 262 const base::FilePath& chrome_exe) { 275 ShellUtil::SYSTEM_LEVEL, chrome_exe); 487 const string16 chrome_exe( 489 VLOG(1) << "Registering Chrome as browser: " << chrome_exe; 494 ShellUtil::MakeChromeDefault(dist, level, chrome_exe, true); 496 ShellUtil::RegisterChromeBrowser(dist, chrome_exe, string16(), false); 568 const base::FilePath chrome_exe( 570 CleanupLegacyShortcuts(installer_state, chrome_dist, chrome_exe); 591 CreateOrUpdateShortcuts(chrome_exe, *chrome_product, prefs, install_level, 663 base::FilePath chrome_exe(installer_stat 260 CleanupLegacyShortcuts(const InstallerState& installer_state, BrowserDistribution* dist, const base::FilePath& chrome_exe) argument [all...] |
H A D | setup_main.cc | 227 base::FilePath chrome_exe(target_path.Append(installer::kChromeExe)); 243 install_list->AddMoveTreeWorkItem(chrome_exe.value(), 248 chrome_exe.value(), 575 base::FilePath chrome_exe = local 577 CommandLine cmd(chrome_exe); 931 base::FilePath chrome_exe( 933 if (chrome_exe.empty()) 934 chrome_exe = cmd_line.GetProgram().DirName().Append(installer::kChromeExe); 935 if (!chrome_exe.IsAbsolute()) 936 chrome_exe 1568 string16 chrome_exe; local [all...] |
/external/chromium_org/win8/test/ |
H A D | metro_registration_helper.cc | 44 base::FilePath chrome_exe(dir.Append(kChromeExe)); 47 if (!base::PathExists(chrome_exe) || !base::PathExists(registrar)) {
|
/external/chromium_org/chrome/browser/first_run/ |
H A D | upgrade_util_win.cc | 71 base::FilePath GetMetroRelauncherPath(const base::FilePath& chrome_exe, argument 73 base::FilePath path(chrome_exe.DirName()); 133 base::FilePath chrome_exe; 134 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 161 ShellIntegration::GetStartMenuShortcut(chrome_exe)); 170 base::string16 path(GetMetroRelauncherPath(chrome_exe, version_str).value());
|
H A D | first_run_internal_win.cc | 155 base::FilePath chrome_exe; local 156 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 158 } else if (!InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
|
/external/chromium_org/chrome/browser/profiles/ |
H A D | profile_shortcut_manager_win.cc | 280 const base::FilePath& chrome_exe, 292 return ConvertToLongPath(target_path) == ConvertToLongPath(chrome_exe); 298 void ListDesktopShortcutsWithCommandLine(const base::FilePath& chrome_exe, argument 311 if (!IsChromeShortcut(path, chrome_exe, &shortcut_command_line)) 423 base::FilePath chrome_exe; local 424 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 448 product.AddDefaultShortcutProperties(chrome_exe, &properties); 472 ListDesktopShortcutsWithCommandLine(chrome_exe, command_line, 493 // Returns true if any desktop shortcuts exist with target |chrome_exe|, 495 bool ChromeDesktopShortcutsExist(const base::FilePath& chrome_exe) { argument 279 IsChromeShortcut(const base::FilePath& path, const base::FilePath& chrome_exe, base::string16* command_line) argument 519 base::FilePath chrome_exe; local 570 base::FilePath chrome_exe; local 716 base::FilePath chrome_exe; local [all...] |
/external/chromium/chrome/browser/first_run/ |
H A D | first_run_win.cc | 98 FilePath chrome_exe; local 99 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) 106 chrome_exe.value(), 116 FilePath chrome_exe; local 117 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) 122 chrome_exe.value(),
|
/external/chromium/chrome/browser/google/ |
H A D | google_update.cc | 275 std::wstring chrome_exe = chrome_exe_path.value(); local 277 std::transform(chrome_exe.begin(), chrome_exe.end(), 278 chrome_exe.begin(), tolower); 280 GoogleUpdateErrorCode error_code = CanUpdateCurrentChrome(chrome_exe); 301 if (InstallUtil::IsPerUserInstall(chrome_exe.c_str())) {
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
H A D | app_list_service_win.cc | 142 base::FilePath chrome_exe; local 143 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 147 CommandLine command_line(chrome_exe); 223 base::FilePath chrome_exe; local 224 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 234 shortcut_properties.set_target(chrome_exe); 235 shortcut_properties.set_working_dir(chrome_exe.DirName()); 238 shortcut_properties.set_icon(chrome_exe, GetAppListIconIndex());
|
/external/chromium_org/chrome/browser/google/ |
H A D | google_update_win.cc | 255 base::FilePath chrome_exe; local 256 if (!PathService::Get(base::DIR_EXE, &chrome_exe)) 259 GoogleUpdateErrorCode error_code = CanUpdateCurrentChrome(chrome_exe); 293 if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
|
/external/chromium/chrome/browser/diagnostics/ |
H A D | recon_diagnostics.cc | 136 FilePath chrome_exe; local 137 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 141 user_level_ = InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
|