Searched refs:markParents (Results 1 – 3 of 3) sorted by relevance
1262 inline void RenderObject::setNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter) in setNeedsLayout() argument1271 if (markParents == MarkContainingBlockChain && (!layouter || layouter->root() != this)) in setNeedsLayout()1295 inline void RenderObject::setChildNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layo… in setChildNeedsLayout() argument1301 …if (!alreadyNeededLayout && markParents == MarkContainingBlockChain && (!layouter || layouter->roo… in setChildNeedsLayout()
1560 MarkingBehavior markParents = inLayout ? MarkOnlyThis : MarkContainingBlockChain; in markAllDescendantsWithFloatsForLayout() local1561 setChildNeedsLayout(markParents); in markAllDescendantsWithFloatsForLayout()1574 childBlock->setChildNeedsLayout(markParents); in markAllDescendantsWithFloatsForLayout()
740 void RenderObject::setPreferredLogicalWidthsDirty(MarkingBehavior markParents) in setPreferredLogicalWidthsDirty() argument744 …if (!alreadyDirty && markParents == MarkContainingBlockChain && (isText() || !style()->hasOutOfFlo… in setPreferredLogicalWidthsDirty()