Home | History | Annotate | Download | only in win

Lines Matching refs:popupRect

349     IntRect popupRect(popupX, rScreenCoords.maxY(), popupWidth, popupHeight);
355 if (popupRect.maxY() > screen.height()) {
357 if (rScreenCoords.y() - popupRect.height() < 0) {
361 popupRect.setHeight(screen.height() - popupRect.y());
364 popupRect.setY(0);
365 popupRect.setHeight(rScreenCoords.y());
369 popupRect.setY(rScreenCoords.y() - popupRect.height());
374 if (popupRect.x() < screen.x()) {
375 popupRect.setWidth(popupRect.width() - (screen.x() - popupRect.x()));
376 popupRect.setX(screen.x());
378 m_windowRect = popupRect;