Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp99 int RenderBox::marginBefore() const in marginBefore() function in WebCore::RenderBox
2605 const Length marginBefore = style()->marginBefore(); in computePositionedLogicalHeight() local
2712 … Length logicalTop, Length logicalBottom, Length marginBefore, Length marginAfter, in computePositionedLogicalHeightUsing()
3011 Length marginBefore = style()->marginBefore(); in computePositionedLogicalHeightReplaced() local
DRenderInline.cpp693 int RenderInline::marginBefore() const in marginBefore() function in WebCore::RenderInline
DRenderBlock.cpp1492 int marginBefore = marginBeforeForChild(child); in adjustPositionedBlock() local
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1320 Length RenderStyle::marginBefore() const in marginBefore() function in WebCore::RenderStyle