Searched refs:oldBounds (Results 1 – 5 of 5) sorted by relevance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
D | ResizableDialog.java | 73 Rectangle oldBounds = loadBounds(); in getInitialSize() local 74 if (oldBounds != null) { in getInitialSize() 76 int width = Math.min(displayBounds.width, Math.max(oldBounds.width, defaultSize.x)); in getInitialSize() 77 int height = Math.min(displayBounds.height, Math.max(oldBounds.height, defaultSize.y)); in getInitialSize()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 1214 …erLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& … in repaintAfterLayoutIfNeeded() argument 1233 …lineBox.location() || (mustRepaintBackgroundOrBorder() && (newBounds != oldBounds || newOutlineBox… in repaintAfterLayoutIfNeeded() 1241 repaintUsingContainer(repaintContainer, oldBounds); in repaintAfterLayoutIfNeeded() 1242 if (newBounds != oldBounds) in repaintAfterLayoutIfNeeded() 1247 if (newBounds == oldBounds && newOutlineBox == oldOutlineBox) in repaintAfterLayoutIfNeeded() 1250 int deltaLeft = newBounds.x() - oldBounds.x(); in repaintAfterLayoutIfNeeded() 1252 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds… in repaintAfterLayoutIfNeeded() 1256 int deltaRight = newBounds.maxX() - oldBounds.maxX(); in repaintAfterLayoutIfNeeded() 1258 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.maxX(), newBounds.y(), deltaRight, newBo… in repaintAfterLayoutIfNeeded() 1260 …singContainer(repaintContainer, IntRect(newBounds.maxX(), oldBounds.y(), -deltaRight, oldBounds.he… in repaintAfterLayoutIfNeeded() [all …]
|
D | RenderFrameSet.cpp | 460 IntRect oldBounds; in layout() local 462 oldBounds = absoluteClippedOverflowRect(); in layout() 511 view()->repaintViewRectangle(oldBounds); in layout() 513 if (newBounds != oldBounds) in layout()
|
D | RenderObject.h | 626 …erLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& … 800 LayoutRepainter(RenderObject& object, bool checkForRepaint, const IntRect* oldBounds = 0) 807 … m_oldBounds = oldBounds ? *oldBounds : m_object.clippedOverflowRectForRepaint(m_repaintContainer); in m_object()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 2236 IntRect oldBounds = m_autoFillPopup->frameRect(); in refreshAutoFillPopup() local 2240 if (oldBounds != newBounds) { in refreshAutoFillPopup()
|