HomeSort by relevance Sort by last modified time
    Searched refs:oldRect (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/rendering/
RenderScrollbar.cpp 308 IntRect RenderScrollbar::trackPieceRectWithMargins(ScrollbarPart partType, const IntRect& oldRect)
312 return oldRect;
316 IntRect rect = oldRect;
RenderFlexibleBox.cpp     [all...]
RenderFrameSet.cpp 709 IntRect oldRect = child->frameRect();
715 if (child->frameRect() != oldRect) {
RenderBlock.cpp     [all...]
  /external/webkit/WebCore/platform/
ScrollView.cpp 433 IntRect oldRect(m_horizontalScrollbar->frameRect());
439 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect())
457 IntRect oldRect(m_verticalScrollbar->frameRect());
463 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect())
680 IntRect oldRect = frameRect();
682 if (newRect == oldRect)
690 if (newRect.width() != oldRect.width() || newRect.height() != oldRect.height()) {
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp     [all...]

Completed in 632 milliseconds