Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp593 int cursorIndex = -1; in Reload() local
601 cursorIndex = index; in Reload()
623 cursorIndex = index; in Reload()
665 if (_list.GetItemCount() > 0 && cursorIndex >= 0) in Reload()
666 _list.SetItemState_FocusedSelected(cursorIndex); in Reload()
668 if (_list.GetItemCount() > 0 && cursorIndex < 0) in Reload()