Searched defs:marginLogicalRight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.h127 LayoutUnit marginBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRight() + paddingLogicalRight(); }
134 LayoutUnit marginLogicalRight() const function in class:blink::InlineFlowBox
H A DRenderBox.h293 LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); } function in class:blink::RenderBox
684 const Length& marginLogicalRight, LogicalExtentComputedValues&) const;
H A DRenderBlock.cpp3310 LayoutUnit marginLogicalRight = ltr ? marginEnd : marginStart; local
3312 LayoutUnit maxRight = marginLogicalRight > 0 ? std::max(floatRightWidth, marginLogicalRight) : floatRightWidth + marginLogicalRight;
H A DRenderBox.cpp2857 const Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); local
2893 logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight,
2902 logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight,
2919 logicalLeftLength, logicalRightLength, marginLogicalLeft, marginLogicalRight,
2957 const Length& marginLogicalRight, LogicalExtentComputedValues& computedValues) const
2997 if (marginLogicalLeft.isAuto() && marginLogicalRight.isAuto()) {
3015 marginLogicalRightValue = valueForLength(marginLogicalRight, containerRelativeLogicalWidth);
3017 } else if (marginLogicalRight.isAuto()) {
3024 marginLogicalRightValue = valueForLength(marginLogicalRight, containerRelativeLogicalWidth);
3075 marginLogicalRightValue = minimumValueForLength(marginLogicalRight, containerRelativeLogicalWidt
2954 computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection, LayoutUnit containerLogicalWidth, LayoutUnit bordersPlusPadding, const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft, const Length& marginLogicalRight, LogicalExtentComputedValues& computedValues) const argument
3420 Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); local
[all...]

Completed in 375 milliseconds