Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderListBox.h52 bool listIndexIsVisible(int index);
DRenderListBox.cpp164 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
/external/webkit/Source/WebCore/accessibility/
DAccessibilityListBox.cpp138 if (toRenderListBox(m_renderer)->listIndexIsVisible(i)) in visibleChildren()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3115479 … (WebCore::RenderListBox::scrollToRevealElementAtListIndex): Checks new listIndexIsVisible method.
15480 (WebCore::RenderListBox::listIndexIsVisible): Added.
26840 (WebCore::RenderListBox::listIndexIsVisible):
DChangeLog-2007-10-1462914 (WebCore::RenderListBox::listIndexIsVisible): Changed to use