Searched refs:setLogicalLeftForChild (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFieldset.cpp103 setLogicalLeftForChild(legend, logicalLeft);
H A DRenderBlockFlow.h225 void setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDeltaMode = DoNotApplyLayoutDelta);
H A DRenderBlockFlow.cpp467 setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), applyDelta);
470 void RenderBlockFlow::setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDeltaMode applyDelta) function in class:WebCore::RenderBlockFlow
2341 setLogicalLeftForChild(childBox, floatLogicalLocation.x() + childLogicalLeftMargin);
2372 setLogicalLeftForChild(childBox, floatLogicalLocation.x() + childLogicalLeftMargin);

Completed in 114 milliseconds