Searched defs:ShellLinkItem (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Djumplist_win.h41 class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> { class in inherits:base::RefCountedThreadSafe
43 ShellLinkItem() : index_(0), favicon_(false) { function in class:ShellLinkItem
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> > URLPai
[all...]
/external/chromium_org/chrome/browser/
H A Djumplist_win.h56 class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> { class in inherits:base::RefCountedThreadSafe
58 ShellLinkItem() : index_(0), favicon_(false) { function in class:ShellLinkItem
86 friend class base::RefCountedThreadSafe<ShellLinkItem>;
88 ~ShellLinkItem() {}
97 DISALLOW_COPY_AND_ASSIGN(ShellLinkItem);
100 typedef std::vector<scoped_refptr<ShellLinkItem> > ShellLinkItemList;
166 // Creates a ShellLinkItem object from a tab (or a window) and add it to the
193 // a ShellLinkItem object.
245 typedef std::pair<std::string, scoped_refptr<ShellLinkItem> > URLPai
[all...]

Completed in 85 milliseconds