Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutOverflowRectForPropagation

4036     // its overflow is internal to it, and we don't care about it.  layoutOverflowRectForPropagation takes care of this
4038 LayoutRect childLayoutOverflowRect = child->layoutOverflowRectForPropagation(style());
4263 LayoutRect rect = layoutOverflowRectForPropagation(parentStyle);
4269 LayoutRect RenderBox::layoutOverflowRectForPropagation(RenderStyle* parentStyle) const