Searched refs:repaintUsingContainer (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderSelectionInfo.h | 70 m_object->repaintUsingContainer(m_repaintContainer, m_rect); in repaint() 91 m_object->repaintUsingContainer(m_repaintContainer, m_rects); in repaint()
|
D | RenderObject.cpp | 1144 void RenderObject::repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, … in repaintUsingContainer() function in WebCore::RenderObject 1173 …repaintUsingContainer(repaintContainer ? repaintContainer : view, clippedOverflowRectForRepaint(re… in repaint() 1194 repaintUsingContainer(repaintContainer ? repaintContainer : view, dirtyRect, immediate); in repaintRectangle() 1220 repaintUsingContainer(repaintContainer, oldBounds); in repaintAfterLayoutIfNeeded() 1222 repaintUsingContainer(repaintContainer, newBounds); in repaintAfterLayoutIfNeeded() 1231 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds… in repaintAfterLayoutIfNeeded() 1233 …repaintUsingContainer(repaintContainer, IntRect(newBounds.x(), newBounds.y(), -deltaLeft, newBound… in repaintAfterLayoutIfNeeded() 1237 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.right(), newBounds.y(), deltaRight, newB… in repaintAfterLayoutIfNeeded() 1239 …repaintUsingContainer(repaintContainer, IntRect(newBounds.right(), oldBounds.y(), -deltaRight, old… in repaintAfterLayoutIfNeeded() 1243 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), oldBounds.width(), d… in repaintAfterLayoutIfNeeded() [all …]
|
D | RenderObject.h | 607 …void repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, bool immediat…
|
D | RenderLayer.cpp | 288 renderer()->repaintUsingContainer(repaintContainer, m_repaintRect); in updateLayerPositions() 290 renderer()->repaintUsingContainer(repaintContainer, newRect); in updateLayerPositions() 3344 …renderer()->repaintUsingContainer(repaintContainer, renderer()->clippedOverflowRectForRepaint(repa… in repaintIncludingNonCompositingDescendants()
|
D | RenderBlockLineLayout.cpp | 713 repaintUsingContainer(containerForRepaint(), layer()->repaintRect()); in layoutInlineChildren()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 42774 (WebCore::RenderObject::repaintUsingContainer): 43341 (WebCore::RenderObject::repaintUsingContainer): 45976 (WebCore::RenderObject::repaintUsingContainer): 47778 (WebCore::RenderObject::repaintUsingContainer):
|