Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderListBox.cpp209 return max(1, (contentHeight() + rowSpacing) / itemHeight()); in numVisibleItems()
219 return itemHeight() * numItems() - rowSpacing; in listHeight()
226 int itemHeight = RenderListBox::itemHeight(); in calcHeight() local
227 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::RenderListBox
568 return m_indexOffset * itemHeight(); in scrollTop()
[all …]
DRenderListBox.h109 int itemHeight() const;
/external/webkit/WebCore/platform/
DPopupMenu.h98 int itemHeight() const { return m_itemHeight; } in itemHeight() function
/external/webkit/WebCore/
DChangeLog-2007-10-1462868 the ScrollbarClient function implementations, and itemHeight into the
62891 (WebCore::RenderListBox::calcHeight): Changed to call itemHeight for the
62898 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 from
65392 (WebCore::RenderListBox::itemHeight):
DChangeLog-2006-12-3121206 (WebCore::PopupMenu::itemHeight):