Home | History | Annotate | Download | only in chromium

Lines Matching refs:windowHeight

1313     int windowHeight = 0;
1320 if (windowHeight + rowHeight > m_maxHeight) {
1325 windowHeight += rowHeight;
1356 resize(windowWidth, windowHeight);