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

/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_sxs_distribution.cc33 const string16& shortcut_name = local
35 return shortcut_name;
H A Dshell_util_unittest.cc114 string16 shortcut_name; local
116 shortcut_name = properties.shortcut_name;
118 shortcut_name = dist_->GetAppShortCutName();
119 shortcut_name.append(installer::kLnkExt);
120 expected_path = expected_path.Append(shortcut_name);
311 string16 shortcut_name(dist_->GetAppShortCutName() + installer::kLnkExt);
318 fake_common_desktop_.path().Append(shortcut_name)));
325 fake_user_desktop_.path().Append(shortcut_name)));
338 string16 shortcut_name(dist
[all...]
H A Dshell_util.h133 shortcut_name = shortcut_name_in;
191 string16 shortcut_name; member in struct:ShellUtil::ShortcutProperties
H A Dshell_util.cc921 // Returns |properties.shortcut_name| if the property is set, otherwise it
928 string16 shortcut_name; local
930 shortcut_name = properties.shortcut_name;
932 shortcut_name = dist->GetAppShortCutName();
934 if (!EndsWith(shortcut_name, installer::kLnkExt, false))
935 shortcut_name.append(installer::kLnkExt);
937 return shortcut_name;
1469 string16 shortcut_name(ExtractShortcutNameFromProperties(dist, properties));
1470 system_shortcut_path = system_shortcut_path.Append(shortcut_name);
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dinstall_unittest.cc120 string16 shortcut_name(dist_->GetAppShortCutName() + installer::kLnkExt);
125 fake_user_desktop_.path().Append(shortcut_name);
127 fake_user_quick_launch_.path().Append(shortcut_name);
130 .Append(shortcut_name);
132 fake_common_desktop_.path().Append(shortcut_name);
134 fake_default_user_quick_launch_.path().Append(shortcut_name);
137 .Append(shortcut_name);
H A Dinstall.cc88 message.append(UTF16ToUTF8(properties.shortcut_name));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc476 const string16 shortcut_name = local
479 shortcuts.push_back(base::FilePath(shortcut_name));
484 const base::FilePath shortcut_name = local
486 properties.set_shortcut_name(shortcut_name.value());
626 string16 shortcut_name; local
628 shortcut_name.append(SanitizeShortcutProfileNameString(profile_name));
629 shortcut_name.append(L" - ");
630 shortcut_name.append(l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME));
632 shortcut_name.append(distribution->GetAppShortCutName());
634 return shortcut_name
[all...]
H A Dprofile_info_cache.cc41 const char kShortcutNameKey[] = "shortcut_name";
297 string16 shortcut_name; local
299 kShortcutNameKey, &shortcut_name);
300 return shortcut_name;
476 const string16& shortcut_name) {
477 if (shortcut_name == GetShortcutNameOfProfileAtIndex(index))
480 info->SetString(kShortcutNameKey, shortcut_name);
474 SetShortcutNameOfProfileAtIndex( size_t index, const string16& shortcut_name) argument
H A Dprofile_shortcut_manager_unittest_win.cc198 const string16& shortcut_name) {
200 GetUserShortcutsDirectory().Append(shortcut_name + installer::kLnkExt);
206 properties.set_shortcut_name(shortcut_name);
196 CreateRegularShortcutWithName( const tracked_objects::Location& location, const string16& shortcut_name) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc518 string16 shortcut_name(dist->GetAppShortCutName());
531 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 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 string16& shortcut_name) argument

Completed in 191 milliseconds