Searched refs:_entry (Results 1 – 8 of 8) sorted by relevance
147 _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 …]
171 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()
111 _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()
152 Entry* _entry; member
209 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()
68 Entry* _entry; member
183 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()
49 Entry* _entry; member