Searched refs:itemHeight (Results 1 – 5 of 5) sorted by relevance
209 return max(1, (contentHeight() + rowSpacing) / itemHeight()); in numVisibleItems()219 return itemHeight() * numItems() - rowSpacing; in listHeight()226 int itemHeight = RenderListBox::itemHeight(); in calcHeight() local227 setHeight(itemHeight * size() - rowSpacing + toAdd); in calcHeight()234 m_vBar->setSteps(1, min(1, numVisibleItems() - 1), itemHeight); in calcHeight()249 ty + borderTop() + paddingTop() + itemHeight() * (index - m_indexOffset), in itemBoundingBoxRect()250 contentWidth(), itemHeight()); in itemBoundingBoxRect()396 int newOffset = (offsetY - borderTop() - paddingTop()) / itemHeight() + m_indexOffset; in listIndexAtOffset()534 int RenderListBox::itemHeight() const in itemHeight() function in WebCore::RenderListBox568 return m_indexOffset * itemHeight(); in scrollTop()[all …]
109 int itemHeight() const;
98 int itemHeight() const { return m_itemHeight; } in itemHeight() function
62868 the ScrollbarClient function implementations, and itemHeight into the62891 (WebCore::RenderListBox::calcHeight): Changed to call itemHeight for the62898 the itemHeight() function.62904 itemHeight(), and rearranged a min/max combo so it starts with the low,62918 (WebCore::RenderListBox::itemHeight): Updated for name change from65392 (WebCore::RenderListBox::itemHeight):
21206 (WebCore::PopupMenu::itemHeight):