Searched refs:marginLogicalRight (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineFlowBox.h | 126 …LayoutUnit marginBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRi… in marginBorderPaddingLogicalRight() 133 LayoutUnit marginLogicalRight() const in marginLogicalRight() function
|
D | RenderBox.cpp | 3378 … 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 …]
|
D | RenderBox.h | 269 … LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); } in marginLogicalRight() function 668 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
|
D | RenderInline.cpp | 584 … childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight(), in generateCulledLineBoxRects() 590 … childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight())); in generateCulledLineBoxRects()
|
D | RenderBlock.cpp | 4457 LayoutUnit marginLogicalRight = ltr ? marginEnd : marginStart; in computeBlockPreferredLogicalWidths() local 4459 …LayoutUnit maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRig… in computeBlockPreferredLogicalWidths()
|
D | InlineFlowBox.cpp | 413 logicalLeft += flow->marginLogicalRight(); in placeBoxRangeInInlineDirection()
|