Home | History | Annotate | Download | only in rendering

Lines Matching refs:setLogicalLeftForChild

1835     setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), ApplyLayoutDelta);
1876 void RenderBlock::setLogicalLeftForChild(RenderBox* child, int logicalLeft, ApplyLayoutDeltaMode applyDelta)
3347 setLogicalLeftForChild(childBox, floatLogicalLeft + childLogicalLeftMargin);