Home
last modified time | relevance | path

Searched refs:setBackingNeedsRepaintInRect (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h184 …void setBackingNeedsRepaintInRect(const IntRect& r); // r is in the coordinate space of the layer'…
DRenderLayerCompositor.cpp572 compLayer->setBackingNeedsRepaintInRect(compBounds);
1241 layer->setBackingNeedsRepaintInRect(rect);
DRenderObject.cpp1171 repaintContainer->layer()->setBackingNeedsRepaintInRect(r); in repaintUsingContainer()
DRenderLayer.cpp4015 void RenderLayer::setBackingNeedsRepaintInRect(const IntRect& r) in scrollTo() function in WebCore::RenderLayer
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1644245 (WebCore::RenderLayer::setBackingNeedsRepaintInRect):