Home
last modified time | relevance | path

Searched refs:oldLocation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DPinchViewportTest.cpp378 FloatPoint oldLocation = expectedRect.location(); in TEST_F() local
381 expectedRect.setLocation(oldLocation); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1294 …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()
DRenderBox.cpp3852 …const LayoutRect& oldBounds, const LayoutPoint& oldLocation, const LayoutRect& newBounds, const La… in getPaintInvalidationReason() argument
3854 …ect::getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, new… in getPaintInvalidationReason()