Home | History | Annotate | Download | only in rendering

Lines Matching defs:boundsRect

1085     LayoutRect boundsRect = borderBoxRect();
1086 boundsRect.moveBy(adjustedLocation);
1087 if (visibleToHitTestRequest(request) && action == HitTestForeground && locationInContainer.intersects(boundsRect)) {
1089 if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))