Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp102 setLogicalLeftForChild(legend, logicalLeft); in layoutSpecialExcludedChild()
DRenderBlock.h302 …void setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDeltaMode = DoNot…
DRenderBlockFlow.cpp2199 setLogicalLeftForChild(childBox, floatLogicalLocation.x() + childLogicalLeftMargin); in positionNewFloats()
2230 setLogicalLeftForChild(childBox, floatLogicalLocation.x() + childLogicalLeftMargin); in positionNewFloats()
DRenderBlock.cpp1671setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogi… in determineLogicalLeftPositionForChild()
1674 void RenderBlock::setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDelta… in setLogicalLeftForChild() function in WebCore::RenderBlock