Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderSelectionInfo.h71 m_object->repaintUsingContainer(m_repaintContainer, m_rect); in repaint()
92 m_object->repaintUsingContainer(m_repaintContainer, m_rects); in repaint()
DRenderObject.cpp1152 void RenderObject::repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, … in repaintUsingContainer() function in WebCore::RenderObject
1190repaintUsingContainer(repaintContainer ? repaintContainer : view, clippedOverflowRectForRepaint(re… in repaint()
1211 repaintUsingContainer(repaintContainer ? repaintContainer : view, dirtyRect, immediate); in repaintRectangle()
1241 repaintUsingContainer(repaintContainer, oldBounds); in repaintAfterLayoutIfNeeded()
1243 repaintUsingContainer(repaintContainer, newBounds); in repaintAfterLayoutIfNeeded()
1252repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds… in repaintAfterLayoutIfNeeded()
1254repaintUsingContainer(repaintContainer, IntRect(newBounds.x(), newBounds.y(), -deltaLeft, newBound… in repaintAfterLayoutIfNeeded()
1258repaintUsingContainer(repaintContainer, IntRect(oldBounds.maxX(), newBounds.y(), deltaRight, newBo… in repaintAfterLayoutIfNeeded()
1260repaintUsingContainer(repaintContainer, IntRect(newBounds.maxX(), oldBounds.y(), -deltaRight, oldB… in repaintAfterLayoutIfNeeded()
1264repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), oldBounds.width(), d… in repaintAfterLayoutIfNeeded()
[all …]
DRenderLayer.cpp351 renderer()->repaintUsingContainer(repaintContainer, m_repaintRect); in updateLayerPositions()
353 renderer()->repaintUsingContainer(repaintContainer, newRect); in updateLayerPositions()
1423 renderer()->repaintUsingContainer(repaintContainer, rectForRepaint); in scrollTo()
4018 …renderer()->repaintUsingContainer(repaintContainer, renderer()->clippedOverflowRectForRepaint(repa… in repaintIncludingNonCompositingDescendants()
DRenderObject.h614 …void repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, bool immediat…
DRenderBlockLineLayout.cpp925 repaintUsingContainer(containerForRepaint(), layer()->repaintRect()); in layoutInlineChildren()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-249080 r59137 changed the behavior of RenderObject::repaintUsingContainer(). I mistakenly
9086 (WebCore::RenderObject::repaintUsingContainer):
9102 RenderObject::repaintUsingContainer() incorrectly did a view-based
9112 (WebCore::RenderObject::repaintUsingContainer):
DChangeLog-2009-06-1642774 (WebCore::RenderObject::repaintUsingContainer):
43341 (WebCore::RenderObject::repaintUsingContainer):
45976 (WebCore::RenderObject::repaintUsingContainer):
47778 (WebCore::RenderObject::repaintUsingContainer):
DChangeLog15465 … (WebCore::RenderObject::repaintUsingContainer): If the repaint container is the RenderView, and
15471 …for not applying it in RenderObject::repaintUsingContainer(), but for purposes other than repainti…