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);
1983 int replacedLogicalWidth = logicalWidthForChild(replacedBox) + marginStartForChild(replacedBox) + marginEndForChild(replacedBox) + inlineLogicalWidth(o);
H A DRenderBlock.cpp3198 setLogicalWidthForFloat(newObj, logicalWidthForChild(o) + marginStartForChild(o) + marginEndForChild(o));
3308 int childLogicalLeftMargin = style()->isLeftToRightDirection() ? marginStartForChild(childBox) : marginEndForChild(childBox);
6210 int RenderBlock::marginEndForChild(RenderBoxModelObject* child) const function in class:WebCore::RenderBlock
H A DRenderBox.cpp1775 containingBlock->setMarginStartForChild(this, containerWidth - childWidth - containingBlock->marginEndForChild(this));

Completed in 78 milliseconds