Home | History | Annotate | Download | only in rendering

Lines Matching refs:stackingContext

523     RenderLayer* ancestorStackingContext = stackingContext();
545 for (RenderLayer* sc = stackingContext(); sc; sc = sc->stackingContext()) {
633 RenderLayer* curr = stackingContext();
641 curr = curr->stackingContext();
792 RenderLayer* RenderLayer::stackingContext() const
841 return layer->isNormalFlowOnly() ? layer->parent() : layer->stackingContext();
1043 // Dirty the z-order list in which we are contained. The stackingContext() can be null in the
1081 // from the main layer tree, so we need to null-check the |stackingContext| value.
1412 if (RenderLayer* compositingAncestor = stackingContext()->enclosingCompositingLayer()) {
2797 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext();
3273 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext();
3895 RenderLayer* sc = stackingContext();
4124 if (stackingContext()->hasCompositingDescendant())