paintChildren    1928 Source/core/rendering/RenderBlock.cpp         paintChildren(paintInfoForChild, paintOffset);
paintChildren     293 Source/core/rendering/RenderBlock.h     virtual void paintChildren(PaintInfo&, const LayoutPoint&);
paintChildren      57 Source/core/rendering/RenderFlexibleBox.h     virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
paintChildren     135 Source/core/rendering/RenderGrid.h     virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE;
paintChildren    2216 Source/core/rendering/RenderLayer.cpp         paintChildren(NegativeZOrderChildren, context, localPaintingInfo, paintFlags);
paintChildren    2226 Source/core/rendering/RenderLayer.cpp         paintChildren(NormalFlowChildren | PositiveZOrderChildren, context, localPaintingInfo, paintFlags);
paintChildren     588 Source/core/rendering/RenderLayer.h     void paintChildren(unsigned childrenToVisit, GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);