Home | History | Annotate | Download | only in rendering

Lines Matching refs:posChildNeedsLayout

2710     if ((!posChildNeedsLayout() && !needsSimplifiedNormalFlowLayout()) || normalChildNeedsLayout() || selfNeedsLayout())
2724 // child, neither the fixed element nor its container learn of the movement since posChildNeedsLayout() is only marked as far as the
2728 if (posChildNeedsLayout() || canContainFixedPosObjects)
2729 layoutPositionedObjects(false, !posChildNeedsLayout() && canContainFixedPosObjects);