Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp691 static LayoutUnit computeMargin(const RenderInline* renderer, const Length& margin) in computeMargin() function
706 return computeMargin(this, style()->marginLeft()); in marginLeft()
711 return computeMargin(this, style()->marginRight()); in marginRight()
716 return computeMargin(this, style()->marginTop()); in marginTop()
721 return computeMargin(this, style()->marginBottom()); in marginBottom()
726 return computeMargin(this, style()->marginStartUsing(otherStyle ? otherStyle : style())); in marginStart()
731 return computeMargin(this, style()->marginEndUsing(otherStyle ? otherStyle : style())); in marginEnd()
736 return computeMargin(this, style()->marginBeforeUsing(otherStyle ? otherStyle : style())); in marginBefore()
741 return computeMargin(this, style()->marginAfterUsing(otherStyle ? otherStyle : style())); in marginAfter()