Home | History | Annotate | Download | only in rendering

Lines Matching defs:newPosition

1814     int newPosition = startPosition + childMarginStart;
1823 newPosition = max(newPosition, startOff); // Let the float sit in the child's margin if it can fit.
1831 newPosition = startOff + marginStartForChild(child);
1835 setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), ApplyLayoutDelta);