Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h126 …LayoutUnit marginBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRi… in marginBorderPaddingLogicalRight()
133 LayoutUnit marginLogicalRight() const in marginLogicalRight() function
DRenderBox.cpp3378 … const Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); in computePositionedLogicalWidth() local
3414 … logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth()
3423 … logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth()
3440 … logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth()
3495 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing() argument
3537 if (marginLogicalLeft.isAuto() && marginLogicalRight.isAuto()) { in computePositionedLogicalWidthUsing()
3555 …marginLogicalRightValue = valueForLength(marginLogicalRight, containerRelativeLogicalWidth, render… in computePositionedLogicalWidthUsing()
3557 } else if (marginLogicalRight.isAuto()) { in computePositionedLogicalWidthUsing()
3564 …marginLogicalRightValue = valueForLength(marginLogicalRight, containerRelativeLogicalWidth, render… in computePositionedLogicalWidthUsing()
3615 …marginLogicalRightValue = minimumValueForLength(marginLogicalRight, containerRelativeLogicalWidth,… in computePositionedLogicalWidthUsing()
[all …]
DRenderBox.h269 … LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); } in marginLogicalRight() function
668 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
DRenderInline.cpp584 … childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight(), in generateCulledLineBoxRects()
590 … childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight())); in generateCulledLineBoxRects()
DRenderBlock.cpp4457 LayoutUnit marginLogicalRight = ltr ? marginEnd : marginStart; in computeBlockPreferredLogicalWidths() local
4459 …LayoutUnit maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRig… in computeBlockPreferredLogicalWidths()
DInlineFlowBox.cpp413 logicalLeft += flow->marginLogicalRight(); in placeBoxRangeInInlineDirection()