HomeSort by relevance Sort by last modified time
    Searched refs:ShellLinkItem (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
jumplist_win.h 41 class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> {
43 ShellLinkItem() : index_(0), favicon_(false) {
71 friend class base::RefCountedThreadSafe<ShellLinkItem>;
73 ~ShellLinkItem() {}
82 DISALLOW_COPY_AND_ASSIGN(ShellLinkItem);
85 typedef std::vector<scoped_refptr<ShellLinkItem> > ShellLinkItemList;
134 // Creates a ShellLinkItem object from a tab (or a window) and add it to the
159 // a ShellLinkItem object.
186 typedef std::pair<std::string, scoped_refptr<ShellLinkItem> > URLPair
    [all...]
jumplist_win.cc 176 scoped_refptr<ShellLinkItem> item) {
280 // before the arguments of each ShellLinkItem object. If there aren't any
283 // A list of ShellLinkItem objects to be added under the specified category.
309 scoped_refptr<ShellLinkItem> link(*item);
350 scoped_refptr<ShellLinkItem> chrome(new ShellLinkItem);
361 scoped_refptr<ShellLinkItem> incognito(new ShellLinkItem);
568 // Delete all items in these lists now since we don't need the ShellLinkItem
654 scoped_refptr<ShellLinkItem> link(new ShellLinkItem)
    [all...]

Completed in 31 milliseconds