PaintLayerHaveTransparency 1986 Source/core/rendering/RenderLayer.cpp         paintFlags |= PaintLayerHaveTransparency;
PaintLayerHaveTransparency 1997 Source/core/rendering/RenderLayer.cpp         if (paintFlags & PaintLayerHaveTransparency) {
PaintLayerHaveTransparency 2052 Source/core/rendering/RenderLayer.cpp     bool haveTransparency = paintFlags & PaintLayerHaveTransparency;
PaintLayerHaveTransparency   89 Source/core/rendering/RenderReplica.cpp         PaintLayerFlags flags = PaintLayerHaveTransparency | PaintLayerAppliedTransform | PaintLayerTemporaryClipRects | PaintLayerPaintingReflection;