/external/chromium_org/chrome/app/ |
chrome_exe.ver | 1 INTERNAL_NAME=chrome_exe
|
chrome_exe.vsprops | 5 Name="chrome_exe"
|
chrome_exe_resource.h | 7 // Used by chrome_exe.rc
|
/external/chromium_org/win8/delegate_execute/ |
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) { 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) { 65 SYNCHRONIZE, FALSE, GetEventName(chrome_exe).c_str())); 77 // |chrome_exe|. 78 bool NewChromeExeExists(const base::FilePath& chrome_exe) { 79 base::FilePath new_chrome_exe(chrome_exe.DirName().Append(kNewChromeExe)) [all...] |
delegate_execute_util.cc | 25 CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe, 29 chrome_cmd.SetProgram(chrome_exe);
|
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,
|
chrome_util.h | 17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
|
/external/chromium_org/chrome/browser/metro_utils/ |
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/ |
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 [all...] |
/external/chromium_org/chrome/browser/metrics/variations/ |
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/installer/util/ |
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, 433 const base::FilePath chrome_path(chrome_exe); 1056 base::FilePath chrome_exe; local 1087 base::FilePath chrome_exe; local [all...] |
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...] |
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)
|
chrome_browser_operations.cc | 101 // - target: |chrome_exe|. 102 // - icon: from |chrome_exe|.
|
google_chrome_sxs_distribution.cc | 25 // The Chrome App Launcher Canary icon is index 6; see chrome_exe.rc.
|
/external/chromium_org/chrome/browser/profiles/ |
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, 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) { 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/ |
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/ |
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/first_run/ |
upgrade_util_win.cc | 71 base::FilePath GetMetroRelauncherPath(const base::FilePath& chrome_exe, 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());
|
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/installer/setup/ |
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_state.target_path().Append(kChromeExe)) [all...] |
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); 1568 string16 chrome_exe; local [all...] |
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
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/win8/test/ |
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/google/ |
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())) {
|