Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeightForChild

2104     setLogicalHeight(logicalHeight() + logicalHeightForChild(child));
3380 setLogicalHeightForFloat(floatingObject, logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marginAfterForChild(childBox));
6079 int childLogicalHeight = logicalHeightForChild(child) + (includeMargins ? marginBeforeForChild(child) + marginAfterForChild(child) : 0);