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

/external/webkit/WebKit/chromium/public/
H A DWebPopupMenuInfo.h43 int itemHeight; member in struct:WebKit::WebPopupMenuInfo
/external/webkit/WebCore/platform/
H A DPopupMenu.h103 int itemHeight() const { return m_itemHeight; } function in class:WebCore::PopupMenu
/external/webkit/WebCore/rendering/
H A DRenderListBox.cpp209 return max(1, (contentHeight() + rowSpacing) / itemHeight());
219 return itemHeight() * numItems() - rowSpacing;
226 int itemHeight = RenderListBox::itemHeight(); local
227 setHeight(itemHeight * size() - rowSpacing + toAdd);
234 m_vBar->setSteps(1, min(1, numVisibleItems() - 1), itemHeight);
249 ty + borderTop() + paddingTop() + itemHeight() * (index - m_indexOffset),
250 contentWidth(), itemHeight());
398 int newOffset = (offsetY - borderTop() - paddingTop()) / itemHeight() + m_indexOffset;
536 int RenderListBox::itemHeight() cons function in class:WebCore::RenderListBox
[all...]

Completed in 25 milliseconds