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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp720 static LayoutUnit computeMargin(const RenderInline* renderer, const Length& margin) function in namespace:blink
733 return computeMargin(this, style()->marginLeft());
738 return computeMargin(this, style()->marginRight());
743 return computeMargin(this, style()->marginTop());
748 return computeMargin(this, style()->marginBottom());
753 return computeMargin(this, style()->marginStartUsing(otherStyle ? otherStyle : style()));
758 return computeMargin(this, style()->marginEndUsing(otherStyle ? otherStyle : style()));
763 return computeMargin(this, style()->marginBeforeUsing(otherStyle ? otherStyle : style()));
768 return computeMargin(this, style()->marginAfterUsing(otherStyle ? otherStyle : style()));

Completed in 513 milliseconds