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

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

Completed in 71 milliseconds