Searched refs:markParents (Results 1 – 3 of 3) sorted by relevance
486 void setNeedsLayout(bool b, bool markParents = true);487 void setChildNeedsLayout(bool b, bool markParents = true);490 void setPreferredLogicalWidthsDirty(bool, bool markParents = true);928 inline void RenderObject::setNeedsLayout(bool b, bool markParents) in setNeedsLayout() argument935 if (markParents) in setNeedsLayout()949 inline void RenderObject::setChildNeedsLayout(bool b, bool markParents) in setChildNeedsLayout() argument955 if (!alreadyNeededLayout && markParents) in setChildNeedsLayout()
577 void RenderObject::setPreferredLogicalWidthsDirty(bool b, bool markParents) in setPreferredLogicalWidthsDirty() argument581 …if (b && !alreadyDirty && markParents && (isText() || (style()->position() != FixedPosition && sty… in setPreferredLogicalWidthsDirty()
11373 …* rendering/RenderSVGContainer.cpp: Fix incorrect markParents=true usage, leading to unnecessary r…11376 * rendering/RenderSVGHiddenContainer.cpp: Fix incorrect markParents=true usage.