Searched refs:shortcut_name (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dshell_util_unittest.cc118 base::string16 shortcut_name = properties.has_shortcut_name() ? local
119 properties.shortcut_name :
121 shortcut_name.append(installer::kLnkExt);
122 return expected_path.Append(shortcut_name);
332 base::string16 shortcut_name(
341 fake_common_desktop_.path().Append(shortcut_name)));
348 fake_user_desktop_.path().Append(shortcut_name)));
361 base::string16 shortcut_name(
370 fake_common_desktop_.path().Append(shortcut_name)));
377 fake_user_desktop_.path().Append(shortcut_name)));
[all...]
H A Dshell_util.h143 shortcut_name = shortcut_name_in;
201 base::string16 shortcut_name; member in struct:ShellUtil::ShortcutProperties
H A Dshell_util.cc940 // Returns |properties.shortcut_name| if the property is set, otherwise it
947 base::string16 shortcut_name; local
949 shortcut_name = properties.shortcut_name;
951 shortcut_name =
955 if (!EndsWith(shortcut_name, installer::kLnkExt, false))
956 shortcut_name.append(installer::kLnkExt);
958 return shortcut_name;
1557 base::string16 shortcut_name(
1559 system_shortcut_path = system_shortcut_path.Append(shortcut_name);
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dinstall_unittest.cc115 base::string16 shortcut_name(
123 fake_user_desktop_.path().Append(shortcut_name);
125 fake_user_quick_launch_.path().Append(shortcut_name);
130 .Append(shortcut_name);
132 fake_common_desktop_.path().Append(shortcut_name);
137 .Append(shortcut_name);
H A Dinstall.cc89 message.append(base::UTF16ToUTF8(properties.shortcut_name));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc462 const base::string16 shortcut_name = local
465 shortcuts.push_back(base::FilePath(shortcut_name));
470 const base::FilePath shortcut_name = local
472 properties.set_shortcut_name(shortcut_name.value());
622 base::string16 shortcut_name; local
624 shortcut_name.append(SanitizeShortcutProfileNameString(profile_name));
625 shortcut_name.append(L" - ");
626 shortcut_name.append(l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME));
628 shortcut_name.append(
631 return shortcut_name
[all...]
H A Dprofile_info_cache.cc41 const char kShortcutNameKey[] = "shortcut_name";
293 base::string16 shortcut_name; local
295 kShortcutNameKey, &shortcut_name);
296 return shortcut_name;
488 const base::string16& shortcut_name) {
489 if (shortcut_name == GetShortcutNameOfProfileAtIndex(index))
493 info->SetString(kShortcutNameKey, shortcut_name);
486 SetShortcutNameOfProfileAtIndex( size_t index, const base::string16& shortcut_name) argument
H A Dprofile_shortcut_manager_unittest_win.cc199 const base::string16& shortcut_name) {
201 GetUserShortcutsDirectory().Append(shortcut_name + installer::kLnkExt);
207 properties.set_shortcut_name(shortcut_name);
197 CreateRegularShortcutWithName( const tracked_objects::Location& location, const base::string16& shortcut_name) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc565 base::string16 shortcut_name(
579 shortcut = shortcut.Append(shortcut_name).Append(shortcut_name +
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc114 // extension with title |shortcut_name|.
115 // If |shortcut_name| is empty, finds all shortcuts matching |profile_path|.
119 const base::string16& shortcut_name) {
122 if (shortcut_name.empty()) {
134 // Find all shortcuts matching |shortcut_name|.
136 Append(web_app::internals::GetSanitizedFileName(shortcut_name)).
116 FindAppShortcutsByProfileAndTitle( const base::FilePath& shortcut_path, const base::FilePath& profile_path, const base::string16& shortcut_name) argument

Completed in 3439 milliseconds