Searched refs:oldRect (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TiledDrawingAreaTileQt.cpp | 91 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/ |
D | RenderScrollbar.cpp | 338 IntRect RenderScrollbar::trackPieceRectWithMargins(ScrollbarPart partType, const IntRect& oldRect) in trackPieceRectWithMargins() argument 342 return oldRect; in trackPieceRectWithMargins() 346 IntRect rect = oldRect; in trackPieceRectWithMargins()
|
D | RenderFrameSet.cpp | 710 IntRect oldRect = child->frameRect(); in positionFramesWithFlattening() local 716 if (child->frameRect() != oldRect) { in positionFramesWithFlattening()
|
D | RenderFlexibleBox.cpp | 950 IntRect oldRect(child->x(), child->y() , child->width(), child->height()); in placeChild() local 959 child->repaintDuringLayoutIfMoved(oldRect); in placeChild()
|
D | RenderBlock.cpp | 1991 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/ |
D | WebScrollbarImpl.cpp | 79 IntRect oldRect = m_scrollbar->frameRect(); in setLocation() local 81 if (WebRect(oldRect) != rect) in setLocation()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.cpp | 605 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/ |
D | fullscreen_controller.mm | 470 NSRect oldRect = [trackingArea_ rect]; 471 if (NSEqualRects(trackingAreaBounds_, oldRect))
|
/external/webkit/Source/WebCore/editing/ |
D | SelectionController.cpp | 1151 IntRect oldRect = m_caretRect; in recomputeCaretRect() local 1153 if (oldRect == newRect && !m_absCaretBoundsDirty) in recomputeCaretRect()
|
/external/webkit/Source/WebCore/page/ |
D | FrameView.cpp | 362 IntRect oldRect = frameRect(); in setFrameRect() local 363 if (newRect == oldRect) in setFrameRect()
|