Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h1262 inline void RenderObject::setNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter) in setNeedsLayout() argument
1271 if (markParents == MarkContainingBlockChain && (!layouter || layouter->root() != this)) in setNeedsLayout()
1295 inline void RenderObject::setChildNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layo… in setChildNeedsLayout() argument
1301 …if (!alreadyNeededLayout && markParents == MarkContainingBlockChain && (!layouter || layouter->roo… in setChildNeedsLayout()
DRenderBlockFlow.cpp1560 MarkingBehavior markParents = inLayout ? MarkOnlyThis : MarkContainingBlockChain; in markAllDescendantsWithFloatsForLayout() local
1561 setChildNeedsLayout(markParents); in markAllDescendantsWithFloatsForLayout()
1574 childBlock->setChildNeedsLayout(markParents); in markAllDescendantsWithFloatsForLayout()
DRenderObject.cpp740 void RenderObject::setPreferredLogicalWidthsDirty(MarkingBehavior markParents) in setPreferredLogicalWidthsDirty() argument
744 …if (!alreadyDirty && markParents == MarkContainingBlockChain && (isText() || !style()->hasOutOfFlo… in setPreferredLogicalWidthsDirty()