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

  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 24 scoped_refptr<ShellLinkItem> item) {
80 // ShellLinkItem
82 ShellLinkItem::ShellLinkItem()
87 ShellLinkItem::~ShellLinkItem() {}
89 std::wstring ShellLinkItem::GetArguments() const {
93 CommandLine* ShellLinkItem::GetCommandLine() {
221 scoped_refptr<ShellLinkItem> link(*item);
jumplist_updater_win.h 23 class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> {
25 ShellLinkItem();
49 friend class base::RefCountedThreadSafe<ShellLinkItem>;
50 ~ShellLinkItem();
71 DISALLOW_COPY_AND_ASSIGN(ShellLinkItem);
74 typedef std::vector<scoped_refptr<ShellLinkItem> > ShellLinkItemList;

Completed in 53 milliseconds