Searched refs:listIndexIsVisible (Results 1 – 5 of 5) sorted by relevance
52 bool listIndexIsVisible(int index);
164 if (firstIndex >= 0 && !listIndexIsVisible(select->activeSelectionEndListIndex())) in scrollToRevealSelection()557 if (index < 0 || index >= numItems() || listIndexIsVisible(index)) in scrollToRevealElementAtListIndex()571 bool RenderListBox::listIndexIsVisible(int index) in listIndexIsVisible() function in WebCore::RenderListBox
138 if (toRenderListBox(m_renderer)->listIndexIsVisible(i)) in visibleChildren()
15479 … (WebCore::RenderListBox::scrollToRevealElementAtListIndex): Checks new listIndexIsVisible method.15480 (WebCore::RenderListBox::listIndexIsVisible): Added.26840 (WebCore::RenderListBox::listIndexIsVisible):
62914 (WebCore::RenderListBox::listIndexIsVisible): Changed to use