Searched refs:ShellLinkItem (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.h23 class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> { class in inherits:base::RefCountedThreadSafe
25 ShellLinkItem();
49 friend class base::RefCountedThreadSafe<ShellLinkItem>;
50 ~ShellLinkItem();
71 DISALLOW_COPY_AND_ASSIGN(ShellLinkItem);
74 typedef std::vector<scoped_refptr<ShellLinkItem> > ShellLinkItemList;
H A Djumplist_updater_win.cc26 scoped_refptr<ShellLinkItem> item) {
82 // ShellLinkItem
84 ShellLinkItem::ShellLinkItem() function in class:ShellLinkItem
89 ShellLinkItem::~ShellLinkItem() {}
91 std::wstring ShellLinkItem::GetArguments() const {
95 CommandLine* ShellLinkItem::GetCommandLine() {
225 scoped_refptr<ShellLinkItem> link(*item);
H A Djumplist_win.cc47 void AppendCommonSwitches(ShellLinkItem* shell_link) {
55 // Create a ShellLinkItem preloaded with common switches.
56 scoped_refptr<ShellLinkItem> CreateShellLink() {
57 scoped_refptr<ShellLinkItem> link(new ShellLinkItem);
101 scoped_refptr<ShellLinkItem> chrome = CreateShellLink();
113 scoped_refptr<ShellLinkItem> incognito = CreateShellLink();
293 scoped_refptr<ShellLinkItem> link = CreateShellLink();
315 // As noted above, we create a ShellLinkItem objects with the following
361 scoped_refptr<ShellLinkItem> lin
[all...]
H A Djumplist_win.h92 // Creates a ShellLinkItem object from a tab (or a window) and add it to the
112 // a ShellLinkItem object.
163 typedef std::pair<std::string, scoped_refptr<ShellLinkItem> > URLPair;
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views_win.cc186 scoped_refptr<ShellLinkItem> link(new ShellLinkItem());

Completed in 1499 milliseconds