Searched refs:ShellLinkItem (Results 1 – 2 of 2) sorted by relevance
41 class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> {43 ShellLinkItem() : index_(0), favicon_(false) { in ShellLinkItem() function71 friend class base::RefCountedThreadSafe<ShellLinkItem>;73 ~ShellLinkItem() {} in ~ShellLinkItem()82 DISALLOW_COPY_AND_ASSIGN(ShellLinkItem);85 typedef std::vector<scoped_refptr<ShellLinkItem> > ShellLinkItemList;186 typedef std::pair<std::string, scoped_refptr<ShellLinkItem> > URLPair;
176 scoped_refptr<ShellLinkItem> item) {309 scoped_refptr<ShellLinkItem> link(*item);350 scoped_refptr<ShellLinkItem> chrome(new ShellLinkItem);361 scoped_refptr<ShellLinkItem> incognito(new ShellLinkItem);654 scoped_refptr<ShellLinkItem> link(new ShellLinkItem);714 scoped_refptr<ShellLinkItem> link(new ShellLinkItem);