Searched refs:newRect (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/platform/ |
D | ScrollView.cpp | 693 void ScrollView::setFrameRect(const IntRect& newRect) in wheelEvent() argument 697 if (newRect == oldRect) in wheelEvent() 700 Widget::setFrameRect(newRect); in wheelEvent() 705 if (newRect.width() != oldRect.width() || newRect.height() != oldRect.height()) { in wheelEvent() 836 IntRect newRect = localRect; in wheelEvent() local 837 newRect.move(scrollbar->x(), scrollbar->y()); in wheelEvent() 838 return newRect; in wheelEvent() 843 IntRect newRect = parentRect; in wheelEvent() local 845 newRect.move(-scrollbar->x(), -scrollbar->y()); in wheelEvent() 846 return newRect; in wheelEvent()
|
/external/webkit/WebCore/rendering/ |
D | RenderLayer.cpp | 293 IntRect newRect = renderer()->clippedOverflowRectForRepaint(repaintContainer); in updateLayerPositions() local 299 if (newRect != m_repaintRect) in updateLayerPositions() 300 renderer()->repaintUsingContainer(repaintContainer, newRect); in updateLayerPositions() 305 m_repaintRect = newRect; in updateLayerPositions() 1119 IntRect newRect = rect; in scrollRectToVisible() local 1158 newRect.setX(rect.x() - diffX); in scrollRectToVisible() 1159 newRect.setY(rect.y() - diffY); in scrollRectToVisible() 1175 newRect.setX(rect.x() - frameView->scrollX() + frameView->x()); in scrollRectToVisible() 1176 newRect.setY(rect.y() - frameView->scrollY() + frameView->y()); in scrollRectToVisible() 1189 parentLayer->scrollRectToVisible(newRect, scrollToAnchor, alignX, alignY); in scrollRectToVisible()
|
D | RenderObject.h | 455 …PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, bool newForceB… 459 , rect(newRect) in context()
|
/external/webkit/WebCore/editing/ |
D | SelectionController.cpp | 926 IntRect newRect = localCaretRect(); in recomputeCaretRect() local 927 if (oldRect == newRect && !m_absCaretBoundsDirty) in recomputeCaretRect()
|