Home
last modified time | relevance | path

Searched defs:newLocation (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.cpp63 LayoutPoint newLocation(std::max(x(), other.x()), std::max(y(), other.y())); in intersect() local
86 LayoutPoint newLocation(std::min(x(), other.x()), std::min(y(), other.y())); in unite() local
103 LayoutPoint newLocation(std::min(x(), other.x()), std::min(y(), other.y())); in uniteIfNonZero() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DLocationTest.java40 Location newLocation = new Location(LocationManager.NETWORK_PROVIDER); in test_set() local
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
DMockLocationProvider.java83 private void newLocation() { in newLocation() method in MockLocationProvider
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
DUrlRequestListener.java26 URL newLocation); in onRedirect()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.cpp152 void PinchViewport::setLocation(const FloatPoint& newLocation) in setLocation()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1294 …oldRect, const LayoutPoint& oldLocation, const LayoutRect& newRect, const LayoutPoint& newLocation) in jsonObjectForOldAndNewRects()
1313 …const LayoutPoint newLocation = RenderLayer::positionFromPaintInvalidationBacking(this, &paintInva… in invalidatePaintIfNeeded() local
DRenderBox.cpp3852 …ounds, const LayoutPoint& oldLocation, const LayoutRect& newBounds, const LayoutPoint& newLocation) in getPaintInvalidationReason()