Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profiles/
Dprofile_shortcut_manager_win.cc462 const base::string16 shortcut_name = in CreateOrUpdateDesktopShortcutsAndIconForProfile() local
465 shortcuts.push_back(base::FilePath(shortcut_name)); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
470 const base::FilePath shortcut_name = in CreateOrUpdateDesktopShortcutsAndIconForProfile() local
472 properties.set_shortcut_name(shortcut_name.value()); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
622 base::string16 shortcut_name; in GetShortcutFilenameForProfile() local
624 shortcut_name.append(SanitizeShortcutProfileNameString(profile_name)); in GetShortcutFilenameForProfile()
625 shortcut_name.append(L" - "); in GetShortcutFilenameForProfile()
626 shortcut_name.append(l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME)); in GetShortcutFilenameForProfile()
628 shortcut_name.append( in GetShortcutFilenameForProfile()
631 return shortcut_name + installer::kLnkExt; in GetShortcutFilenameForProfile()
Dprofile_info_cache.cc293 base::string16 shortcut_name; in GetShortcutNameOfProfileAtIndex() local
295 kShortcutNameKey, &shortcut_name); in GetShortcutNameOfProfileAtIndex()
296 return shortcut_name; in GetShortcutNameOfProfileAtIndex()
488 const base::string16& shortcut_name) { in SetShortcutNameOfProfileAtIndex() argument
489 if (shortcut_name == GetShortcutNameOfProfileAtIndex(index)) in SetShortcutNameOfProfileAtIndex()
493 info->SetString(kShortcutNameKey, shortcut_name); in SetShortcutNameOfProfileAtIndex()
Dprofile_shortcut_manager_unittest_win.cc199 const base::string16& shortcut_name) { in CreateRegularShortcutWithName() argument
201 GetUserShortcutsDirectory().Append(shortcut_name + installer::kLnkExt); in CreateRegularShortcutWithName()
207 properties.set_shortcut_name(shortcut_name); in CreateRegularShortcutWithName()
/external/chromium_org/chrome/installer/util/
Dshell_util_unittest.cc118 base::string16 shortcut_name = properties.has_shortcut_name() ? in GetExpectedShortcutPath() local
119 properties.shortcut_name : in GetExpectedShortcutPath()
121 shortcut_name.append(installer::kLnkExt); in GetExpectedShortcutPath()
122 return expected_path.Append(shortcut_name); in GetExpectedShortcutPath()
332 base::string16 shortcut_name( in TEST_F() local
341 fake_common_desktop_.path().Append(shortcut_name))); in TEST_F()
348 fake_user_desktop_.path().Append(shortcut_name))); in TEST_F()
361 base::string16 shortcut_name( in TEST_F() local
370 fake_common_desktop_.path().Append(shortcut_name))); in TEST_F()
377 fake_user_desktop_.path().Append(shortcut_name))); in TEST_F()
[all …]
Dshell_util.h143 shortcut_name = shortcut_name_in; in set_shortcut_name()
201 base::string16 shortcut_name; member
Dshell_util.cc947 base::string16 shortcut_name; in ExtractShortcutNameFromProperties() local
949 shortcut_name = properties.shortcut_name; in ExtractShortcutNameFromProperties()
951 shortcut_name = in ExtractShortcutNameFromProperties()
955 if (!EndsWith(shortcut_name, installer::kLnkExt, false)) in ExtractShortcutNameFromProperties()
956 shortcut_name.append(installer::kLnkExt); in ExtractShortcutNameFromProperties()
958 return shortcut_name; in ExtractShortcutNameFromProperties()
1557 base::string16 shortcut_name( in CreateOrUpdateShortcut() local
1559 system_shortcut_path = system_shortcut_path.Append(shortcut_name); in CreateOrUpdateShortcut()
1576 user_shortcut_path = user_shortcut_path.Append(shortcut_name); in CreateOrUpdateShortcut()
/external/chromium_org/chrome/installer/setup/
Dinstall_unittest.cc115 base::string16 shortcut_name( in SetUp() local
123 fake_user_desktop_.path().Append(shortcut_name); in SetUp()
125 fake_user_quick_launch_.path().Append(shortcut_name); in SetUp()
130 .Append(shortcut_name); in SetUp()
132 fake_common_desktop_.path().Append(shortcut_name); in SetUp()
137 .Append(shortcut_name); in SetUp()
Dinstall.cc89 message.append(base::UTF16ToUTF8(properties.shortcut_name)); in LogShortcutOperation()
/external/chromium_org/chrome/browser/
Dshell_integration_win.cc565 base::string16 shortcut_name( in GetStartMenuShortcut() local
579 shortcut = shortcut.Append(shortcut_name).Append(shortcut_name + in GetStartMenuShortcut()
/external/chromium_org/chrome/browser/web_applications/
Dweb_app_win.cc119 const base::string16& shortcut_name) { in FindAppShortcutsByProfileAndTitle() argument
122 if (shortcut_name.empty()) { in FindAppShortcutsByProfileAndTitle()
136 Append(web_app::internals::GetSanitizedFileName(shortcut_name)). in FindAppShortcutsByProfileAndTitle()