OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShellLinkItem
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/
jumplist_updater_win.cc
26
scoped_refptr<
ShellLinkItem
> item) {
82
//
ShellLinkItem
84
ShellLinkItem
::
ShellLinkItem
()
89
ShellLinkItem
::~
ShellLinkItem
() {}
91
std::wstring
ShellLinkItem
::GetArguments() const {
95
CommandLine*
ShellLinkItem
::GetCommandLine() {
225
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 139 milliseconds