Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2679 LayoutUnit marginBefore; in computeAndSetBlockDirectionMargins() local
3173 const Length marginBefore = styleToUse->marginBefore(); in computePositionedLogicalHeight() local
3268 … const Length& logicalTop, const Length& logicalBottom, const Length& marginBefore, in computePositionedLogicalHeightUsing()
3580 Length marginBefore = style()->marginBefore(); in computePositionedLogicalHeightReplaced() local
DRenderInline.cpp761 LayoutUnit RenderInline::marginBefore(const RenderStyle* otherStyle) const in marginBefore() function in blink::RenderInline
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h690 const Length& marginBefore() const { return surround->margin.before(writingMode()); } in marginBefore() function