Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.cpp62 LayoutPoint newLocation(std::max(x(), other.x()), std::max(y(), other.y())); in intersect() local
85 LayoutPoint newLocation(std::min(x(), other.x()), std::min(y(), other.y())); in unite() local
102 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