Searched defs:listIndexIsVisible (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp164 if (firstIndex >= 0 && !listIndexIsVisible(select->activeSelectionEndListIndex()))
557 if (index < 0 || index >= numItems() || listIndexIsVisible(index))
571 bool RenderListBox::listIndexIsVisible(int index) function in class:WebCore::RenderListBox

Completed in 54 milliseconds