Searched refs:posChildNeedsLayout (Results 1 – 3 of 3) sorted by relevance
438 …ut = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.norm… in writeRenderObject()462 if (o.posChildNeedsLayout()) { in writeRenderObject()
421 bool posChildNeedsLayout() const { return m_posChildNeedsLayout; } in posChildNeedsLayout() function
2154 …if ((!posChildNeedsLayout() && !needsSimplifiedNormalFlowLayout()) || normalChildNeedsLayout() || … in simplifiedLayout()2167 if (posChildNeedsLayout()) in simplifiedLayout()