Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp594 int cursorIndex = -1; in Reload() local
602 cursorIndex = index; in Reload()
624 cursorIndex = index; in Reload()
664 if (_list.GetItemCount() > 0 && cursorIndex >= 0) in Reload()
665 _list.SetItemState_FocusedSelected(cursorIndex); in Reload()
667 if (_list.GetItemCount() > 0 && cursorIndex < 0) in Reload()