Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplica.cpp89 layer()->parent()->paintLayer(paintInfo.context, paintingInfo, flags); in paint()
DRenderLayerReflectionInfo.cpp139 reflectionLayer()->paintLayer(context, paintingInfo, flags); in paint()
DRenderLayer.h448 void paintLayer(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
DRenderLayer.cpp1784 paintLayer(context, paintingInfo, paintFlags); in paint()
1797 paintLayer(context, paintingInfo, PaintLayerPaintingOverlayScrollbars); in paintOverlayScrollbars()
1886 void RenderLayer::paintLayer(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, Paint… in paintLayer() function in WebCore::RenderLayer
2235 childLayer->paintLayer(context, paintingInfo, paintFlags); in paintChildren()
2600 childLayer->paintLayer(context, localPaintingInfo, paintFlags); in paintChildLayerIntoColumns()
DCompositedLayerMapping.cpp1866 paintInfo.renderLayer->paintLayer(context, paintingInfo, paintFlags); in doPaintTask()