Searched refs:oldRect (Results 1 – 11 of 11) sorted by relevance
27 NSRect oldRect = [self frame];32 newRect.origin.y = oldRect.origin.y;33 newRect.size.height = oldRect.size.height;
331 IntRect RenderScrollbar::trackPieceRectWithMargins(ScrollbarPart partType, const IntRect& oldRect) in trackPieceRectWithMargins() argument335 return oldRect; in trackPieceRectWithMargins()339 IntRect rect = oldRect; in trackPieceRectWithMargins()
402 LayoutRect oldRect = child->frameRect(); in layoutBlockChild() local499 LayoutSize childOffset = child->location() - oldRect.location(); in layoutBlockChild()522 child->repaintDuringLayoutIfMoved(oldRect); in layoutBlockChild()2188 LayoutRect oldRect = childBox->frameRect(); in positionNewFloats() local2250 childBox->repaintDuringLayoutIfMoved(oldRect); in positionNewFloats()
1003 LayoutRect oldRect = child->frameRect(); in placeChild() local1012 child->repaintDuringLayoutIfMoved(oldRect); in placeChild()
2205 void RenderBox::repaintDuringLayoutIfMoved(const LayoutRect& oldRect) in repaintDuringLayoutIfMoved() argument2207 if (oldRect.location() != m_frameRect.location()) { in repaintDuringLayoutIfMoved()2211 m_frameRect = oldRect; in repaintDuringLayoutIfMoved()
446 IntRect oldRect(m_horizontalScrollbar->frameRect()); in updateScrollbars() local452 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect()) in updateScrollbars()465 IntRect oldRect(m_verticalScrollbar->frameRect()); in updateScrollbars() local471 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect()) in updateScrollbars()708 IntRect oldRect = frameRect(); in setFrameRect() local710 if (newRect == oldRect) in setFrameRect()
204 IntRect oldRect = m_scrollbar->frameRect(); in setLocation() local206 if (WebRect(oldRect) != rect) in setLocation()
491 NSRect oldRect = [trackingArea_ rect];492 if (NSEqualRects(trackingAreaBounds_, oldRect))
470 NSRect oldRect = [trackingArea_ rect];471 if (NSEqualRects(trackingAreaBounds_, oldRect))
1263 LayoutRect oldRect = localCaretRectWithoutUpdate(); in recomputeCaretRect() local1265 if (oldRect == newRect && !m_absCaretBoundsDirty) in recomputeCaretRect()1278 repaintCaretForLocalRect(m_previousCaretNode.get(), oldRect); in recomputeCaretRect()
423 IntRect oldRect = frameRect(); in setFrameRect() local424 if (newRect == oldRect) in setFrameRect()428 if (newRect.width() != oldRect.width()) { in setFrameRect()