Home
last modified time | relevance | path

Searched refs:childLogicalLeftMargin (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp3284 …int childLogicalLeftMargin = style()->isLeftToRightDirection() ? marginStartForChild(childBox) : m… in positionNewFloats() local
3323 setLogicalLeftForChild(childBox, floatLogicalLeft + childLogicalLeftMargin); in positionNewFloats()