Searched refs:focusedIndex (Results 1 – 8 of 8) sorted by relevance
558 if (focusedIndex() != scrollOffset()) { in onKeyDown()561 up(focusedIndex() - firstVisibleItem); in onKeyDown()569 if (focusedIndex() != lastVisibleItem) { in onKeyDown()571 down(lastVisibleItem - focusedIndex()); in onKeyDown()609 index = focusedIndex(); in onChar()720 int index = focusedIndex(); in onLButtonUp()776 lastSelectableIndex = selectedListIndex = focusedIndex(); in down()793 lastSelectableIndex = selectedListIndex = focusedIndex(); in up()842 …IntRect selectedIndexRectInBackingStore(0, focusedIndex() * m_itemHeight, m_data.m_selectedBacking… in paint()861 if (i < 0 || i >= m_items.size() || i == focusedIndex()) in setFocusedIndex()[all …]
114 int focusedIndex() const;
384 if (i < 0 || i >= client()->listSize() || i == focusedIndex()) in setFocusedIndex()390 invalidateItem(focusedIndex()); in setFocusedIndex()414 int PopupMenuWin::focusedIndex() const in focusedIndex() function in WebCore::PopupMenuWin455 lastSelectableIndex = selectedListIndex = focusedIndex(); in down()474 lastSelectableIndex = selectedListIndex = focusedIndex(); in up()531 int index = focusedIndex(); in scrollToRevealSelection()609 if (index == focusedIndex()) { in paint()832 if (focusedIndex() != scrollOffset()) { in wndProc()835 up(focusedIndex() - firstVisibleItem); in wndProc()843 if (focusedIndex() != lastVisibleItem) { in wndProc()[all …]
71 int focusedIndex() const;
768 var focusedIndex = 0;782 focusedIndex = i;828 var significantIndex = focusedIndex;
24846 … (WebCore::PopupMenu::focusedIndex): Return m_focusedIndex instead of getting this from the client.24847 (WebCore::PopupMenu::down): Use the focusedIndex.27568 (WebCore::PopupMenu::focusedIndex):29588 (WebCore::PopupMenu::focusedIndex): Always get the focused index from29591 valueChanged(), as this will change the result of focusedIndex().30288 (WebCore::PopupMenu::focusedIndex): New method to get the index of the30294 (WebCore::PopupWndProc): Use focusedIndex() instead of sending messages
88611 (WebCore::PopupMenuWin::focusedIndex):89140 (WebCore::PopupMenu::focusedIndex):89741 (WebCore::PopupMenuWin::focusedIndex):89956 (WebCore::PopupMenu::focusedIndex):90228 (WebCore::PopupMenuWin::focusedIndex):
21209 (WebCore::PopupMenu::focusedIndex):