Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp558 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 …]
DWebPopupMenuProxyWin.h114 int focusedIndex() const;
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp384 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::PopupMenuWin
455 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 …]
DPopupMenuWin.h71 int focusedIndex() const;
/external/webkit/Source/WebCore/inspector/front-end/
DElementsPanel.js768 var focusedIndex = 0;
782 focusedIndex = i;
828 var significantIndex = focusedIndex;
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1424846 … (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 from
29591 valueChanged(), as this will change the result of focusedIndex().
30288 (WebCore::PopupMenu::focusedIndex): New method to get the index of the
30294 (WebCore::PopupWndProc): Use focusedIndex() instead of sending messages
DChangeLog-2010-12-0688611 (WebCore::PopupMenuWin::focusedIndex):
89140 (WebCore::PopupMenu::focusedIndex):
89741 (WebCore::PopupMenuWin::focusedIndex):
89956 (WebCore::PopupMenu::focusedIndex):
90228 (WebCore::PopupMenuWin::focusedIndex):
DChangeLog-2006-12-3121209 (WebCore::PopupMenu::focusedIndex):