computeMargin     702 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginLeft());
computeMargin     707 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginRight());
computeMargin     712 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginTop());
computeMargin     717 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginBottom());
computeMargin     722 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginStartUsing(otherStyle ? otherStyle : style()));
computeMargin     727 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginEndUsing(otherStyle ? otherStyle : style()));
computeMargin     732 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginBeforeUsing(otherStyle ? otherStyle : style()));
computeMargin     737 Source/core/rendering/RenderInline.cpp     return computeMargin(this, style()->marginAfterUsing(otherStyle ? otherStyle : style()));