Searched refs:newLocation (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutRect.cpp63 LayoutPoint newLocation(std::max(x(), other.x()), std::max(y(), other.y()));
67 if (newLocation.x() >= newMaxPoint.x() || newLocation.y() >= newMaxPoint.y()) {
68 newLocation = LayoutPoint(0, 0);
72 m_location = newLocation;
73 m_size = newMaxPoint - newLocation;
86 LayoutPoint newLocation(std::min(x(), other.x()), std::min(y(), other.y()));
89 m_location = newLocation;
90 m_size = newMaxPoint - newLocation;
103 LayoutPoint newLocation(st
[all...]
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DUrlRequestListener.java23 * @param newLocation Location where request is redirected.
26 URL newLocation);
25 onRedirect(UrlRequest request, ResponseInfo info, URL newLocation) argument
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DMockLocationProvider.java75 newLocation();
83 private void newLocation() { method in class:MockLocationProvider
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLocationTest.java40 Location newLocation = new Location(LocationManager.NETWORK_PROVIDER);
41 newLocation.set(location);
43 assertLocationFieldsFromTestSetup(newLocation);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp152 void PinchViewport::setLocation(const FloatPoint& newLocation) argument
154 FloatPoint clampedOffset(clampOffsetToBoundaries(newLocation));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1294 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> jsonObjectForOldAndNewRects(const LayoutRect& oldRect, const LayoutPoint& oldLocation, const LayoutRect& newRect, const LayoutPoint& newLocation) argument
1300 addJsonObjectForPoint(value.get(), "newLocation", newLocation);
1313 const LayoutPoint newLocation = RenderLayer::positionFromPaintInvalidationBacking(this, &paintInvalidationContainer, &paintInvalidationState); local
1315 setPreviousPositionFromPaintInvalidationBacking(newLocation);
1325 "info", jsonObjectForOldAndNewRects(oldBounds, oldLocation, newBounds, newLocation));
1327 InvalidationReason invalidationReason = getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, newLocation);
1333 incrementallyInvalidatePaint(paintInvalidationContainer, oldBounds, newBounds, newLocation);
H A DRenderBox.cpp3852 const LayoutRect& oldBounds, const LayoutPoint& oldLocation, const LayoutRect& newBounds, const LayoutPoint& newLocation)
3854 InvalidationReason invalidationReason = RenderBoxModelObject::getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, newLocation);
3851 getPaintInvalidationReason(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutPoint& oldLocation, const LayoutRect& newBounds, const LayoutPoint& newLocation) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 634 milliseconds