Home
last modified time | relevance | path

Searched refs:paintLayerContentsAndReflection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h505 … void paintLayerContentsAndReflection(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
DRenderLayer.cpp1961 paintLayerContentsAndReflection(context, paintingInfo, paintFlags); in paintLayer()
1964 void RenderLayer::paintLayerContentsAndReflection(GraphicsContext* context, const LayerPaintingInfo… in paintLayerContentsAndReflection() function in WebCore::RenderLayer
2214 paintLayerContentsAndReflection(context, transformedPaintingInfo, paintFlags); in paintLayerByApplyingTransform()