Searched refs:marginLogicalLeft (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineFlowBox.h | 126 …LayoutUnit marginBorderPaddingLogicalLeft() const { return marginLogicalLeft() + borderLogicalLeft… in marginBorderPaddingLogicalLeft() 128 LayoutUnit marginLogicalLeft() const in marginLogicalLeft() function
|
D | RenderBox.cpp | 2856 const Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); in computePositionedLogicalWidth() local 2893 … logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth() 2902 … logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth() 2919 … logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth() 2956 … const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft, in computePositionedLogicalWidthUsing() argument 2997 if (marginLogicalLeft.isAuto() && marginLogicalRight.isAuto()) { in computePositionedLogicalWidthUsing() 3013 } else if (marginLogicalLeft.isAuto()) { in computePositionedLogicalWidthUsing() 3019 … marginLogicalLeftValue = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth); in computePositionedLogicalWidthUsing() 3023 … marginLogicalLeftValue = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth); in computePositionedLogicalWidthUsing() 3074 … marginLogicalLeftValue = minimumValueForLength(marginLogicalLeft, containerRelativeLogicalWidth); in computePositionedLogicalWidthUsing() [all …]
|
D | RenderInline.cpp | 611 yield(FloatRect(childLine->x() - childLine->marginLogicalLeft(), in generateCulledLineBoxRects() 613 … childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight(), in generateCulledLineBoxRects() 617 childLine->y() - childLine->marginLogicalLeft(), in generateCulledLineBoxRects() 619 … childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight())); in generateCulledLineBoxRects()
|
D | RenderBox.h | 292 LayoutUnit marginLogicalLeft() const { return m_marginBox.logicalLeft(style()->writingMode()); } in marginLogicalLeft() function 683 … const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft,
|
D | RenderBlock.cpp | 3309 LayoutUnit marginLogicalLeft = ltr ? marginStart : marginEnd; in computeBlockPreferredLogicalWidths() local 3311 …LayoutUnit maxLeft = marginLogicalLeft > 0 ? std::max(floatLeftWidth, marginLogicalLeft) : floatLe… in computeBlockPreferredLogicalWidths()
|
D | InlineFlowBox.cpp | 419 logicalLeft += flow->marginLogicalLeft(); in placeBoxRangeInInlineDirection()
|
D | RenderBlockFlow.cpp | 2504 logicalLeftOffset += marginLogicalLeft(); in addIntrudingFloats()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeOutsideInfo.cpp | 104 …LayoutPoint marginBoxOrigin(-renderBox.marginLogicalLeft() - renderBox.borderAndPaddingLogicalLeft… in getShapeImageMarginRect()
|