Searched refs:repaintUsingContainer (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderSelectionInfo.h | 71 m_object->repaintUsingContainer(m_repaintContainer, m_rect); in repaint() 92 m_object->repaintUsingContainer(m_repaintContainer, m_rects); in repaint()
|
D | RenderObject.cpp | 1152 void RenderObject::repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, … in repaintUsingContainer() function in WebCore::RenderObject 1190 …repaintUsingContainer(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() 1252 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds… in repaintAfterLayoutIfNeeded() 1254 …repaintUsingContainer(repaintContainer, IntRect(newBounds.x(), newBounds.y(), -deltaLeft, newBound… in repaintAfterLayoutIfNeeded() 1258 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.maxX(), newBounds.y(), deltaRight, newBo… in repaintAfterLayoutIfNeeded() 1260 …repaintUsingContainer(repaintContainer, IntRect(newBounds.maxX(), oldBounds.y(), -deltaRight, oldB… in repaintAfterLayoutIfNeeded() 1264 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), oldBounds.width(), d… in repaintAfterLayoutIfNeeded() [all …]
|
D | RenderLayer.cpp | 351 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()
|
D | RenderObject.h | 614 …void repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, bool immediat…
|
D | RenderBlockLineLayout.cpp | 925 repaintUsingContainer(containerForRepaint(), layer()->repaintRect()); in layoutInlineChildren()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 9080 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):
|
D | ChangeLog-2009-06-16 | 42774 (WebCore::RenderObject::repaintUsingContainer): 43341 (WebCore::RenderObject::repaintUsingContainer): 45976 (WebCore::RenderObject::repaintUsingContainer): 47778 (WebCore::RenderObject::repaintUsingContainer):
|
D | ChangeLog | 15465 … (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…
|