HomeSort by relevance Sort by last modified time
    Searched defs:shortcut_name (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 118 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...]
shell_util.h 143 shortcut_name = shortcut_name_in;
201 base::string16 shortcut_name; member in struct:ShellUtil::ShortcutProperties
shell_util.cc 947 base::string16 shortcut_name; local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 462 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 + installer::kLnkExt
    [all...]
profile_info_cache.cc 41 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);
    [all...]

Completed in 125 milliseconds