Home | History | Annotate | Download | only in win

Lines Matching refs:focusedIndex

384     if (i < 0 || i >= client()->listSize() || i == focusedIndex())
390 invalidateItem(focusedIndex());
414 int PopupMenuWin::focusedIndex() const
455 lastSelectableIndex = selectedListIndex = focusedIndex();
474 lastSelectableIndex = selectedListIndex = focusedIndex();
531 int index = focusedIndex();
609 if (index == focusedIndex()) {
832 if (focusedIndex() != scrollOffset()) {
835 up(focusedIndex() - firstVisibleItem);
843 if (focusedIndex() != lastVisibleItem) {
845 down(lastVisibleItem - focusedIndex());
880 index = focusedIndex();
977 int index = focusedIndex();