Searched refs:target_exe (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/chrome/installer/util/ |
D | chrome_browser_operations.cc | 112 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument 115 properties->set_target(target_exe); in AddDefaultShortcutProperties() 120 base::FilePath prefs_path(target_exe.DirName().AppendASCII( in AddDefaultShortcutProperties() 127 properties->set_icon(target_exe, icon_index); in AddDefaultShortcutProperties() 132 InstallUtil::IsPerUserInstall(target_exe.value().c_str()); in AddDefaultShortcutProperties()
|
D | chrome_app_host_operations.cc | 102 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument 105 properties->set_target(target_exe); in AddDefaultShortcutProperties() 114 properties->set_icon(target_exe, in AddDefaultShortcutProperties()
|
D | product.cc | 157 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument 160 distribution_, target_exe, properties); in AddDefaultShortcutProperties()
|
D | chrome_browser_operations.h | 48 const base::FilePath& target_exe,
|
D | product_operations.h | 87 const base::FilePath& target_exe,
|
D | chrome_binaries_operations.h | 49 const base::FilePath& target_exe,
|
D | chrome_app_host_operations.h | 49 const base::FilePath& target_exe,
|
D | chrome_frame_operations.h | 48 const base::FilePath& target_exe,
|
D | product.h | 123 const base::FilePath& target_exe,
|
D | chrome_binaries_operations.cc | 82 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument
|
D | chrome_frame_operations.cc | 126 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument
|
D | shell_util.h | 541 const base::FilePath& target_exe);
|
D | shell_util.cc | 2156 const base::FilePath& target_exe) { in RemoveShortcuts() argument 2160 FilterTargetEq shortcut_filter(target_exe, false); in RemoveShortcuts()
|
/external/chromium_org/chrome/installer/setup/ |
D | uninstall.cc | 342 const base::FilePath& target_exe) { in DeleteShortcuts() argument 357 install_level, target_exe)) { in DeleteShortcuts()
|