Home | History | Annotate | Download | only in rendering

Lines Matching refs:childMarginStart

513     LayoutUnit childMarginStart = marginStartForChild(child);
514 LayoutUnit newPosition = startPosition + childMarginStart;
525 newPosition = std::max(newPosition, positionToAvoidFloats + childMarginStart);