Home | History | Annotate | Download | only in rendering

Lines Matching full:child

355         // If we have a clipping layer (which clips descendants), then the foreground layer is a child of it,
385 // m_foregroundLayer has to be inserted in the correct order with child layers,
423 m_clippingLayer->setName("Child clipping Layer");
647 for (RenderObject* child = renderer()->firstChild(); child; child = child->nextSibling()) {
648 if (!child->hasLayer()) {
649 if (child->isRenderInline() || !child->isBox())
652 if (toRenderBox(child)->width() > 0 || toRenderBox(child)->height() > 0)
894 // If this layer's renderer is a child of the paintingRoot, we render unconditionally, which
932 // Paint our background first, before painting any child layers.
989 // Paint any child layers that have overflow.