Home | History | Annotate | Download | only in chromium

Lines Matching refs:getRowHeight

142     int getRowHeight(int index);
511 return m_listBox->getRowHeight(0);
959 int PopupListBox::getRowHeight(int index)
970 return IntRect(0, 0, visibleWidth(), getRowHeight(index));
972 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index));
1151 int rowHeight = getRowHeight(i);