Home
last modified time | relevance | path

Searched refs:target_exe (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dchrome_browser_operations.cc112 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()
Dchrome_app_host_operations.cc102 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument
105 properties->set_target(target_exe); in AddDefaultShortcutProperties()
114 properties->set_icon(target_exe, in AddDefaultShortcutProperties()
Dproduct.cc157 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument
160 distribution_, target_exe, properties); in AddDefaultShortcutProperties()
Dchrome_browser_operations.h48 const base::FilePath& target_exe,
Dproduct_operations.h87 const base::FilePath& target_exe,
Dchrome_binaries_operations.h49 const base::FilePath& target_exe,
Dchrome_app_host_operations.h49 const base::FilePath& target_exe,
Dchrome_frame_operations.h48 const base::FilePath& target_exe,
Dproduct.h123 const base::FilePath& target_exe,
Dchrome_binaries_operations.cc82 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument
Dchrome_frame_operations.cc126 const base::FilePath& target_exe, in AddDefaultShortcutProperties() argument
Dshell_util.h541 const base::FilePath& target_exe);
Dshell_util.cc2156 const base::FilePath& target_exe) { in RemoveShortcuts() argument
2160 FilterTargetEq shortcut_filter(target_exe, false); in RemoveShortcuts()
/external/chromium_org/chrome/installer/setup/
Duninstall.cc342 const base::FilePath& target_exe) { in DeleteShortcuts() argument
357 install_level, target_exe)) { in DeleteShortcuts()