Home | History | Annotate | Download | only in rendering

Lines Matching defs:adjustedLocation

1073     LayoutPoint adjustedLocation = accumulatedOffset + location();
1077 if ((!child->hasLayer() || !toRenderLayerModelObject(child)->layer()->isSelfPaintingLayer()) && child->nodeAtPoint(request, result, locationInContainer, adjustedLocation, action)) {
1078 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));
1086 boundsRect.moveBy(adjustedLocation);
1088 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));