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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h1392 inline void RenderObject::setNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter) argument
1403 if (markParents == MarkContainingBlockChain && (!layouter || layouter->root() != this))
1408 inline void RenderObject::setNeedsLayoutAndFullPaintInvalidation(MarkingBehavior markParents, SubtreeLayoutScope* layouter) argument
1410 setNeedsLayout(markParents, layouter);
1431 inline void RenderObject::setChildNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter) argument
1437 if (!alreadyNeededLayout && markParents == MarkContainingBlockChain && (!layouter || layouter->root() != this))
H A DRenderObject.cpp767 void RenderObject::setPreferredLogicalWidthsDirty(MarkingBehavior markParents) argument
770 if (markParents == MarkContainingBlockChain && (isText() || !style()->hasOutOfFlowPosition()))
H A DRenderBlockFlow.cpp1816 MarkingBehavior markParents = inLayout ? MarkOnlyThis : MarkContainingBlockChain; local
1817 setChildNeedsLayout(markParents);
1830 childBlock->setChildNeedsLayout(markParents);

Completed in 538 milliseconds