Home | History | Annotate | Download | only in rendering

Lines Matching defs:logicalRect

954                 LayoutRect logicalRect = currBox->logicalVisualOverflowRectForPropagation(style());
956 logicalRect.moveBy(currBox->location());
957 result.uniteIfNonZero(logicalRect);
959 logicalRect.moveBy(currBox->location());
960 result.uniteIfNonZero(logicalRect.transposedRect());