Home
last modified time | relevance | path

Searched refs:oldRect (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/qt/
DTiledDrawingAreaTileQt.cpp91 IntRect oldRect = m_rect; in resize() local
93 if (m_rect.maxX() > oldRect.maxX()) in resize()
94 … invalidate(IntRect(oldRect.maxX(), oldRect.y(), m_rect.maxX() - oldRect.maxX(), m_rect.height())); in resize()
95 if (m_rect.maxY() > oldRect.maxY()) in resize()
96 … invalidate(IntRect(oldRect.x(), oldRect.maxY(), m_rect.width(), m_rect.maxY() - oldRect.maxY())); in resize()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbar.cpp338 IntRect RenderScrollbar::trackPieceRectWithMargins(ScrollbarPart partType, const IntRect& oldRect) in trackPieceRectWithMargins() argument
342 return oldRect; in trackPieceRectWithMargins()
346 IntRect rect = oldRect; in trackPieceRectWithMargins()
DRenderFrameSet.cpp710 IntRect oldRect = child->frameRect(); in positionFramesWithFlattening() local
716 if (child->frameRect() != oldRect) { in positionFramesWithFlattening()
DRenderFlexibleBox.cpp950 IntRect oldRect(child->x(), child->y() , child->width(), child->height()); in placeChild() local
959 child->repaintDuringLayoutIfMoved(oldRect); in placeChild()
DRenderBlock.cpp1991 IntRect oldRect(child->x(), child->y() , child->width(), child->height()); in layoutBlockChild() local
2114 IntSize childOffset(child->x() - oldRect.x(), child->y() - oldRect.y()); in layoutBlockChild()
2122 child->repaintDuringLayoutIfMoved(oldRect); in layoutBlockChild()
3316 IntRect oldRect(childBox->x(), childBox->y() , childBox->width(), childBox->height()); in positionNewFloats() local
3386 childBox->repaintDuringLayoutIfMoved(oldRect); in positionNewFloats()
/external/webkit/Source/WebKit/chromium/src/
DWebScrollbarImpl.cpp79 IntRect oldRect = m_scrollbar->frameRect(); in setLocation() local
81 if (WebRect(oldRect) != rect) in setLocation()
/external/webkit/Source/WebCore/platform/
DScrollView.cpp605 IntRect oldRect(m_horizontalScrollbar->frameRect()); in updateScrollbars() local
611 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect()) in updateScrollbars()
626 IntRect oldRect(m_verticalScrollbar->frameRect()); in updateScrollbars() local
632 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect()) in updateScrollbars()
869 IntRect oldRect = frameRect(); in wheelEvent() local
871 if (newRect == oldRect) in wheelEvent()
/external/chromium/chrome/browser/ui/cocoa/
Dfullscreen_controller.mm470 NSRect oldRect = [trackingArea_ rect];
471 if (NSEqualRects(trackingAreaBounds_, oldRect))
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp1151 IntRect oldRect = m_caretRect; in recomputeCaretRect() local
1153 if (oldRect == newRect && !m_absCaretBoundsDirty) in recomputeCaretRect()
/external/webkit/Source/WebCore/page/
DFrameView.cpp362 IntRect oldRect = frameRect(); in setFrameRect() local
363 if (newRect == oldRect) in setFrameRect()