Searched refs:newBounds (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/message_center/cocoa/
H A Dpopup_controller.h77 - (void)showWithAnimation:(NSRect)newBounds;
90 - (void)setBounds:(NSRect)newBounds;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1312 const LayoutRect newBounds = boundsRectForPaintInvalidation(&paintInvalidationContainer, &paintInvalidationState); local
1314 setPreviousPaintInvalidationRect(newBounds);
1325 "info", jsonObjectForOldAndNewRects(oldBounds, oldLocation, newBounds, newLocation));
1327 InvalidationReason invalidationReason = getPaintInvalidationReason(paintInvalidationContainer, oldBounds, oldLocation, newBounds, newLocation);
1333 incrementallyInvalidatePaint(paintInvalidationContainer, oldBounds, newBounds, newLocation);
1337 fullyInvalidatePaint(paintInvalidationContainer, invalidationReason, oldBounds, newBounds);
1342 const LayoutRect& oldBounds, const LayoutPoint& oldPositionFromPaintInvalidationBacking, const LayoutRect& newBounds, const LayoutPoint& newPositionFromPaintInvalidationBacking)
1357 if (oldBounds == newBounds)
1362 if (newBounds.location() != oldBounds.location())
1378 if (newBounds
1341 getPaintInvalidationReason(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutPoint& oldPositionFromPaintInvalidationBacking, const LayoutRect& newBounds, const LayoutPoint& newPositionFromPaintInvalidationBacking) argument
1384 incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationBacking) argument
1401 fullyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, InvalidationReason invalidationReason, const LayoutRect& oldBounds, const LayoutRect& newBounds) argument
[all...]
H A DRenderBox.h655 const LayoutRect& newBounds, const LayoutPoint& newPositionFromPaintInvalidationContainer) OVERRIDE;
656 virtual void incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationContainer) OVERRIDE;
664 void invalidatePaintRectClippedByOldAndNewBounds(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect&, const LayoutRect& oldBounds, const LayoutRect& newBounds);
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);
3888 void RenderBox::incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationBacking) argument
3890 RenderObject::incrementallyInvalidatePaint(paintInvalidationContainer, oldBounds, newBounds, positionFromPaintInvalidationBacking);
3905 ASSERT(oldBounds.location() == newBounds.location()); // Otherwise we won't do incremental invalidation.
3907 && positionFromPaintInvalidationBacking == newBounds.location()
3909 && newBorderBoxSize == newBounds.size())
3923 invalidatePaintRectClippedByOldAndNewBounds(paintInvalidationContainer, rightDeltaRect, oldBounds, newBounds);
3937 invalidatePaintRectClippedByOldAndNewBounds(paintInvalidationContainer, bottomDeltaRect, oldBounds, newBounds);
3941 void RenderBox::invalidatePaintRectClippedByOldAndNewBounds(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& rect, const LayoutRect& oldBounds, const LayoutRect& newBounds) argument
3851 getPaintInvalidationReason(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutPoint& oldLocation, const LayoutRect& newBounds, const LayoutPoint& newLocation) argument
[all...]
H A DRenderObject.h1121 virtual void incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationBacking);
1122 void fullyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, InvalidationReason, const LayoutRect& oldBounds, const LayoutRect& newBounds);
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.cpp103 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), local
107 newBounds.roundOut(&ibounds);
H A DSkTestScalerContext.cpp239 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
243 newBounds.roundOut(&ibounds);
/external/skia/src/fonts/
H A DSkGScalerContext.cpp104 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), local
108 newBounds.roundOut(&ibounds);
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp2541 SkRect newBounds = bounds; local
2543 matrix->mapRect(&newBounds);
2545 canvas->saveLayer(&newBounds, paint);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1717 milliseconds