Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_show_all_button.mm27 NSRect oldRect = [self frame];
32 newRect.origin.y = oldRect.origin.y;
33 newRect.size.height = oldRect.size.height;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbar.cpp331 IntRect RenderScrollbar::trackPieceRectWithMargins(ScrollbarPart partType, const IntRect& oldRect) in trackPieceRectWithMargins() argument
335 return oldRect; in trackPieceRectWithMargins()
339 IntRect rect = oldRect; in trackPieceRectWithMargins()
DRenderBlockFlow.cpp402 LayoutRect oldRect = child->frameRect(); in layoutBlockChild() local
499 LayoutSize childOffset = child->location() - oldRect.location(); in layoutBlockChild()
522 child->repaintDuringLayoutIfMoved(oldRect); in layoutBlockChild()
2188 LayoutRect oldRect = childBox->frameRect(); in positionNewFloats() local
2250 childBox->repaintDuringLayoutIfMoved(oldRect); in positionNewFloats()
DRenderDeprecatedFlexibleBox.cpp1003 LayoutRect oldRect = child->frameRect(); in placeChild() local
1012 child->repaintDuringLayoutIfMoved(oldRect); in placeChild()
DRenderBox.cpp2205 void RenderBox::repaintDuringLayoutIfMoved(const LayoutRect& oldRect) in repaintDuringLayoutIfMoved() argument
2207 if (oldRect.location() != m_frameRect.location()) { in repaintDuringLayoutIfMoved()
2211 m_frameRect = oldRect; in repaintDuringLayoutIfMoved()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp446 IntRect oldRect(m_horizontalScrollbar->frameRect()); in updateScrollbars() local
452 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect()) in updateScrollbars()
465 IntRect oldRect(m_verticalScrollbar->frameRect()); in updateScrollbars() local
471 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect()) in updateScrollbars()
708 IntRect oldRect = frameRect(); in setFrameRect() local
710 if (newRect == oldRect) in setFrameRect()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp204 IntRect oldRect = m_scrollbar->frameRect(); in setLocation() local
206 if (WebRect(oldRect) != rect) in setLocation()
/external/chromium_org/chrome/browser/ui/cocoa/
Dpresentation_mode_controller.mm491 NSRect oldRect = [trackingArea_ rect];
492 if (NSEqualRects(trackingAreaBounds_, oldRect))
/external/chromium/chrome/browser/ui/cocoa/
Dfullscreen_controller.mm470 NSRect oldRect = [trackingArea_ rect];
471 if (NSEqualRects(trackingAreaBounds_, oldRect))
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1263 LayoutRect oldRect = localCaretRectWithoutUpdate(); in recomputeCaretRect() local
1265 if (oldRect == newRect && !m_absCaretBoundsDirty) in recomputeCaretRect()
1278 repaintCaretForLocalRect(m_previousCaretNode.get(), oldRect); in recomputeCaretRect()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp423 IntRect oldRect = frameRect(); in setFrameRect() local
424 if (newRect == oldRect) in setFrameRect()
428 if (newRect.width() != oldRect.width()) { in setFrameRect()