Searched defs:target_exe (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dchrome_binaries_operations.cc80 const base::FilePath& target_exe,
78 AddDefaultShortcutProperties( BrowserDistribution* dist, const base::FilePath& target_exe, ShellUtil::ShortcutProperties* properties) const argument
H A Dchrome_app_host_operations.cc99 const base::FilePath& target_exe,
102 properties->set_target(target_exe);
111 properties->set_icon(target_exe,
97 AddDefaultShortcutProperties( BrowserDistribution* dist, const base::FilePath& target_exe, ShellUtil::ShortcutProperties* properties) const argument
H A Dchrome_browser_operations.cc109 const base::FilePath& target_exe,
112 properties->set_target(target_exe);
117 base::FilePath prefs_path(target_exe.DirName().AppendASCII(
124 properties->set_icon(target_exe, icon_index);
129 InstallUtil::IsPerUserInstall(target_exe.value().c_str());
107 AddDefaultShortcutProperties( BrowserDistribution* dist, const base::FilePath& target_exe, ShellUtil::ShortcutProperties* properties) const argument
H A Dchrome_frame_operations.cc122 const base::FilePath& target_exe,
120 AddDefaultShortcutProperties( BrowserDistribution* dist, const base::FilePath& target_exe, ShellUtil::ShortcutProperties* properties) const argument
H A Dproduct.cc160 const base::FilePath& target_exe,
163 distribution_, target_exe, properties);
159 AddDefaultShortcutProperties( const base::FilePath& target_exe, ShellUtil::ShortcutProperties* properties) const argument
H A Dshell_util.cc2072 const base::FilePath& target_exe) {
2076 FilterTargetEq shortcut_filter(target_exe, false);
2098 const base::FilePath& target_exe,
2103 FilterTargetEq shortcut_filter(target_exe, true);
2069 RemoveShortcuts(ShellUtil::ShortcutLocation location, BrowserDistribution* dist, ShellChange level, const base::FilePath& target_exe) argument
2094 UpdateShortcutsWithArgs( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, ShellChange level, const base::FilePath& target_exe, const ShellUtil::ShortcutProperties& properties) argument
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc348 // Only shortcuts pointing to |target_exe| will be removed.
351 const base::FilePath& target_exe) {
359 // Delete and unpin all shortcuts that point to |target_exe| from all
366 install_level, target_exe)) {
349 DeleteShortcuts(const InstallerState& installer_state, const Product& product, const base::FilePath& target_exe) argument

Completed in 146 milliseconds