Searched refs:oldLocation (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PinchViewportTest.cpp | 378 FloatPoint oldLocation = expectedRect.location(); in TEST_F() local 381 expectedRect.setLocation(oldLocation); in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderObject.cpp | 1294 …nObjectForOldAndNewRects(const LayoutRect& oldRect, const LayoutPoint& oldLocation, const LayoutRe… in jsonObjectForOldAndNewRects() argument 1298 addJsonObjectForPoint(value.get(), "oldLocation", oldLocation); in jsonObjectForOldAndNewRects() 1311 const LayoutPoint oldLocation = previousPositionFromPaintInvalidationBacking(); in invalidatePaintIfNeeded() local 1325 "info", jsonObjectForOldAndNewRects(oldBounds, oldLocation, newBounds, newLocation)); in invalidatePaintIfNeeded() 1327 …on = getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, new… in invalidatePaintIfNeeded()
|
D | RenderBox.cpp | 3852 …const LayoutRect& oldBounds, const LayoutPoint& oldLocation, const LayoutRect& newBounds, const La… in getPaintInvalidationReason() argument 3854 …ect::getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, new… in getPaintInvalidationReason()
|