Searched refs:setLogicalLeftForChild (Results 1 – 4 of 4) sorted by relevance
102 setLogicalLeftForChild(legend, logicalLeft); in layoutSpecialExcludedChild()
302 …void setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDeltaMode = DoNot…
2199 setLogicalLeftForChild(childBox, floatLogicalLocation.x() + childLogicalLeftMargin); in positionNewFloats()2230 setLogicalLeftForChild(childBox, floatLogicalLocation.x() + childLogicalLeftMargin); in positionNewFloats()
1671 …setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogi… in determineLogicalLeftPositionForChild()1674 void RenderBlock::setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDelta… in setLogicalLeftForChild() function in WebCore::RenderBlock