Home | History | Annotate | Download | only in rendering

Lines Matching defs:logicalRight

2770 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth)
2772 if (!logicalLeft.isAuto() || !logicalRight.isAuto())
2788 staticPosition -= curr->style()->logicalRight().value();
2810 staticPosition += curr->style()->logicalRight().value();
2816 logicalRight.setValue(Fixed, staticPosition);
2860 Length logicalRightLength = style()->logicalRight();
2956 const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft,
2964 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
2972 bool logicalRightIsAuto = logicalRight.isAuto();
2994 const LayoutUnit availableSpace = containerLogicalWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth) + bordersPlusPadding);
3083 LayoutUnit logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3099 logicalLeftValue = availableSpace - (computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth));
3106 computedValues.m_extent = std::max<LayoutUnit>(0, availableSpace - (logicalLeftValue + valueForLength(logicalRight, containerLogicalWidth)));
3418 Length logicalRight = style()->logicalRight();
3441 computeInlineStaticDistance(logicalLeft, logicalRight, this, containerBlock, containerLogicalWidth);
3447 if (logicalLeft.isAuto() || logicalRight.isAuto()) {
3467 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
3470 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3495 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3499 } else if (logicalRight.isAuto()) {
3509 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3516 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3524 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);