Home | History | Annotate | Download | only in rendering

Lines Matching defs:oldLocation

1294 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> jsonObjectForOldAndNewRects(const LayoutRect& oldRect, const LayoutPoint& oldLocation, const LayoutRect& newRect, const LayoutPoint& newLocation)
1298 addJsonObjectForPoint(value.get(), "oldLocation", oldLocation);
1311 const LayoutPoint oldLocation = previousPositionFromPaintInvalidationBacking();
1325 "info", jsonObjectForOldAndNewRects(oldBounds, oldLocation, newBounds, newLocation));
1327 InvalidationReason invalidationReason = getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, newLocation);