Searched refs:getRowHeight (Results 1 – 5 of 5) sorted by relevance
589 int PopupListBox::getRowHeight(int index) const in getRowHeight() function in blink::PopupListBox607 return IntRect(0, 0, visibleWidth(), getRowHeight(index)); in getRowBounds()609 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index)); in getRowBounds()770 y += getRowHeight(i); in layout()787 int rowHeight = getRowHeight(i); in layout()
165 int getRowHeight(int index) const;
456 return m_listBox->getRowHeight(0); in menuItemHeight()
294 SkScalar getRowHeight() const { return fRowHeight; } in getRowHeight() function