Home
last modified time | relevance | path

Searched refs:markParents (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.h486 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() argument
935 if (markParents) in setNeedsLayout()
949 inline void RenderObject::setChildNeedsLayout(bool b, bool markParents) in setChildNeedsLayout() argument
955 if (!alreadyNeededLayout && markParents) in setChildNeedsLayout()
DRenderObject.cpp577 void RenderObject::setPreferredLogicalWidthsDirty(bool b, bool markParents) in setPreferredLogicalWidthsDirty() argument
581 …if (b && !alreadyDirty && markParents && (isText() || (style()->position() != FixedPosition && sty… in setPreferredLogicalWidthsDirty()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2911373 …* rendering/RenderSVGContainer.cpp: Fix incorrect markParents=true usage, leading to unnecessary r…
11376 * rendering/RenderSVGHiddenContainer.cpp: Fix incorrect markParents=true usage.