Home | History | Annotate | Download | only in page

Lines Matching defs:enclosingLayer

986         layer = rootForThisLayout->enclosingLayer();
2445 const RenderLayer* enclosingLayer = ownerElement->renderer()->enclosingLayer();
2446 if (!enclosingLayer)
2452 clipRect = pixelSnappedIntRect(enclosingLayer->childrenClipRect());
2454 clipRect = pixelSnappedIntRect(enclosingLayer->selfClipRect());