Searched refs:oldShortcut (Results 1 – 2 of 2) sorted by relevance
4053 void InnerBundleInfo::InnerProcessShortcut(const Shortcut &oldShortcut, ShortcutInfo &shortcutInfo)… in InnerProcessShortcut() argument4055 shortcutInfo.id = oldShortcut.shortcutId; in InnerProcessShortcut()4056 shortcutInfo.icon = oldShortcut.icon; in InnerProcessShortcut()4057 shortcutInfo.label = oldShortcut.label; in InnerProcessShortcut()4058 shortcutInfo.iconId = oldShortcut.iconId; in InnerProcessShortcut()4060 auto iter = oldShortcut.icon.find(PORT_SEPARATOR); in InnerProcessShortcut()4062 shortcutInfo.iconId = atoi(oldShortcut.icon.substr(iter + 1).c_str()); in InnerProcessShortcut()4065 shortcutInfo.labelId = oldShortcut.labelId; in InnerProcessShortcut()4067 auto iter = oldShortcut.label.find(PORT_SEPARATOR); in InnerProcessShortcut()4069 shortcutInfo.labelId = atoi(oldShortcut.label.substr(iter + 1).c_str()); in InnerProcessShortcut()[all …]
2051 void InnerProcessShortcut(const Shortcut &oldShortcut, ShortcutInfo &shortcutInfo) const;