Home | History | Annotate | Download | only in rendering

Lines Matching defs:newLocation

1294 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> jsonObjectForOldAndNewRects(const LayoutRect& oldRect, const LayoutPoint& oldLocation, const LayoutRect& newRect, const LayoutPoint& newLocation)
1300 addJsonObjectForPoint(value.get(), "newLocation", newLocation);
1313 const LayoutPoint newLocation = RenderLayer::positionFromPaintInvalidationBacking(this, &paintInvalidationContainer, &paintInvalidationState);
1315 setPreviousPositionFromPaintInvalidationBacking(newLocation);
1325 "info", jsonObjectForOldAndNewRects(oldBounds, oldLocation, newBounds, newLocation));
1327 InvalidationReason invalidationReason = getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, newLocation);
1333 incrementallyInvalidatePaint(paintInvalidationContainer, oldBounds, newBounds, newLocation);