Searched refs:newLocation (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | LayoutRect.cpp | 62 LayoutPoint newLocation(std::max(x(), other.x()), std::max(y(), other.y())); in intersect() local 66 if (newLocation.x() >= newMaxPoint.x() || newLocation.y() >= newMaxPoint.y()) { in intersect() 67 newLocation = LayoutPoint(0, 0); in intersect() 71 m_location = newLocation; in intersect() 72 m_size = newMaxPoint - newLocation; in intersect() 85 LayoutPoint newLocation(std::min(x(), other.x()), std::min(y(), other.y())); in unite() local 88 m_location = newLocation; in unite() 89 m_size = newMaxPoint - newLocation; in unite() 102 LayoutPoint newLocation(std::min(x(), other.x()), std::min(y(), other.y())); in uniteIfNonZero() local 105 m_location = newLocation; in uniteIfNonZero() [all …]
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | LocationTest.java | 40 Location newLocation = new Location(LocationManager.NETWORK_PROVIDER); in test_set() local 41 newLocation.set(location); in test_set() 43 assertLocationFieldsFromTestSetup(newLocation); in test_set()
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
D | MockLocationProvider.java | 75 newLocation(); in startMockLocationProviderThread() 83 private void newLocation() { in newLocation() method in MockLocationProvider
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
D | media_controls.js | 504 var newLocation = document.location.origin + document.location.pathname + 507 document.location.href = newLocation; 558 var newLocation = document.location.origin + document.location.pathname + 561 document.location.href = newLocation;
|