Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalWidthForChild

2378     setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), applyDelta);
3915 setLogicalWidthForFloat(newObj, logicalWidthForChild(o) + marginStartForChild(o) + marginEndForChild(o));
3918 shapeOutside->setShapeSize(logicalWidthForChild(o), logicalHeightForChild(o));
5190 LayoutUnit childMiddle = parent->logicalWidthForChild(child) / 2;