Home | History | Annotate | Download | only in rendering

Lines Matching refs:childLayer

996 void RenderLayerCompositor::setCompositingParent(RenderLayer* childLayer, RenderLayer* parentLayer)
998 ASSERT(!parentLayer || childLayer->ancestorCompositingLayer() == parentLayer);
999 ASSERT(childLayer->isComposited());
1009 GraphicsLayer* hostedLayer = childLayer->backing()->childForSuperlayers();
1013 childLayer->backing()->childForSuperlayers()->removeFromParent();