Home | History | Annotate | Download | only in chromium

Lines Matching refs:rowHeight

1317         int rowHeight = getRowHeight(i);
1320 if (windowHeight + rowHeight > m_maxHeight) {
1325 windowHeight += rowHeight;