Searched refs:shortcut_name (Results 1 – 10 of 10) sorted by relevance
462 const base::string16 shortcut_name = in CreateOrUpdateDesktopShortcutsAndIconForProfile() local465 shortcuts.push_back(base::FilePath(shortcut_name)); in CreateOrUpdateDesktopShortcutsAndIconForProfile()470 const base::FilePath shortcut_name = in CreateOrUpdateDesktopShortcutsAndIconForProfile() local472 properties.set_shortcut_name(shortcut_name.value()); in CreateOrUpdateDesktopShortcutsAndIconForProfile()622 base::string16 shortcut_name; in GetShortcutFilenameForProfile() local624 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()
293 base::string16 shortcut_name; in GetShortcutNameOfProfileAtIndex() local295 kShortcutNameKey, &shortcut_name); in GetShortcutNameOfProfileAtIndex()296 return shortcut_name; in GetShortcutNameOfProfileAtIndex()488 const base::string16& shortcut_name) { in SetShortcutNameOfProfileAtIndex() argument489 if (shortcut_name == GetShortcutNameOfProfileAtIndex(index)) in SetShortcutNameOfProfileAtIndex()493 info->SetString(kShortcutNameKey, shortcut_name); in SetShortcutNameOfProfileAtIndex()
199 const base::string16& shortcut_name) { in CreateRegularShortcutWithName() argument201 GetUserShortcutsDirectory().Append(shortcut_name + installer::kLnkExt); in CreateRegularShortcutWithName()207 properties.set_shortcut_name(shortcut_name); in CreateRegularShortcutWithName()
118 base::string16 shortcut_name = properties.has_shortcut_name() ? in GetExpectedShortcutPath() local119 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() local341 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() local370 fake_common_desktop_.path().Append(shortcut_name))); in TEST_F()377 fake_user_desktop_.path().Append(shortcut_name))); in TEST_F()[all …]
143 shortcut_name = shortcut_name_in; in set_shortcut_name()201 base::string16 shortcut_name; member
947 base::string16 shortcut_name; in ExtractShortcutNameFromProperties() local949 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() local1559 system_shortcut_path = system_shortcut_path.Append(shortcut_name); in CreateOrUpdateShortcut()1576 user_shortcut_path = user_shortcut_path.Append(shortcut_name); in CreateOrUpdateShortcut()
115 base::string16 shortcut_name( in SetUp() local123 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()
89 message.append(base::UTF16ToUTF8(properties.shortcut_name)); in LogShortcutOperation()
565 base::string16 shortcut_name( in GetStartMenuShortcut() local579 shortcut = shortcut.Append(shortcut_name).Append(shortcut_name + in GetStartMenuShortcut()
119 const base::string16& shortcut_name) { in FindAppShortcutsByProfileAndTitle() argument122 if (shortcut_name.empty()) { in FindAppShortcutsByProfileAndTitle()136 Append(web_app::internals::GetSanitizedFileName(shortcut_name)). in FindAppShortcutsByProfileAndTitle()