Home | History | Annotate | Download | only in profiles

Lines Matching refs:chrome_exe

265                       const base::FilePath& chrome_exe,
277 return ConvertToLongPath(target_path) == ConvertToLongPath(chrome_exe);
283 void ListDesktopShortcutsWithCommandLine(const base::FilePath& chrome_exe,
296 if (!IsChromeShortcut(path, chrome_exe, &shortcut_command_line))
408 base::FilePath chrome_exe;
409 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
433 product.AddDefaultShortcutProperties(chrome_exe, &properties);
457 ListDesktopShortcutsWithCommandLine(chrome_exe, command_line,
478 // Returns true if any desktop shortcuts exist with target |chrome_exe|,
480 bool ChromeDesktopShortcutsExist(const base::FilePath& chrome_exe) {
489 if (IsChromeShortcut(path, chrome_exe, NULL))
504 base::FilePath chrome_exe;
505 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
513 ListDesktopShortcutsWithCommandLine(chrome_exe, command_line, false,
532 !ChromeDesktopShortcutsExist(chrome_exe)) {
540 product.AddDefaultShortcutProperties(chrome_exe, &properties);
555 base::FilePath chrome_exe;
556 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
564 ListDesktopShortcutsWithCommandLine(chrome_exe, command_line, false,
707 base::FilePath chrome_exe;
708 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
726 command_line->ParseFromString(L"\"" + chrome_exe.value() + L"\" " +