logicalRight      448 Source/core/rendering/FloatingObjects.cpp     LayoutUnit logicalRight = m_renderer->logicalRightForFloat(floatingObject);
logicalRight      449 Source/core/rendering/FloatingObjects.cpp     if (logicalRight > m_offset) {
logicalRight      450 Source/core/rendering/FloatingObjects.cpp         m_offset = logicalRight;
logicalRight      504 Source/core/rendering/FloatingObjects.cpp     LayoutUnit logicalRight = m_renderer->logicalRightForFloat(floatingObject);
logicalRight      509 Source/core/rendering/FloatingObjects.cpp         logicalRight += shapeOutside->rightMarginBoxDelta();
logicalRight      511 Source/core/rendering/FloatingObjects.cpp     if (logicalRight > m_offset) {
logicalRight      512 Source/core/rendering/FloatingObjects.cpp         m_offset = logicalRight;
logicalRight      209 Source/core/rendering/InlineBox.h     float logicalRight() const { return logicalLeft() + logicalWidth(); }
logicalRight      218 Source/core/rendering/InlineBox.h     int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); }
logicalRight      815 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit borderOutsetLogicalRight = borderOutsets.logicalRight(style->writingMode());
logicalRight      178 Source/core/rendering/InlineFlowBox.h     void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalLeft, float maxLogicalRight)
logicalRight      180 Source/core/rendering/InlineFlowBox.h         setLogicalWidth(logicalRight - logicalLeft);
logicalRight      181 Source/core/rendering/InlineFlowBox.h         if (knownToHaveNoOverflow() && (minLogicalLeft < logicalLeft || maxLogicalRight > logicalRight))
logicalRight      230 Source/core/rendering/InlineFlowBox.h                             static_cast<LayoutUnit>(ceilf(logicalRight()));
logicalRight      257 Source/core/rendering/InlineFlowBox.h     LayoutUnit logicalRightVisualOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->visualOverflowRect().maxX() : m_overflow->visualOverflowRect().maxY()) : static_cast<LayoutUnit>(ceilf(logicalRight())); }
logicalRight      222 Source/core/rendering/InlineTextBox.cpp     if (r.x() > logicalRight())
logicalRight      224 Source/core/rendering/InlineTextBox.cpp     else if (r.maxX() > logicalRight())
logicalRight      225 Source/core/rendering/InlineTextBox.cpp         logicalWidth = logicalRight() - r.x();
logicalRight      278 Source/core/rendering/InlineTextBox.cpp     bool ltrEllipsisWithinBox = flowIsLTR && (ellipsisX < logicalRight());
logicalRight      290 Source/core/rendering/InlineTextBox.cpp             ellipsisX = ltr ? logicalLeft() + visibleBoxWidth : logicalRight() - visibleBoxWidth;
logicalRight      318 Source/core/rendering/InlineTextBox.cpp             return logicalRight() - widthOfVisibleText - ellipsisWidth;
logicalRight     2371 Source/core/rendering/RenderBlock.cpp                 result.uniteRight(logicalRightSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalRight(), curr->logicalTop(), curr->logicalHeight(), paintInfo));
logicalRight     2397 Source/core/rendering/RenderBlock.cpp     LayoutUnit logicalRight = min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logicalBottom));
logicalRight     2398 Source/core/rendering/RenderBlock.cpp     LayoutUnit logicalWidth = logicalRight - logicalLeft;
logicalRight     2425 Source/core/rendering/RenderBlock.cpp                                                  RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo* paintInfo)
logicalRight     2428 Source/core/rendering/RenderBlock.cpp     LayoutUnit rootBlockLogicalLeft = max(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalRight), max(logicalLeftSelectionOffset(rootBlock, logicalTop), logicalLeftSelectionOffset(rootBlock, logicalTop + logicalHeight)));
logicalRight     4363 Source/core/rendering/RenderBlock.cpp                     right = max(right, x + static_cast<LayoutUnit>(ceilf(box->lastChild()->logicalRight())));
logicalRight      174 Source/core/rendering/RenderBlock.h                                         RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*);
logicalRight     2674 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit logicalRight = logicalRightOffsetForLine(position, false);
logicalRight     2675 Source/core/rendering/RenderBlockFlow.cpp     if (logicalRight == logicalRightOffsetForContent())
logicalRight     2680 Source/core/rendering/RenderBlockFlow.cpp         logicalRight += cb->logicalLeft();
logicalRight     2683 Source/core/rendering/RenderBlockFlow.cpp     return logicalRight;
logicalRight     3049 Source/core/rendering/RenderBox.cpp static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth)
logicalRight     3051 Source/core/rendering/RenderBox.cpp     if (!logicalLeft.isAuto() || !logicalRight.isAuto())
logicalRight     3067 Source/core/rendering/RenderBox.cpp                         staticPosition -= curr->style()->logicalRight().value();
logicalRight     3089 Source/core/rendering/RenderBox.cpp                         staticPosition += curr->style()->logicalRight().value();
logicalRight     3095 Source/core/rendering/RenderBox.cpp         logicalRight.setValue(Fixed, staticPosition);
logicalRight     3139 Source/core/rendering/RenderBox.cpp     Length logicalRightLength = style()->logicalRight();
logicalRight     3235 Source/core/rendering/RenderBox.cpp                                                    Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
logicalRight     3243 Source/core/rendering/RenderBox.cpp     ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
logicalRight     3251 Source/core/rendering/RenderBox.cpp     bool logicalRightIsAuto = logicalRight.isAuto();
logicalRight     3273 Source/core/rendering/RenderBox.cpp         const LayoutUnit availableSpace = containerLogicalWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth) + bordersPlusPadding);
logicalRight     3362 Source/core/rendering/RenderBox.cpp             LayoutUnit logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
logicalRight     3378 Source/core/rendering/RenderBox.cpp             logicalLeftValue = availableSpace - (computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth));
logicalRight     3385 Source/core/rendering/RenderBox.cpp                 computedValues.m_extent = availableSpace - (logicalLeftValue + valueForLength(logicalRight, containerLogicalWidth));
logicalRight     3697 Source/core/rendering/RenderBox.cpp     Length logicalRight = style()->logicalRight();
logicalRight     3720 Source/core/rendering/RenderBox.cpp     computeInlineStaticDistance(logicalLeft, logicalRight, this, containerBlock, containerLogicalWidth);
logicalRight     3726 Source/core/rendering/RenderBox.cpp     if (logicalLeft.isAuto() || logicalRight.isAuto()) {
logicalRight     3746 Source/core/rendering/RenderBox.cpp         ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
logicalRight     3749 Source/core/rendering/RenderBox.cpp         logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
logicalRight     3774 Source/core/rendering/RenderBox.cpp         logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
logicalRight     3778 Source/core/rendering/RenderBox.cpp     } else if (logicalRight.isAuto()) {
logicalRight     3788 Source/core/rendering/RenderBox.cpp         logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
logicalRight     3795 Source/core/rendering/RenderBox.cpp         logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
logicalRight     3803 Source/core/rendering/RenderBox.cpp         logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
logicalRight      109 Source/core/rendering/RenderBox.h     LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); }
logicalRight      293 Source/core/rendering/RenderBox.h     LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); }
logicalRight      688 Source/core/rendering/RenderBox.h                                             Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
logicalRight      862 Source/core/rendering/RenderInline.cpp             if (curr == firstLineBox() || curr->logicalRight() > logicalRightSide)
logicalRight      863 Source/core/rendering/RenderInline.cpp                 logicalRightSide = curr->logicalRight();
logicalRight      298 Source/core/rendering/RenderRubyRun.cpp         logicalRightOverhang = min<int>(logicalRightOverhang, logicalWidth - rootInlineBox->logicalRight());
logicalRight      504 Source/core/rendering/RenderText.cpp     if (pointLineDirection < box->logicalRight()) {
logicalRight      679 Source/core/rendering/RenderText.cpp     float rootRight = box->root().logicalRight();
logicalRight     1549 Source/core/rendering/RenderText.cpp             if (curr == firstTextBox() || curr->logicalRight() > logicalRightSide)
logicalRight     1550 Source/core/rendering/RenderText.cpp                 logicalRightSide = curr->logicalRight();
logicalRight      322 Source/core/rendering/RootInlineBox.cpp             &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
logicalRight      334 Source/core/rendering/RootInlineBox.cpp         LayoutUnit lastLogicalLeft = firstBox->logicalRight();
logicalRight      347 Source/core/rendering/RootInlineBox.cpp                 lastLogicalLeft = box->logicalRight();
logicalRight      518 Source/core/rendering/RootInlineBox.cpp     if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
logicalRight      527 Source/core/rendering/RootInlineBox.cpp             if (leftPosition < leaf->logicalRight())
logicalRight      589 Source/core/rendering/RootInlineBox.cpp             lineLayoutOverflow.shiftMaxXEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxX(), logicalRight() + endPadding));
logicalRight      594 Source/core/rendering/RootInlineBox.cpp             lineLayoutOverflow.shiftMaxYEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + endPadding));
logicalRight       63 Source/core/rendering/shapes/BoxShapeTest.cpp         EXPECT_FLOAT_EQ(expectedRight, result[0].logicalRight);                            \
logicalRight       44 Source/core/rendering/shapes/Shape.h     LineSegment(float logicalLeft, float logicalRight)
logicalRight       46 Source/core/rendering/shapes/Shape.h         , logicalRight(logicalRight)
logicalRight       51 Source/core/rendering/shapes/Shape.h     float logicalRight;
logicalRight      157 Source/core/rendering/shapes/ShapeInfo.cpp         segments[i].logicalRight += logicalLeftOffset();
logicalRight       78 Source/core/rendering/shapes/ShapeOutsideInfo.cpp                 LayoutUnit rawRightMarginBoxDelta = segments.last().logicalRight - containingBlock.logicalWidthForChild(&m_renderer) - logicalRightMargin;
logicalRight      461 Source/core/rendering/style/RenderStyle.h     const Length& logicalRight() const { return surround->offset.logicalRight(writingMode()); }
logicalRight      748 Source/core/rendering/style/RenderStyle.h     void getTextShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(textShadow(), logicalLeft, logicalRight); }
logicalRight      809 Source/core/rendering/style/RenderStyle.h     void getBoxShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(boxShadow(), logicalLeft, logicalRight); }
logicalRight     1718 Source/core/rendering/style/RenderStyle.h     void getShadowInlineDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const
logicalRight     1720 Source/core/rendering/style/RenderStyle.h         return isHorizontalWritingMode() ? getShadowHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, logicalLeft, logicalRight);
logicalRight       78 Source/platform/LengthBox.h     const Length& logicalRight(WritingMode) const;
logicalRight       60 Source/platform/geometry/LayoutBoxExtent.h     LayoutUnit logicalRight(WritingMode) const;