ShellLinkItem      24 chrome/browser/jumplist_updater_win.cc                   scoped_refptr<ShellLinkItem> item) {
ShellLinkItem      82 chrome/browser/jumplist_updater_win.cc ShellLinkItem::ShellLinkItem()
ShellLinkItem      87 chrome/browser/jumplist_updater_win.cc ShellLinkItem::~ShellLinkItem() {}
ShellLinkItem      89 chrome/browser/jumplist_updater_win.cc std::wstring ShellLinkItem::GetArguments() const {
ShellLinkItem      93 chrome/browser/jumplist_updater_win.cc CommandLine* ShellLinkItem::GetCommandLine() {
ShellLinkItem     221 chrome/browser/jumplist_updater_win.cc     scoped_refptr<ShellLinkItem> link(*item);
ShellLinkItem      23 chrome/browser/jumplist_updater_win.h class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> {
ShellLinkItem      25 chrome/browser/jumplist_updater_win.h   ShellLinkItem();
ShellLinkItem      49 chrome/browser/jumplist_updater_win.h   friend class base::RefCountedThreadSafe<ShellLinkItem>;
ShellLinkItem      50 chrome/browser/jumplist_updater_win.h   ~ShellLinkItem();
ShellLinkItem      71 chrome/browser/jumplist_updater_win.h   DISALLOW_COPY_AND_ASSIGN(ShellLinkItem);
ShellLinkItem      74 chrome/browser/jumplist_updater_win.h typedef std::vector<scoped_refptr<ShellLinkItem> > ShellLinkItemList;
ShellLinkItem      46 chrome/browser/jumplist_win.cc void AppendCommonSwitches(ShellLinkItem* shell_link) {
ShellLinkItem      55 chrome/browser/jumplist_win.cc scoped_refptr<ShellLinkItem> CreateShellLink() {
ShellLinkItem      56 chrome/browser/jumplist_win.cc   scoped_refptr<ShellLinkItem> link(new ShellLinkItem);
ShellLinkItem      97 chrome/browser/jumplist_win.cc   scoped_refptr<ShellLinkItem> chrome = CreateShellLink();
ShellLinkItem     108 chrome/browser/jumplist_win.cc   scoped_refptr<ShellLinkItem> incognito = CreateShellLink();
ShellLinkItem     290 chrome/browser/jumplist_win.cc       scoped_refptr<ShellLinkItem> link = CreateShellLink();
ShellLinkItem     358 chrome/browser/jumplist_win.cc   scoped_refptr<ShellLinkItem> link = CreateShellLink();
ShellLinkItem     174 chrome/browser/jumplist_win.h   typedef std::pair<std::string, scoped_refptr<ShellLinkItem> > URLPair;
ShellLinkItem     205 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc     scoped_refptr<ShellLinkItem> link(new ShellLinkItem());