Home
last modified time | relevance | path

Searched refs:_entry (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dfilechild.cpp147 _root._entry = new UnixDirectory(_root._path); in FileChildWindow()
174 _root._entry = new RegistryRoot(); in FileChildWindow()
190 _root._entry = drive; in FileChildWindow()
204 _root._entry = new WinDirectory(_root._path); in FileChildWindow()
226 if (_root._entry) { in FileChildWindow()
251 else if (_root._entry) in FileChildWindow()
252 set_curdir(_root._entry); in FileChildWindow()
484 if (_root._entry->_etype == ET_SHELL) in WndProc()
677 if (_root._entry) in jump_to_int()
678 switch(_root._entry->_etype) { in jump_to_int()
[all …]
H A Dentries.cpp171 if (_entry) { in ~Root()
172 _entry->free_subentries(); in ~Root()
173 delete _entry; in ~Root()
766 entry = _entry->read_tree(path, _sort_order); in read_tree()
768 entry = _entry->read_tree(NULL, _sort_order); in read_tree()
770 _entry->smart_scan(); in read_tree()
772 if (_entry->_down) in read_tree()
773 _entry->_expanded = true; in read_tree()
782 return _entry->read_tree(pidl, _sort_order); in read_tree()
H A Dshellbrowser.cpp111 _root._entry = new ShellDirectory(GetDesktopFolder(), _create_info._root_shell_path, _hwnd); in Init()
113 …_root._entry->read_directory(SCAN_DONT_ACCESS|SCAN_NO_FILESYSTEM); // avoid to handle desktop root… in Init()
131 _cur_dir = static_cast<ShellDirectory*>(_root._entry); in jump_to()
188 tvItem.lParam = (LPARAM)_root._entry; in InitializeTree()
555 if (!_root._entry) in jump_to_pidl()
562 Entry* entry = _root._entry; in jump_to_pidl()
H A Dentries.h152 Entry* _entry; member
/reactos/modules/rosapps/applications/explorer-old/dialogs/
H A Dsearchprogram.cpp209 new_entry._entry = entry; in collect_programs_callback()
232 String lwr_name = cache_entry._entry->_display_name; in add_entry()
246 item.pszText = cache_entry._entry->_display_name; in add_entry()
334 cache_entry._entry->launch_entry(_hwnd); in LaunchSelected()
348 Entry* entry = cache_entry._entry; in Notify()
404 cmp = _tcsicoll(a._entry->_display_name, b._entry->_display_name); in CompareFunc()
H A Dsearchprogram.h68 Entry* _entry; member
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dquicklaunch.cpp183 qle._entry = entry; in AddButton()
247 entry = it->second._entry; in WndProc()
273 if (qle._entry) { in Command()
274 qle._entry->launch_entry(_hwnd); in Command()
H A Dquicklaunch.h49 Entry* _entry; member