Home | History | Annotate | Download | only in rendering

Lines Matching refs:enclosingPositionedAncestor

1183     if (renderer()->isOutOfFlowPositioned() && enclosingPositionedAncestor()) {
1184 RenderLayer* positionedParent = enclosingPositionedAncestor();
1296 RenderLayer* RenderLayer::enclosingPositionedAncestor() const
1887 // Do what enclosingPositionedAncestor() does, but check for ancestorLayer along the way.
1912 // to enclosingPositionedAncestor and subtract.
1913 RenderLayer* positionedAncestor = parentLayer->enclosingPositionedAncestor();