Searched refs:rScreenCoords (Results 1 – 1 of 1) sorted by relevance
297 IntRect rScreenCoords(v->contentsToWindow(r.location()), r.size()); in calculatePositionAndSize() local300 POINT location(rScreenCoords.location()); in calculatePositionAndSize()304 rScreenCoords.setLocation(location); in calculatePositionAndSize()344 …popupWidth = max(rScreenCoords.width() - client()->clientInsetLeft() - client()->clientInsetRight(… in calculatePositionAndSize()347 int popupX = rScreenCoords.x() + client()->clientInsetLeft(); in calculatePositionAndSize()349 IntRect popupRect(popupX, rScreenCoords.maxY(), popupWidth, popupHeight); in calculatePositionAndSize()357 if (rScreenCoords.y() - popupRect.height() < 0) { in calculatePositionAndSize()359 if ((rScreenCoords.y() + rScreenCoords.height() / 2) < (screen.height() / 2)) { in calculatePositionAndSize()365 popupRect.setHeight(rScreenCoords.y()); in calculatePositionAndSize()369 popupRect.setY(rScreenCoords.y() - popupRect.height()); in calculatePositionAndSize()