Home | History | Annotate | Download | only in rendering

Lines Matching refs:enclosingPositionedAncestor

714     if (renderer()->isPositioned() && enclosingPositionedAncestor()) {
715 RenderLayer* positionedParent = enclosingPositionedAncestor();
821 RenderLayer* RenderLayer::enclosingPositionedAncestor() const
1206 // Do what enclosingPositionedAncestor() does, but check for ancestorLayer along the way.
1223 // to enclosingPositionedAncestor and subtract.
1224 RenderLayer* positionedAncestor = parentLayer->enclosingPositionedAncestor();