Home
last modified time | relevance | path

Searched refs:squashingLayer (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerRepainter.cpp162 m_renderer->groupedMapping()->squashingLayer()->setNeedsDisplay(); in setBackingNeedsRepaint()
192 m_renderer->groupedMapping()->squashingLayer()->setNeedsDisplayInRect(offsetRect); in setBackingNeedsRepaintInRect()
DCompositedLayerMapping.h122 GraphicsLayer* squashingLayer() const { return m_squashingLayer.get(); } in squashingLayer() function
DRenderObject.cpp1392 if (!repaintContainer->groupedMapping()->squashingLayer()) in repaintUsingContainer()
1411 repaintContainer->groupedMapping()->squashingLayer()->setNeedsDisplayInRect(offsetRect); in repaintUsingContainer()
DRenderLayerCompositor.cpp677 … compositedAncestor->groupedMapping()->squashingLayer()->setNeedsDisplayInRect(repaintRect); in repaintInCompositedAncestor()