Searched refs:marginEndForChild (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h186 int marginEndForChild(RenderBoxModelObject* child) const;
H A DRenderBlockLineLayout.cpp518 totalLogicalWidth += marginStartForChild(renderBox) + marginEndForChild(renderBox);
1979 int replacedLogicalWidth = logicalWidthForChild(replacedBox) + marginStartForChild(replacedBox) + marginEndForChild(replacedBox) + inlineLogicalWidth(o);
H A DRenderBlock.cpp3179 setLogicalWidthForFloat(newObj, logicalWidthForChild(o) + marginStartForChild(o) + marginEndForChild(o));
3289 int childLogicalLeftMargin = style()->isLeftToRightDirection() ? marginStartForChild(childBox) : marginEndForChild(childBox);
6184 int RenderBlock::marginEndForChild(RenderBoxModelObject* child) const function in class:WebCore::RenderBlock
H A DRenderBox.cpp1770 containingBlock->setMarginStartForChild(this, containerWidth - childWidth - containingBlock->marginEndForChild(this));

Completed in 116 milliseconds