Home | History | Annotate | Download | only in rendering

Lines Matching refs:IncludeSelf

399 RenderLayer* RenderLayer::enclosingOverflowClipLayer(IncludeSelfOrNot includeSelf) const
401 const RenderLayer* layer = (includeSelf == IncludeSelf) ? this : parent();
944 RenderLayer* RenderLayer::enclosingLayerWithCompositedLayerMapping(IncludeSelfOrNot includeSelf) const
948 if ((includeSelf == IncludeSelf) && compositingState() != NotComposited && compositingState() != PaintsIntoGroupedBacking)