Home
last modified time | relevance | path

Searched defs:marginAfter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2680 LayoutUnit marginAfter; in computeAndSetBlockDirectionMargins() local
3174 const Length marginAfter = styleToUse->marginAfter(); in computePositionedLogicalHeight() local
3269const Length& marginAfter, LogicalExtentComputedValues& computedValues) const in computePositionedLogicalHeightUsing() argument
3581 Length marginAfter = style()->marginAfter(); in computePositionedLogicalHeightReplaced() local
DRenderInline.cpp766 LayoutUnit RenderInline::marginAfter(const RenderStyle* otherStyle) const in marginAfter() function in blink::RenderInline
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h691 const Length& marginAfter() const { return surround->margin.after(writingMode()); } in marginAfter() function