logicalLeft 132 Source/core/rendering/EllipsisBox.cpp return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock())); logicalLeft 459 Source/core/rendering/FloatingObjects.cpp LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(floatingObject); logicalLeft 460 Source/core/rendering/FloatingObjects.cpp if (logicalLeft < m_offset) { logicalLeft 461 Source/core/rendering/FloatingObjects.cpp m_offset = logicalLeft; logicalLeft 523 Source/core/rendering/FloatingObjects.cpp LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(floatingObject); logicalLeft 528 Source/core/rendering/FloatingObjects.cpp logicalLeft += shapeOutside->leftMarginBoxDelta(); logicalLeft 530 Source/core/rendering/FloatingObjects.cpp if (logicalLeft < m_offset) { logicalLeft 531 Source/core/rendering/FloatingObjects.cpp m_offset = logicalLeft; logicalLeft 208 Source/core/rendering/InlineBox.h float logicalLeft() const { return isHorizontal() ? m_topLeft.x() : m_topLeft.y(); } logicalLeft 209 Source/core/rendering/InlineBox.h float logicalRight() const { return logicalLeft() + logicalWidth(); } logicalLeft 217 Source/core/rendering/InlineBox.h int pixelSnappedLogicalLeft() const { return logicalLeft(); } logicalLeft 361 Source/core/rendering/InlineFlowBox.cpp float InlineFlowBox::placeBoxesInInlineDirection(float logicalLeft, bool& needsWordSpacing, GlyphOverflowAndFallbackFontsMap& textBoxDataMap) logicalLeft 364 Source/core/rendering/InlineFlowBox.cpp beginPlacingBoxRangesInInlineDirection(logicalLeft); logicalLeft 366 Source/core/rendering/InlineFlowBox.cpp float startLogicalLeft = logicalLeft; logicalLeft 367 Source/core/rendering/InlineFlowBox.cpp logicalLeft += borderLogicalLeft() + paddingLogicalLeft(); logicalLeft 370 Source/core/rendering/InlineFlowBox.cpp float maxLogicalRight = logicalLeft; logicalLeft 372 Source/core/rendering/InlineFlowBox.cpp placeBoxRangeInInlineDirection(firstChild(), 0, logicalLeft, minLogicalLeft, maxLogicalRight, needsWordSpacing, textBoxDataMap); logicalLeft 374 Source/core/rendering/InlineFlowBox.cpp logicalLeft += borderLogicalRight() + paddingLogicalRight(); logicalLeft 375 Source/core/rendering/InlineFlowBox.cpp endPlacingBoxRangesInInlineDirection(startLogicalLeft, logicalLeft, minLogicalLeft, maxLogicalRight); logicalLeft 376 Source/core/rendering/InlineFlowBox.cpp return logicalLeft; logicalLeft 379 Source/core/rendering/InlineFlowBox.cpp float InlineFlowBox::placeBoxRangeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLeft, float& minLogicalLeft, float& maxLogicalRight, bool& needsWordSpacing, GlyphOverflowAndFallbackFontsMap& textBoxDataMap) logicalLeft 387 Source/core/rendering/InlineFlowBox.cpp logicalLeft += rt.style(isFirstLineStyle())->font().fontDescription().wordSpacing(); logicalLeft 390 Source/core/rendering/InlineFlowBox.cpp text->setLogicalLeft(logicalLeft); logicalLeft 392 Source/core/rendering/InlineFlowBox.cpp minLogicalLeft = min(logicalLeft, minLogicalLeft); logicalLeft 393 Source/core/rendering/InlineFlowBox.cpp logicalLeft += text->logicalWidth(); logicalLeft 395 Source/core/rendering/InlineFlowBox.cpp maxLogicalRight = max(logicalLeft, maxLogicalRight); logicalLeft 399 Source/core/rendering/InlineFlowBox.cpp curr->setLogicalLeft(logicalLeft); logicalLeft 404 Source/core/rendering/InlineFlowBox.cpp curr->setLogicalLeft(root().block().logicalWidth() - logicalLeft); logicalLeft 410 Source/core/rendering/InlineFlowBox.cpp logicalLeft += flow->marginLogicalLeft(); logicalLeft 412 Source/core/rendering/InlineFlowBox.cpp minLogicalLeft = min(logicalLeft, minLogicalLeft); logicalLeft 413 Source/core/rendering/InlineFlowBox.cpp logicalLeft = flow->placeBoxesInInlineDirection(logicalLeft, needsWordSpacing, textBoxDataMap); logicalLeft 415 Source/core/rendering/InlineFlowBox.cpp maxLogicalRight = max(logicalLeft, maxLogicalRight); logicalLeft 416 Source/core/rendering/InlineFlowBox.cpp logicalLeft += flow->marginLogicalRight(); logicalLeft 423 Source/core/rendering/InlineFlowBox.cpp logicalLeft += logicalLeftMargin; logicalLeft 424 Source/core/rendering/InlineFlowBox.cpp curr->setLogicalLeft(logicalLeft); logicalLeft 426 Source/core/rendering/InlineFlowBox.cpp minLogicalLeft = min(logicalLeft, minLogicalLeft); logicalLeft 427 Source/core/rendering/InlineFlowBox.cpp logicalLeft += curr->logicalWidth(); logicalLeft 429 Source/core/rendering/InlineFlowBox.cpp maxLogicalRight = max(logicalLeft, maxLogicalRight); logicalLeft 430 Source/core/rendering/InlineFlowBox.cpp logicalLeft += logicalRightMargin; logicalLeft 436 Source/core/rendering/InlineFlowBox.cpp return logicalLeft; logicalLeft 814 Source/core/rendering/InlineFlowBox.cpp LayoutUnit borderOutsetLogicalLeft = borderOutsets.logicalLeft(style->writingMode()); logicalLeft 917 Source/core/rendering/InlineFlowBox.cpp childLogicalVisualOverflow.move(inlineBox->logicalLeft(), inlineBox->logicalTop()); logicalLeft 925 Source/core/rendering/InlineFlowBox.cpp childLogicalLayoutOverflow.move(inlineBox->logicalLeft(), inlineBox->logicalTop()); logicalLeft 175 Source/core/rendering/InlineFlowBox.h float placeBoxesInInlineDirection(float logicalLeft, bool& needsWordSpacing, GlyphOverflowAndFallbackFontsMap&); logicalLeft 176 Source/core/rendering/InlineFlowBox.h float placeBoxRangeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLeft, float& minLogicalLeft, float& maxLogicalRight, bool& needsWordSpacing, GlyphOverflowAndFallbackFontsMap&); logicalLeft 177 Source/core/rendering/InlineFlowBox.h void beginPlacingBoxRangesInInlineDirection(float logicalLeft) { setLogicalLeft(logicalLeft); } logicalLeft 178 Source/core/rendering/InlineFlowBox.h void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalLeft, float maxLogicalRight) logicalLeft 180 Source/core/rendering/InlineFlowBox.h setLogicalWidth(logicalRight - logicalLeft); logicalLeft 181 Source/core/rendering/InlineFlowBox.h if (knownToHaveNoOverflow() && (minLogicalLeft < logicalLeft || maxLogicalRight > logicalRight)) logicalLeft 225 Source/core/rendering/InlineFlowBox.h static_cast<LayoutUnit>(logicalLeft()); logicalLeft 256 Source/core/rendering/InlineFlowBox.h LayoutUnit logicalLeftVisualOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->visualOverflowRect().x() : m_overflow->visualOverflowRect().y()) : static_cast<LayoutUnit>(logicalLeft()); } logicalLeft 289 Source/core/rendering/InlineFlowBox.h return FloatRect(logicalLeft(), lineTop.toFloat(), logicalWidth(), (lineBottom - lineTop).toFloat()); logicalLeft 214 Source/core/rendering/InlineTextBox.cpp FloatPoint startingPoint = FloatPoint(logicalLeft(), selTop.toFloat()); logicalLeft 269 Source/core/rendering/InlineTextBox.cpp bool ltrFullTruncation = flowIsLTR && ellipsisX <= logicalLeft(); logicalLeft 270 Source/core/rendering/InlineTextBox.cpp bool rtlFullTruncation = !flowIsLTR && ellipsisX >= logicalLeft() + logicalWidth(); logicalLeft 279 Source/core/rendering/InlineTextBox.cpp bool rtlEllipsisWithinBox = !flowIsLTR && (ellipsisX > logicalLeft()); logicalLeft 290 Source/core/rendering/InlineTextBox.cpp ellipsisX = ltr ? logicalLeft() + visibleBoxWidth : logicalRight() - visibleBoxWidth; logicalLeft 299 Source/core/rendering/InlineTextBox.cpp return min(ellipsisX, logicalLeft()); logicalLeft 316 Source/core/rendering/InlineTextBox.cpp return logicalLeft() + widthOfVisibleText; logicalLeft 1414 Source/core/rendering/InlineTextBox.cpp if (logicalLeft() == 0) logicalLeft 1416 Source/core/rendering/InlineTextBox.cpp return logicalLeft() - root().logicalLeft(); logicalLeft 1424 Source/core/rendering/InlineTextBox.cpp if (lineOffset - logicalLeft() > logicalWidth()) logicalLeft 1426 Source/core/rendering/InlineTextBox.cpp if (lineOffset - logicalLeft() < 0) logicalLeft 1434 Source/core/rendering/InlineTextBox.cpp return font.offsetForPosition(constructTextRun(style, font), lineOffset - logicalLeft(), includePartialGlyphs); logicalLeft 1443 Source/core/rendering/InlineTextBox.cpp return logicalLeft(); logicalLeft 1454 Source/core/rendering/InlineTextBox.cpp return font.selectionRectForText(constructTextRun(styleToUse, font), IntPoint(logicalLeft(), 0), 0, from, to).maxX(); logicalLeft 1596 Source/core/rendering/RenderBlock.cpp if (newLeft != box->logicalLeft()) logicalLeft 2369 Source/core/rendering/RenderBlock.cpp result.uniteLeft(logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalLeft(), curr->logicalTop(), curr->logicalHeight(), paintInfo)); logicalLeft 2396 Source/core/rendering/RenderBlock.cpp LayoutUnit logicalLeft = max(lastLogicalLeft, logicalLeftSelectionOffset(rootBlock, logicalBottom)); logicalLeft 2398 Source/core/rendering/RenderBlock.cpp LayoutUnit logicalWidth = logicalRight - logicalLeft; logicalLeft 2402 Source/core/rendering/RenderBlock.cpp LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(logicalLeft, logicalTop, logicalWidth, logicalHeight)); logicalLeft 2409 Source/core/rendering/RenderBlock.cpp RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo* paintInfo) logicalLeft 2413 Source/core/rendering/RenderBlock.cpp LayoutUnit rootBlockLogicalRight = min(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalLeft), min(logicalRightSelectionOffset(rootBlock, logicalTop), logicalRightSelectionOffset(rootBlock, logicalTop + logicalHeight))); logicalLeft 2479 Source/core/rendering/RenderBlock.cpp offset -= LayoutSize(toRenderBlock(object)->logicalLeft(), toRenderBlock(object)->logicalTop()); logicalLeft 2488 Source/core/rendering/RenderBlock.cpp offset += LayoutSize(beforeBlock->logicalLeft(), beforeBlock->logicalTop()); logicalLeft 2493 Source/core/rendering/RenderBlock.cpp offset += LayoutSize(beforeBlock->logicalLeft(), beforeBlock->logicalTop()); logicalLeft 2981 Source/core/rendering/RenderBlock.cpp LayoutUnit logicalLeft = parent->isHorizontalWritingMode() ? pointInChildCoordinates.x() : pointInChildCoordinates.y(); logicalLeft 2982 Source/core/rendering/RenderBlock.cpp if (logicalLeft < childMiddle) logicalLeft 3465 Source/core/rendering/RenderBlock.cpp LayoutUnit logicalLeft = logicalLeftOffsetForContent(); logicalLeft 3472 Source/core/rendering/RenderBlock.cpp LayoutRect sliceRect = LayoutRect(logicalLeft, borderBefore() + paddingBefore() + i * colLogicalHeight, colLogicalWidth, colLogicalHeight); logicalLeft 3482 Source/core/rendering/RenderBlock.cpp offset.expand(columnRectAt(colInfo, i).x() - logicalLeft, -logicalOffset); logicalLeft 3490 Source/core/rendering/RenderBlock.cpp offset.expand(-logicalOffset, columnRectAt(colInfo, i).y() - logicalLeft); logicalLeft 172 Source/core/rendering/RenderBlock.h RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*); logicalLeft 345 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit oldLeft = logicalLeft(); logicalLeft 449 Source/core/rendering/RenderBlockFlow.cpp layoutPositionedObjects(relayoutChildren || isRoot(), oldLeft != logicalLeft() ? ForcedLayoutAfterContainingBlockMoved : DefaultLayout); logicalLeft 478 Source/core/rendering/RenderBlockFlow.cpp void RenderBlockFlow::setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDeltaMode applyDelta) logicalLeft 482 Source/core/rendering/RenderBlockFlow.cpp view()->addLayoutDelta(LayoutSize(child->x() - logicalLeft, 0)); logicalLeft 483 Source/core/rendering/RenderBlockFlow.cpp child->setX(logicalLeft); logicalLeft 486 Source/core/rendering/RenderBlockFlow.cpp view()->addLayoutDelta(LayoutSize(0, child->y() - logicalLeft)); logicalLeft 487 Source/core/rendering/RenderBlockFlow.cpp child->setY(logicalLeft); logicalLeft 2453 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit childLogicalLeft = child->logicalLeft(); logicalLeft 2634 Source/core/rendering/RenderBlockFlow.cpp LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight); logicalLeft 2660 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit logicalLeft = logicalLeftOffsetForLine(position, false); logicalLeft 2661 Source/core/rendering/RenderBlockFlow.cpp if (logicalLeft == logicalLeftOffsetForContent()) logicalLeft 2666 Source/core/rendering/RenderBlockFlow.cpp logicalLeft += cb->logicalLeft(); logicalLeft 2669 Source/core/rendering/RenderBlockFlow.cpp return logicalLeft; logicalLeft 2680 Source/core/rendering/RenderBlockFlow.cpp logicalRight += cb->logicalLeft(); logicalLeft 142 Source/core/rendering/RenderBlockFlow.h void setLogicalLeftForFloat(FloatingObject* floatingObject, LayoutUnit logicalLeft) logicalLeft 145 Source/core/rendering/RenderBlockFlow.h floatingObject->setX(logicalLeft); logicalLeft 147 Source/core/rendering/RenderBlockFlow.h floatingObject->setY(logicalLeft); logicalLeft 233 Source/core/rendering/RenderBlockFlow.h void setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDeltaMode = DoNotApplyLayoutDelta); logicalLeft 306 Source/core/rendering/RenderBlockFlow.h void updateLogicalWidthForAlignment(const ETextAlign&, const RootInlineBox*, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, int expansionOpportunityCount); logicalLeft 466 Source/core/rendering/RenderBlockFlow.h BidiRun* computeInlineDirectionPositionsForSegment(RootInlineBox*, const LineInfo&, ETextAlign, float& logicalLeft, logicalLeft 350 Source/core/rendering/RenderBlockLineLayout.cpp static void updateLogicalWidthForLeftAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) logicalLeft 363 Source/core/rendering/RenderBlockLineLayout.cpp logicalLeft -= (totalLogicalWidth - availableLogicalWidth); logicalLeft 366 Source/core/rendering/RenderBlockLineLayout.cpp static void updateLogicalWidthForRightAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) logicalLeft 377 Source/core/rendering/RenderBlockLineLayout.cpp logicalLeft += availableLogicalWidth - totalLogicalWidth; logicalLeft 385 Source/core/rendering/RenderBlockLineLayout.cpp logicalLeft += availableLogicalWidth - totalLogicalWidth; logicalLeft 388 Source/core/rendering/RenderBlockLineLayout.cpp static void updateLogicalWidthForCenterAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) logicalLeft 397 Source/core/rendering/RenderBlockLineLayout.cpp logicalLeft += max<float>((availableLogicalWidth - totalLogicalWidth) / 2, 0); logicalLeft 399 Source/core/rendering/RenderBlockLineLayout.cpp logicalLeft += totalLogicalWidth > availableLogicalWidth ? (availableLogicalWidth - totalLogicalWidth) : (availableLogicalWidth - totalLogicalWidth) / 2 - trailingSpaceWidth; logicalLeft 540 Source/core/rendering/RenderBlockLineLayout.cpp void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign, const RootInlineBox* rootInlineBox, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, int expansionOpportunityCount) logicalLeft 555 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth); logicalLeft 559 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForRightAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth); logicalLeft 563 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForCenterAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth); logicalLeft 566 Source/core/rendering/RenderBlockLineLayout.cpp adjustInlineDirectionLineBounds(expansionOpportunityCount, logicalLeft, availableLogicalWidth); logicalLeft 577 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth); logicalLeft 579 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForRightAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth); logicalLeft 583 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForRightAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth); logicalLeft 585 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth); logicalLeft 630 Source/core/rendering/RenderBlockLineLayout.cpp BidiRun* RenderBlockFlow::computeInlineDirectionPositionsForSegment(RootInlineBox* lineBox, const LineInfo& lineInfo, ETextAlign textAlign, float& logicalLeft, logicalLeft 693 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForAlignment(textAlign, lineBox, trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth, expansionOpportunityCount); logicalLeft 2082 Source/core/rendering/RenderBlockLineLayout.cpp float logicalLeft = pixelSnappedLogicalLeftOffsetForLine(curr->lineTop(), firstLine).toFloat(); logicalLeft 2083 Source/core/rendering/RenderBlockLineLayout.cpp float availableLogicalWidth = logicalRightOffsetForLine(curr->lineTop(), false) - logicalLeft; logicalLeft 2085 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForAlignment(textAlign, curr, 0, logicalLeft, totalLogicalWidth, availableLogicalWidth, 0); logicalLeft 2088 Source/core/rendering/RenderBlockLineLayout.cpp curr->adjustLogicalPosition((logicalLeft - curr->logicalLeft()), 0); logicalLeft 2090 Source/core/rendering/RenderBlockLineLayout.cpp curr->adjustLogicalPosition(-(curr->logicalLeft() - logicalLeft), 0); logicalLeft 2118 Source/core/rendering/RenderBlockLineLayout.cpp float currLogicalLeft = curr->logicalLeft(); logicalLeft 2133 Source/core/rendering/RenderBlockLineLayout.cpp float logicalLeft = 0; // We are only intersted in the delta from the base position. logicalLeft 2136 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForAlignment(textAlign, curr, 0, logicalLeft, totalLogicalWidth, availableLogicalWidth, 0); logicalLeft 2138 Source/core/rendering/RenderBlockLineLayout.cpp curr->adjustLogicalPosition(logicalLeft, 0); logicalLeft 2140 Source/core/rendering/RenderBlockLineLayout.cpp curr->adjustLogicalPosition(logicalLeft - (availableLogicalWidth - totalLogicalWidth), 0); logicalLeft 2209 Source/core/rendering/RenderBlockLineLayout.cpp float logicalLeft = logicalLeftOffsetForLine(logicalHeight(), false).toFloat(); logicalLeft 2210 Source/core/rendering/RenderBlockLineLayout.cpp float availableLogicalWidth = logicalRightOffsetForLine(logicalHeight(), false) - logicalLeft; logicalLeft 2211 Source/core/rendering/RenderBlockLineLayout.cpp updateLogicalWidthForAlignment(textAlign, 0, 0, logicalLeft, totalLogicalWidth, availableLogicalWidth, 0); logicalLeft 2214 Source/core/rendering/RenderBlockLineLayout.cpp return logicalWidth() - logicalLeft; logicalLeft 2215 Source/core/rendering/RenderBlockLineLayout.cpp return logicalLeft; logicalLeft 1949 Source/core/rendering/RenderBox.cpp root.block().setStaticInlinePositionForChild(this, root.lineTopWithLeading(), LayoutUnit::fromFloatRound(box->logicalLeft())); logicalLeft 2165 Source/core/rendering/RenderBox.cpp computedValues.m_position = logicalLeft(); logicalLeft 2999 Source/core/rendering/RenderBox.cpp fromLeft = first->logicalLeft() + first->borderLogicalLeft(); logicalLeft 3000 Source/core/rendering/RenderBox.cpp fromRight = last->logicalLeft() + last->logicalWidth() - last->borderLogicalRight(); logicalLeft 3002 Source/core/rendering/RenderBox.cpp fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight(); logicalLeft 3003 Source/core/rendering/RenderBox.cpp fromLeft = last->logicalLeft() + last->borderLogicalLeft(); logicalLeft 3049 Source/core/rendering/RenderBox.cpp static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth) logicalLeft 3051 Source/core/rendering/RenderBox.cpp if (!logicalLeft.isAuto() || !logicalRight.isAuto()) logicalLeft 3059 Source/core/rendering/RenderBox.cpp staticPosition += toRenderBox(curr)->logicalLeft(); logicalLeft 3064 Source/core/rendering/RenderBox.cpp if (!curr->style()->logicalLeft().isAuto()) logicalLeft 3065 Source/core/rendering/RenderBox.cpp staticPosition += curr->style()->logicalLeft().value(); logicalLeft 3071 Source/core/rendering/RenderBox.cpp logicalLeft.setValue(Fixed, staticPosition); logicalLeft 3078 Source/core/rendering/RenderBox.cpp staticPosition -= toRenderBox(curr)->logicalLeft(); logicalLeft 3086 Source/core/rendering/RenderBox.cpp if (!curr->style()->logicalLeft().isAuto()) logicalLeft 3087 Source/core/rendering/RenderBox.cpp staticPosition -= curr->style()->logicalLeft().value(); logicalLeft 3138 Source/core/rendering/RenderBox.cpp Length logicalLeftLength = style()->logicalLeft(); logicalLeft 3235 Source/core/rendering/RenderBox.cpp Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, logicalLeft 3243 Source/core/rendering/RenderBox.cpp ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto())); logicalLeft 3250 Source/core/rendering/RenderBox.cpp bool logicalLeftIsAuto = logicalLeft.isAuto(); logicalLeft 3270 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3372 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3381 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3388 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3404 Source/core/rendering/RenderBox.cpp computedValues.m_position = logicalLeftValue + marginLogicalLeftValue + lastLine->borderLogicalLeft() + (lastLine->logicalLeft() - firstLine->logicalLeft()); logicalLeft 3696 Source/core/rendering/RenderBox.cpp Length logicalLeft = style()->logicalLeft(); logicalLeft 3720 Source/core/rendering/RenderBox.cpp computeInlineStaticDistance(logicalLeft, logicalRight, this, containerBlock, containerLogicalWidth); logicalLeft 3726 Source/core/rendering/RenderBox.cpp if (logicalLeft.isAuto() || logicalRight.isAuto()) { logicalLeft 3746 Source/core/rendering/RenderBox.cpp ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto())); logicalLeft 3748 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3771 Source/core/rendering/RenderBox.cpp } else if (logicalLeft.isAuto()) { logicalLeft 3781 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3787 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3794 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3804 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); logicalLeft 3834 Source/core/rendering/RenderBox.cpp computedValues.m_position = logicalLeftValue + marginLogicalLeftAlias + lastLine->borderLogicalLeft() + (lastLine->logicalLeft() - firstLine->logicalLeft()); logicalLeft 108 Source/core/rendering/RenderBox.h LayoutUnit logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); } logicalLeft 109 Source/core/rendering/RenderBox.h LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } logicalLeft 292 Source/core/rendering/RenderBox.h LayoutUnit marginLogicalLeft() const { return m_marginBox.logicalLeft(style()->writingMode()); } logicalLeft 688 Source/core/rendering/RenderBox.h Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, logicalLeft 72 Source/core/rendering/RenderFieldset.cpp LayoutUnit logicalLeft; logicalLeft 76 Source/core/rendering/RenderFieldset.cpp logicalLeft = (logicalWidth() - logicalWidthForChild(legend)) / 2; logicalLeft 79 Source/core/rendering/RenderFieldset.cpp logicalLeft = logicalWidth() - borderEnd() - paddingEnd() - logicalWidthForChild(legend); logicalLeft 82 Source/core/rendering/RenderFieldset.cpp logicalLeft = borderStart() + paddingStart() + marginStartForChild(legend); logicalLeft 88 Source/core/rendering/RenderFieldset.cpp logicalLeft = borderStart() + paddingStart(); logicalLeft 94 Source/core/rendering/RenderFieldset.cpp logicalLeft = centeredWidth - centeredWidth / 2; logicalLeft 98 Source/core/rendering/RenderFieldset.cpp logicalLeft = logicalWidth() - borderStart() - paddingStart() - marginStartForChild(legend) - logicalWidthForChild(legend); logicalLeft 103 Source/core/rendering/RenderFieldset.cpp setLogicalLeftForChild(legend, logicalLeft); logicalLeft 860 Source/core/rendering/RenderInline.cpp if (curr == firstLineBox() || curr->logicalLeft() < logicalLeftSide) logicalLeft 861 Source/core/rendering/RenderInline.cpp logicalLeftSide = curr->logicalLeft(); logicalLeft 1318 Source/core/rendering/RenderInline.cpp inlinePosition = LayoutUnit::fromFloatRound(firstLineBox()->logicalLeft()); logicalLeft 3217 Source/core/rendering/RenderLayer.cpp LayoutUnit logicalLeft = columnBlock->logicalLeftOffsetForContent(); logicalLeft 3232 Source/core/rendering/RenderLayer.cpp LayoutUnit currLogicalLeftOffset = (isHorizontal ? colRect.x() : colRect.y()) - logicalLeft; logicalLeft 340 Source/core/rendering/RenderListItem.cpp LayoutUnit markerOldLogicalLeft = m_marker->logicalLeft(); logicalLeft 345 Source/core/rendering/RenderListItem.cpp lineOffset += o->logicalLeft(); logicalLeft 550 Source/core/rendering/RenderReplaced.cpp if (lineDirectionPosition <= logicalLeft() + (logicalWidth() / 2)) logicalLeft 146 Source/core/rendering/RenderRubyBase.cpp void RenderRubyBase::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const logicalLeft 155 Source/core/rendering/RenderRubyBase.cpp logicalLeft += inset / 2; logicalLeft 56 Source/core/rendering/RenderRubyBase.h virtual void adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const OVERRIDE; logicalLeft 297 Source/core/rendering/RenderRubyRun.cpp logicalLeftOverhang = min<int>(logicalLeftOverhang, rootInlineBox->logicalLeft()); logicalLeft 65 Source/core/rendering/RenderRubyText.cpp void RenderRubyText::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const logicalLeft 70 Source/core/rendering/RenderRubyText.cpp return RenderBlockFlow::adjustInlineDirectionLineBounds(expansionOpportunityCount, logicalLeft, logicalWidth); logicalLeft 82 Source/core/rendering/RenderRubyText.cpp logicalLeft += inset / 2; logicalLeft 53 Source/core/rendering/RenderRubyText.h virtual void adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const OVERRIDE; logicalLeft 497 Source/core/rendering/RenderText.cpp if (pointLineDirection <= box->logicalLeft()) { logicalLeft 511 Source/core/rendering/RenderText.cpp if (!box->prevLeafChildIgnoringLineBreak() && pointLineDirection < box->logicalLeft()) logicalLeft 678 Source/core/rendering/RenderText.cpp float rootLeft = box->root().logicalLeft(); logicalLeft 1547 Source/core/rendering/RenderText.cpp if (curr == firstTextBox() || curr->logicalLeft() < logicalLeftSide) logicalLeft 1548 Source/core/rendering/RenderText.cpp logicalLeftSide = curr->logicalLeft(); logicalLeft 140 Source/core/rendering/RootInlineBox.cpp if (ltr && (logicalLeft() + logicalWidth() + ellipsisWidth) <= blockRightEdge) { logicalLeft 141 Source/core/rendering/RootInlineBox.cpp ellipsisBox->setLogicalLeft(logicalLeft() + logicalWidth()); logicalLeft 318 Source/core/rendering/RootInlineBox.cpp &firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo)); logicalLeft 338 Source/core/rendering/RootInlineBox.cpp LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight); logicalLeft 513 Source/core/rendering/RootInlineBox.cpp if (leftPosition <= firstLeaf->logicalLeft() && !firstLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(firstLeaf))) logicalLeft 591 Source/core/rendering/RootInlineBox.cpp lineLayoutOverflow.shiftXEdgeTo(min<LayoutUnit>(lineLayoutOverflow.x(), logicalLeft() - endPadding)); logicalLeft 596 Source/core/rendering/RootInlineBox.cpp lineLayoutOverflow.shiftYEdgeTo(min<LayoutUnit>(lineLayoutOverflow.y(), logicalLeft() - endPadding)); logicalLeft 62 Source/core/rendering/shapes/BoxShapeTest.cpp EXPECT_FLOAT_EQ(expectedLeft, result[0].logicalLeft); \ logicalLeft 44 Source/core/rendering/shapes/Shape.h LineSegment(float logicalLeft, float logicalRight) logicalLeft 45 Source/core/rendering/shapes/Shape.h : logicalLeft(logicalLeft) logicalLeft 50 Source/core/rendering/shapes/Shape.h float logicalLeft; logicalLeft 156 Source/core/rendering/shapes/ShapeInfo.cpp segments[i].logicalLeft += logicalLeftOffset(); logicalLeft 74 Source/core/rendering/shapes/ShapeOutsideInfo.cpp LayoutUnit rawLeftMarginBoxDelta = segments.first().logicalLeft + logicalLeftMargin; logicalLeft 460 Source/core/rendering/style/RenderStyle.h const Length& logicalLeft() const { return surround->offset.logicalLeft(writingMode()); } logicalLeft 748 Source/core/rendering/style/RenderStyle.h void getTextShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(textShadow(), logicalLeft, logicalRight); } logicalLeft 809 Source/core/rendering/style/RenderStyle.h void getBoxShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(boxShadow(), logicalLeft, logicalRight); } logicalLeft 1718 Source/core/rendering/style/RenderStyle.h void getShadowInlineDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const logicalLeft 1720 Source/core/rendering/style/RenderStyle.h return isHorizontalWritingMode() ? getShadowHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, logicalLeft, logicalRight); logicalLeft 77 Source/platform/LengthBox.h const Length& logicalLeft(WritingMode) const; logicalLeft 59 Source/platform/geometry/LayoutBoxExtent.h LayoutUnit logicalLeft(WritingMode) const;