Home | History | Annotate | Download | only in rendering

Lines Matching defs:logicalRect

978                 LayoutRect logicalRect = currBox->logicalVisualOverflowRectForPropagation(style());
980 logicalRect.moveBy(currBox->location());
981 result.uniteIfNonZero(logicalRect);
983 logicalRect.moveBy(currBox->location());
984 result.uniteIfNonZero(logicalRect.transposedRect());