Searched refs:oldBounds (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp1165 bool RenderElement::repaintAfterLayoutIfNeeded(const RenderLayerModelObject* repaintContainer, const LayoutRect& oldBounds, const LayoutRect& oldOutlineBox, const LayoutRect* newBoundsPtr, const LayoutRect* newOutlineBoxRectPtr) argument
1183 if (newOutlineBox.location() != oldOutlineBox.location() || (mustRepaintBackgroundOrBorder(*this) && (newBounds != oldBounds || newOutlineBox != oldOutlineBox)))
1191 repaintUsingContainer(repaintContainer, oldBounds);
1192 if (newBounds != oldBounds)
1197 if (newBounds == oldBounds && newOutlineBox == oldOutlineBox)
1200 LayoutUnit deltaLeft = newBounds.x() - oldBounds.x();
1202 repaintUsingContainer(repaintContainer, LayoutRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds.height()));
1206 LayoutUnit deltaRight = newBounds.maxX() - oldBounds
[all...]
H A DRenderFrameSet.cpp450 LayoutRect oldBounds; local
454 oldBounds = clippedOverflowRectForRepaint(repaintContainer);
486 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds));
488 if (newBounds != oldBounds)
H A DRenderElement.h116 bool repaintAfterLayoutIfNeeded(const RenderLayerModelObject* repaintContainer, const LayoutRect& oldBounds, const LayoutRect& oldOutlineBox, const LayoutRect* newBoundsPtr = nullptr, const LayoutRect* newOutlineBoxPtr = nullptr);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py119 oldBounds = change.objectForKey_(NSKeyValueChangeOldKey)
120 updateRect = NSUnionRect(newBounds, oldBounds)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py119 oldBounds = change.objectForKey_(NSKeyValueChangeOldKey)
120 updateRect = NSUnionRect(newBounds, oldBounds)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py119 oldBounds = change.objectForKey_(NSKeyValueChangeOldKey)
120 updateRect = NSUnionRect(newBounds, oldBounds)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/ios/
H A DWKViewIOS.mm110 CGRect oldBounds = [self bounds];
113 if (!CGSizeEqualToSize(oldBounds.size, bounds.size))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentView.mm452 CGRect oldBounds = [self bounds];
454 BOOL boundsChanged = !CGRectEqualToRect(oldBounds, contentBounds);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.mm580 CGRect oldBounds = self.bounds;
584 if (!CGSizeEqualToSize(oldBounds.size, bounds.size))
2159 CGRect oldBounds = self.bounds;
2160 WebCore::FloatSize oldMinimumLayoutSize = activeMinimumLayoutSize(self, oldBounds);
2162 WebCore::FloatSize oldMaximumUnobscuredSize = activeMaximumUnobscuredSize(self, oldBounds);
2176 if (CGRectEqualToRect(oldBounds, newBounds)

Completed in 199 milliseconds