Home
last modified time | relevance | path

Searched refs:repaintUsingContainer (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderSelectionInfo.h70 m_object->repaintUsingContainer(m_repaintContainer, m_rect); in repaint()
91 m_object->repaintUsingContainer(m_repaintContainer, m_rects); in repaint()
DRenderObject.cpp1144 void RenderObject::repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, … in repaintUsingContainer() function in WebCore::RenderObject
1173repaintUsingContainer(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()
1231repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds… in repaintAfterLayoutIfNeeded()
1233repaintUsingContainer(repaintContainer, IntRect(newBounds.x(), newBounds.y(), -deltaLeft, newBound… in repaintAfterLayoutIfNeeded()
1237repaintUsingContainer(repaintContainer, IntRect(oldBounds.right(), newBounds.y(), deltaRight, newB… in repaintAfterLayoutIfNeeded()
1239repaintUsingContainer(repaintContainer, IntRect(newBounds.right(), oldBounds.y(), -deltaRight, old… in repaintAfterLayoutIfNeeded()
1243repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), oldBounds.width(), d… in repaintAfterLayoutIfNeeded()
[all …]
DRenderObject.h607 …void repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, bool immediat…
DRenderLayer.cpp288 renderer()->repaintUsingContainer(repaintContainer, m_repaintRect); in updateLayerPositions()
290 renderer()->repaintUsingContainer(repaintContainer, newRect); in updateLayerPositions()
3344 …renderer()->repaintUsingContainer(repaintContainer, renderer()->clippedOverflowRectForRepaint(repa… in repaintIncludingNonCompositingDescendants()
DRenderBlockLineLayout.cpp713 repaintUsingContainer(containerForRepaint(), layer()->repaintRect()); in layoutInlineChildren()
/external/webkit/WebCore/
DChangeLog-2009-06-1642774 (WebCore::RenderObject::repaintUsingContainer):
43341 (WebCore::RenderObject::repaintUsingContainer):
45976 (WebCore::RenderObject::repaintUsingContainer):
47778 (WebCore::RenderObject::repaintUsingContainer):