Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutOverflowRectForPropagation

3284     // its overflow is internal to it, and we don't care about it.  layoutOverflowRectForPropagation takes care of this
3286 IntRect childLayoutOverflowRect = child->layoutOverflowRectForPropagation(style());
3420 IntRect rect = layoutOverflowRectForPropagation(parentStyle);
3426 IntRect RenderBox::layoutOverflowRectForPropagation(RenderStyle* parentStyle) const