Home | History | Annotate | Download | only in chromium

Lines Matching refs:rowHeight

1151         int rowHeight = getRowHeight(i);
1154 if (windowHeight + rowHeight > kMaxHeight) {
1160 windowHeight += rowHeight;