logicalHeight     903 Source/core/dom/Position.cpp         if (toRenderBlock(renderer)->logicalHeight() || isHTMLBodyElement(*m_anchorNode)) {
logicalHeight     172 Source/core/dom/PositionIterator.cpp         if (toRenderBlock(renderer)->logicalHeight() || isHTMLBodyElement(*m_anchorNode)) {
logicalHeight     937 Source/core/editing/VisibleUnits.cpp         if (!root || !root->logicalHeight() || !root->firstLeafChild())
logicalHeight     992 Source/core/editing/VisibleUnits.cpp         if (!root || !root->logicalHeight() || !root->firstLeafChild())
logicalHeight     234 Source/core/frame/SmartClip.cpp     if (renderer && (renderer->style()->logicalHeight().isAuto() || renderer->style()->logicalWidth().isAuto()))
logicalHeight     107 Source/core/html/shadow/SliderThumbElement.cpp     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight     113 Source/core/html/shadow/SliderThumbElement.cpp void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
logicalHeight     135 Source/core/html/shadow/SliderThumbElement.cpp         logicalHeight = RenderSlider::defaultTrackLength;
logicalHeight     136 Source/core/html/shadow/SliderThumbElement.cpp     RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
logicalHeight     403 Source/core/rendering/FloatingObjects.cpp LayoutUnit FloatingObjects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight)
logicalHeight     405 Source/core/rendering/FloatingObjects.cpp     ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatLeft> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
logicalHeight     411 Source/core/rendering/FloatingObjects.cpp LayoutUnit FloatingObjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight)
logicalHeight     413 Source/core/rendering/FloatingObjects.cpp     ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatRight> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
logicalHeight     149 Source/core/rendering/FloatingObjects.h     LayoutUnit logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
logicalHeight     150 Source/core/rendering/FloatingObjects.h     LayoutUnit logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
logicalHeight     201 Source/core/rendering/InlineBox.h     float width() const { return isHorizontal() ? logicalWidth() : hasVirtualLogicalHeight() ? virtualLogicalHeight() : logicalHeight(); }
logicalHeight     202 Source/core/rendering/InlineBox.h     float height() const { return isHorizontal() ? hasVirtualLogicalHeight() ? virtualLogicalHeight() : logicalHeight() : logicalWidth(); }
logicalHeight     224 Source/core/rendering/InlineBox.h     float logicalBottom() const { return logicalTop() + logicalHeight(); }
logicalHeight     238 Source/core/rendering/InlineBox.h     float logicalHeight() const;
logicalHeight     240 Source/core/rendering/InlineBox.h     FloatRect logicalFrameRect() const { return isHorizontal() ? FloatRect(m_topLeft.x(), m_topLeft.y(), m_logicalWidth, logicalHeight()) : FloatRect(m_topLeft.y(), m_topLeft.x(), m_logicalWidth, logicalHeight()); }
logicalHeight     644 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit boxHeight = curr->logicalHeight();
logicalHeight     679 Source/core/rendering/InlineFlowBox.cpp                     LayoutUnit bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()->lineBottom() : LayoutUnit());
logicalHeight     754 Source/core/rendering/InlineFlowBox.cpp     setLogicalTop(lineBottom - (logicalTop() - lineTop) - logicalHeight());
logicalHeight     763 Source/core/rendering/InlineFlowBox.cpp             curr->setLogicalTop(lineBottom - (curr->logicalTop() - lineTop) - curr->logicalHeight());
logicalHeight    1068 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit& logicalHeight = isHorizontal() ? height : width;
logicalHeight    1069 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit bottom = min(rootBox.lineBottom(), top + logicalHeight);
logicalHeight    1071 Source/core/rendering/InlineFlowBox.cpp         logicalHeight = bottom - top;
logicalHeight    1235 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit logicalHeight = isHorizontal() ? rect.height() : rect.width();
logicalHeight    1236 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit bottom = min(rootBox.lineBottom(), logicalTop + logicalHeight);
logicalHeight    1238 Source/core/rendering/InlineFlowBox.cpp         logicalHeight = bottom - logicalTop;
logicalHeight    1241 Source/core/rendering/InlineFlowBox.cpp             rect.setHeight(logicalHeight);
logicalHeight    1244 Source/core/rendering/InlineFlowBox.cpp             rect.setWidth(logicalHeight);
logicalHeight    1510 Source/core/rendering/InlineFlowBox.cpp                 LayoutUnit bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBox()->lineBottom() : rubyText->logicalHeight());
logicalHeight    1511 Source/core/rendering/InlineFlowBox.cpp                 if (bottomOfLastRubyTextLine <= curr->logicalHeight())
logicalHeight    1558 Source/core/rendering/InlineFlowBox.cpp                 LayoutUnit bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBox()->lineBottom() : rubyText->logicalHeight());
logicalHeight    1559 Source/core/rendering/InlineFlowBox.cpp                 if (bottomOfLastRubyTextLine <= curr->logicalHeight())
logicalHeight     519 Source/core/rendering/InlineTextBox.cpp     adjustedPaintOffset.move(0, styleToUse->isHorizontalWritingMode() ? 0 : -logicalHeight());
logicalHeight     524 Source/core/rendering/InlineTextBox.cpp     FloatRect boxRect(boxOrigin, LayoutSize(logicalWidth(), logicalHeight()));
logicalHeight     933 Source/core/rendering/InlineTextBox.cpp             return inlineTextBox->logicalHeight() + gap + offset;
logicalHeight     934 Source/core/rendering/InlineTextBox.cpp         return inlineTextBox->logicalHeight() + gap;
logicalHeight    1260 Source/core/rendering/InlineTextBox.cpp     int descent = logicalHeight() - baseline;
logicalHeight    1264 Source/core/rendering/InlineTextBox.cpp         underlineOffset = logicalHeight() - lineThickness;
logicalHeight    1387 Source/core/rendering/InlineTextBox.cpp     if (underline.thick && logicalHeight() - baseline >= 2)
logicalHeight    1397 Source/core/rendering/InlineTextBox.cpp     ctx->drawLineForText(FloatPoint(boxOrigin.x() + start, boxOrigin.y() + logicalHeight() - lineThickness), width, textRenderer().document().printing());
logicalHeight    1194 Source/core/rendering/RenderBlock.cpp     if (logicalHeight() > 0
logicalHeight    1200 Source/core/rendering/RenderBlock.cpp     Length logicalHeightLength = style()->logicalHeight();
logicalHeight    1205 Source/core/rendering/RenderBlock.cpp             if (cb->style()->logicalHeight().isFixed() || cb->isTableCell())
logicalHeight    2307 Source/core/rendering/RenderBlock.cpp         lastLogicalTop = rootBlock->blockDirectionOffset(offsetFromRootBlock) + logicalHeight();
logicalHeight    2308 Source/core/rendering/RenderBlock.cpp         lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, logicalHeight());
logicalHeight    2309 Source/core/rendering/RenderBlock.cpp         lastLogicalRight = logicalRightSelectionOffset(rootBlock, logicalHeight());
logicalHeight    2321 Source/core/rendering/RenderBlock.cpp                                              logicalHeight(), paintInfo));
logicalHeight    2369 Source/core/rendering/RenderBlock.cpp                 result.uniteLeft(logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalLeft(), curr->logicalTop(), curr->logicalHeight(), paintInfo));
logicalHeight    2371 Source/core/rendering/RenderBlock.cpp                 result.uniteRight(logicalRightSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalRight(), curr->logicalTop(), curr->logicalHeight(), paintInfo));
logicalHeight    2391 Source/core/rendering/RenderBlock.cpp     LayoutUnit logicalHeight = rootBlock->blockDirectionOffset(offsetFromRootBlock) + logicalBottom - logicalTop;
logicalHeight    2392 Source/core/rendering/RenderBlock.cpp     if (logicalHeight <= 0)
logicalHeight    2402 Source/core/rendering/RenderBlock.cpp     LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(logicalLeft, logicalTop, logicalWidth, logicalHeight));
logicalHeight    2409 Source/core/rendering/RenderBlock.cpp                                                 RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo* paintInfo)
logicalHeight    2412 Source/core/rendering/RenderBlock.cpp     LayoutUnit rootBlockLogicalLeft = max(logicalLeftSelectionOffset(rootBlock, logicalTop), logicalLeftSelectionOffset(rootBlock, logicalTop + logicalHeight));
logicalHeight    2413 Source/core/rendering/RenderBlock.cpp     LayoutUnit rootBlockLogicalRight = min(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalLeft), min(logicalRightSelectionOffset(rootBlock, logicalTop), logicalRightSelectionOffset(rootBlock, logicalTop + logicalHeight)));
logicalHeight    2418 Source/core/rendering/RenderBlock.cpp     LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(rootBlockLogicalLeft, rootBlockLogicalTop, rootBlockLogicalWidth, logicalHeight));
logicalHeight    2425 Source/core/rendering/RenderBlock.cpp                                                  RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo* paintInfo)
logicalHeight    2428 Source/core/rendering/RenderBlock.cpp     LayoutUnit rootBlockLogicalLeft = max(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalRight), max(logicalLeftSelectionOffset(rootBlock, logicalTop), logicalLeftSelectionOffset(rootBlock, logicalTop + logicalHeight)));
logicalHeight    2429 Source/core/rendering/RenderBlock.cpp     LayoutUnit rootBlockLogicalRight = min(logicalRightSelectionOffset(rootBlock, logicalTop), logicalRightSelectionOffset(rootBlock, logicalTop + logicalHeight));
logicalHeight    2434 Source/core/rendering/RenderBlock.cpp     LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(rootBlockLogicalLeft, rootBlockLogicalTop, rootBlockLogicalWidth, logicalHeight));
logicalHeight    3096 Source/core/rendering/RenderBlock.cpp         if (pointLogicalTop >= logicalHeight())
logicalHeight     172 Source/core/rendering/RenderBlock.h                                        RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*);
logicalHeight     174 Source/core/rendering/RenderBlock.h                                         RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*);
logicalHeight     211 Source/core/rendering/RenderBlockFlow.cpp             LayoutUnit oldLogicalHeight = logicalHeight();
logicalHeight     376 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit previousHeight = logicalHeight();
logicalHeight     393 Source/core/rendering/RenderBlockFlow.cpp     if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
logicalHeight     424 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit oldHeight = logicalHeight();
logicalHeight     431 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit newHeight = logicalHeight();
logicalHeight     624 Source/core/rendering/RenderBlockFlow.cpp     setLogicalHeight(logicalHeight() + logicalHeightForChild(child));
logicalHeight     626 Source/core/rendering/RenderBlockFlow.cpp         setLogicalHeight(logicalHeight() + marginAfterForChild(child));
logicalHeight     655 Source/core/rendering/RenderBlockFlow.cpp         LayoutUnit newHeight = applyAfterBreak(child, logicalHeight(), marginInfo);
logicalHeight     703 Source/core/rendering/RenderBlockFlow.cpp         LayoutUnit spaceShortage = child->logicalHeight() - remainingLogicalHeight;
logicalHeight     743 Source/core/rendering/RenderBlockFlow.cpp     setLogicalHeight(logicalHeight() + (result - oldTop));
logicalHeight     960 Source/core/rendering/RenderBlockFlow.cpp         && (blockStyle->logicalHeight().isAuto() && !blockStyle->logicalHeight().value()) && blockStyle->marginAfterCollapse() != MSEPARATE;
logicalHeight    1096 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit beforeCollapseLogicalTop = logicalHeight();
logicalHeight    1107 Source/core/rendering/RenderBlockFlow.cpp         setLogicalHeight(logicalHeight() - clearanceForSelfCollapsingBlock);
logicalHeight    1131 Source/core/rendering/RenderBlockFlow.cpp                 logicalTop = logicalHeight() + collapsedBeforePos - collapsedBeforeNeg;
logicalHeight    1141 Source/core/rendering/RenderBlockFlow.cpp             setLogicalHeight(logicalHeight() + separateMargin + marginBeforeForChild(child));
logicalHeight    1142 Source/core/rendering/RenderBlockFlow.cpp             logicalTop = logicalHeight();
logicalHeight    1148 Source/core/rendering/RenderBlockFlow.cpp             setLogicalHeight(logicalHeight() + max(marginInfo.positiveMargin(), posTop) - max(marginInfo.negativeMargin(), negTop));
logicalHeight    1149 Source/core/rendering/RenderBlockFlow.cpp             logicalTop = logicalHeight();
logicalHeight    1171 Source/core/rendering/RenderBlockFlow.cpp         setLogicalHeight(logicalHeight() + (logicalTop - oldLogicalTop));
logicalHeight    1177 Source/core/rendering/RenderBlockFlow.cpp         LayoutUnit oldLogicalHeight = logicalHeight();
logicalHeight    1199 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit logicalTop = logicalHeight();
logicalHeight    1279 Source/core/rendering/RenderBlockFlow.cpp         setLogicalHeight(logicalHeight() + heightIncrease);
logicalHeight    1381 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit logicalTopEstimate = logicalHeight();
logicalHeight    1406 Source/core/rendering/RenderBlockFlow.cpp     if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTopEstimate > logicalHeight())
logicalHeight    1407 Source/core/rendering/RenderBlockFlow.cpp         logicalTopEstimate = min(logicalTopEstimate, nextPageLogicalTop(logicalHeight()));
logicalHeight    1431 Source/core/rendering/RenderBlockFlow.cpp     if (parentBlock && style()->clear() && parentBlock->getClearDelta(this, logicalHeight()))
logicalHeight    1452 Source/core/rendering/RenderBlockFlow.cpp     setLogicalHeight(logicalHeight() + marginOffset);
logicalHeight    1454 Source/core/rendering/RenderBlockFlow.cpp     setLogicalHeight(logicalHeight() - marginOffset);
logicalHeight    1465 Source/core/rendering/RenderBlockFlow.cpp         setLogicalHeight(logicalHeight() - toRenderBlockFlow(lastChild)->marginOffsetForSelfCollapsingBlock());
logicalHeight    1473 Source/core/rendering/RenderBlockFlow.cpp         setLogicalHeight(logicalHeight() + marginInfo.margin());
logicalHeight    1476 Source/core/rendering/RenderBlockFlow.cpp     setLogicalHeight(logicalHeight() + afterSide);
logicalHeight    1480 Source/core/rendering/RenderBlockFlow.cpp     setLogicalHeight(max(logicalHeight(), beforeSide + afterSide));
logicalHeight    1949 Source/core/rendering/RenderBlockFlow.cpp         if (logicalBottomForFloat(floatingObject) > logicalHeight()
logicalHeight    2311 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit logicalTop = logicalHeight();
logicalHeight    2408 Source/core/rendering/RenderBlockFlow.cpp     return logicalBottomForFloat(*it) > logicalHeight();
logicalHeight    2465 Source/core/rendering/RenderBlockFlow.cpp         if (logicalBottom > logicalHeight()) {
logicalHeight    2513 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit RenderBlockFlow::nextFloatLogicalBottomBelow(LayoutUnit logicalHeight, ShapeOutsideFloatOffsetMode offsetMode) const
logicalHeight    2516 Source/core/rendering/RenderBlockFlow.cpp         return logicalHeight;
logicalHeight    2531 Source/core/rendering/RenderBlockFlow.cpp         if (floatLogicalBottom > logicalHeight)
logicalHeight    2586 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit RenderBlockFlow::logicalLeftFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const
logicalHeight    2589 Source/core/rendering/RenderBlockFlow.cpp         return m_floatingObjects->logicalLeftOffset(fixedOffset, logicalTop, logicalHeight);
logicalHeight    2594 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit RenderBlockFlow::logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const
logicalHeight    2597 Source/core/rendering/RenderBlockFlow.cpp         return m_floatingObjects->logicalRightOffset(fixedOffset, logicalTop, logicalHeight);
logicalHeight    2613 Source/core/rendering/RenderBlockFlow.cpp             lastLogicalTop = rootBlock->blockDirectionOffset(offsetFromRootBlock) + logicalHeight();
logicalHeight    2614 Source/core/rendering/RenderBlockFlow.cpp             lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, logicalHeight());
logicalHeight    2615 Source/core/rendering/RenderBlockFlow.cpp             lastLogicalRight = logicalRightSelectionOffset(rootBlock, logicalHeight());
logicalHeight      66 Source/core/rendering/RenderBlockFlow.h     LayoutUnit availableLogicalWidthForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
logicalHeight      68 Source/core/rendering/RenderBlockFlow.h         return max<LayoutUnit>(0, logicalRightOffsetForLine(position, shouldIndentText, logicalHeight) - logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight));
logicalHeight      70 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalRightOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
logicalHeight      72 Source/core/rendering/RenderBlockFlow.h         return logicalRightOffsetForLine(position, logicalRightOffsetForContent(), shouldIndentText, logicalHeight);
logicalHeight      74 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalLeftOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
logicalHeight      76 Source/core/rendering/RenderBlockFlow.h         return logicalLeftOffsetForLine(position, logicalLeftOffsetForContent(), shouldIndentText, logicalHeight);
logicalHeight      78 Source/core/rendering/RenderBlockFlow.h     LayoutUnit pixelSnappedLogicalLeftOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
logicalHeight      80 Source/core/rendering/RenderBlockFlow.h         return roundToInt(logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight));
logicalHeight      82 Source/core/rendering/RenderBlockFlow.h     LayoutUnit pixelSnappedLogicalRightOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
logicalHeight      88 Source/core/rendering/RenderBlockFlow.h         return floorToInt(logicalRightOffsetForLine(position, shouldIndentText, logicalHeight));
logicalHeight      90 Source/core/rendering/RenderBlockFlow.h     LayoutUnit startOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
logicalHeight      92 Source/core/rendering/RenderBlockFlow.h         return style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
logicalHeight      93 Source/core/rendering/RenderBlockFlow.h             : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, logicalHeight);
logicalHeight      95 Source/core/rendering/RenderBlockFlow.h     LayoutUnit endOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
logicalHeight      97 Source/core/rendering/RenderBlockFlow.h         return !style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
logicalHeight      98 Source/core/rendering/RenderBlockFlow.h             : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, logicalHeight);
logicalHeight     149 Source/core/rendering/RenderBlockFlow.h     void setLogicalHeightForFloat(FloatingObject* floatingObject, LayoutUnit logicalHeight)
logicalHeight     152 Source/core/rendering/RenderBlockFlow.h             floatingObject->setHeight(logicalHeight);
logicalHeight     154 Source/core/rendering/RenderBlockFlow.h             floatingObject->setWidth(logicalHeight);
logicalHeight     219 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalRightOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit logicalHeight = 0) const
logicalHeight     221 Source/core/rendering/RenderBlockFlow.h         return adjustLogicalRightOffsetForLine(logicalRightFloatOffsetForLine(logicalTop, fixedOffset, logicalHeight), applyTextIndent);
logicalHeight     223 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalLeftOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit logicalHeight = 0) const
logicalHeight     225 Source/core/rendering/RenderBlockFlow.h         return adjustLogicalLeftOffsetForLine(logicalLeftFloatOffsetForLine(logicalTop, fixedOffset, logicalHeight), applyTextIndent);
logicalHeight     275 Source/core/rendering/RenderBlockFlow.h     bool hasOverhangingFloats() { return parent() && !hasColumns() && containsFloats() && lowestFloatLogicalBottom() > logicalHeight(); }
logicalHeight     291 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const;
logicalHeight     292 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalLeftFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const;
logicalHeight     593 Source/core/rendering/RenderBlockLineLayout.cpp     lineLogicalLeft = block->logicalLeftOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeight).toFloat();
logicalHeight     596 Source/core/rendering/RenderBlockLineLayout.cpp     lineLogicalRight = block->pixelSnappedLogicalRightOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeight).toFloat();
logicalHeight     620 Source/core/rendering/RenderBlockLineLayout.cpp         updateLogicalInlinePositions(this, lineLogicalLeft, lineLogicalRight, availableLogicalWidth, isFirstLine, shouldIndentText, renderBox->logicalHeight());
logicalHeight     703 Source/core/rendering/RenderBlockLineLayout.cpp     setLogicalHeight(lineBox->alignBoxesInBlockDirection(logicalHeight(), textBoxDataMap, verticalPositionCache));
logicalHeight     714 Source/core/rendering/RenderBlockLineLayout.cpp             r->m_box->setLogicalTop(logicalHeight().toFloat());
logicalHeight     910 Source/core/rendering/RenderBlockLineLayout.cpp             layoutState.setRepaintRange(logicalHeight());
logicalHeight    1029 Source/core/rendering/RenderBlockLineLayout.cpp             LayoutUnit oldLogicalHeight = logicalHeight();
logicalHeight    1165 Source/core/rendering/RenderBlockLineLayout.cpp             LayoutUnit delta = logicalHeight() - layoutState.endLineLogicalTop();
logicalHeight    1206 Source/core/rendering/RenderBlockLineLayout.cpp             LayoutUnit blockLogicalHeight = logicalHeight();
logicalHeight    1756 Source/core/rendering/RenderBlockLineLayout.cpp         LayoutUnit lowestAllowedPosition = max(lastRootBox()->lineBottom(), logicalHeight() + paddingAfter());
logicalHeight    1764 Source/core/rendering/RenderBlockLineLayout.cpp     setLogicalHeight(logicalHeight() + lastLineAnnotationsAdjustment + afterEdge);
logicalHeight    1767 Source/core/rendering/RenderBlockLineLayout.cpp         setLogicalHeight(logicalHeight() + lineHeight(true, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
logicalHeight    1888 Source/core/rendering/RenderBlockLineLayout.cpp         LayoutUnit savedLogicalHeight = logicalHeight();
logicalHeight    1968 Source/core/rendering/RenderBlockLineLayout.cpp     LayoutUnit lineDelta = logicalHeight() - layoutState.endLineLogicalTop();
logicalHeight    1990 Source/core/rendering/RenderBlockLineLayout.cpp     LayoutUnit logicalTop = min(logicalHeight(), layoutState.endLineLogicalTop());
logicalHeight    2166 Source/core/rendering/RenderBlockLineLayout.cpp     if (floatLogicalTop - paginationStrut != logicalHeight() + lineInfo.floatPaginationStrut())
logicalHeight    2177 Source/core/rendering/RenderBlockLineLayout.cpp         if (logicalTopForFloat(floatingObject) == logicalHeight() + lineInfo.floatPaginationStrut()) {
logicalHeight    2209 Source/core/rendering/RenderBlockLineLayout.cpp     float logicalLeft = logicalLeftOffsetForLine(logicalHeight(), false).toFloat();
logicalHeight    2210 Source/core/rendering/RenderBlockLineLayout.cpp     float availableLogicalWidth = logicalRightOffsetForLine(logicalHeight(), false) - logicalLeft;
logicalHeight     556 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const
logicalHeight     562 Source/core/rendering/RenderBox.cpp             logicalHeight = min(logicalHeight, maxH);
logicalHeight     564 Source/core/rendering/RenderBox.cpp     return max(logicalHeight, computeLogicalHeightUsing(styleToUse->logicalMinHeight(), intrinsicContentHeight));
logicalHeight     567 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const
logicalHeight     573 Source/core/rendering/RenderBox.cpp             logicalHeight = min(logicalHeight, maxH);
logicalHeight     575 Source/core/rendering/RenderBox.cpp     return max(logicalHeight, computeContentLogicalHeight(styleToUse->logicalMinHeight(), intrinsicContentHeight));
logicalHeight    1048 Source/core/rendering/RenderBox.cpp void RenderBox::setOverrideContainingBlockContentLogicalHeight(LayoutUnit logicalHeight)
logicalHeight    1052 Source/core/rendering/RenderBox.cpp     gOverrideContainingBlockLogicalHeightMap->set(this, logicalHeight);
logicalHeight    1798 Source/core/rendering/RenderBox.cpp     Length logicalHeightLength = containingBlockStyle->logicalHeight();
logicalHeight    2491 Source/core/rendering/RenderBox.cpp     computeLogicalHeight(logicalHeight(), logicalTop(), computedValues);
logicalHeight    2499 Source/core/rendering/RenderBox.cpp void RenderBox::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
logicalHeight    2501 Source/core/rendering/RenderBox.cpp     computedValues.m_extent = logicalHeight;
logicalHeight    2549 Source/core/rendering/RenderBox.cpp             h = style()->logicalHeight();
logicalHeight    2563 Source/core/rendering/RenderBox.cpp             heightResult = computeLogicalHeightUsing(style()->logicalHeight(), computedValues.m_extent - borderAndPaddingLogicalHeight());
logicalHeight    2591 Source/core/rendering/RenderBox.cpp         && (isRoot() || (isBody() && document().documentElement()->renderer()->style()->logicalHeight().isPercent())) && !isInline();
logicalHeight    2613 Source/core/rendering/RenderBox.cpp     LayoutUnit logicalHeight = computeContentAndScrollbarLogicalHeightUsing(height, intrinsicContentHeight);
logicalHeight    2614 Source/core/rendering/RenderBox.cpp     if (logicalHeight != -1)
logicalHeight    2615 Source/core/rendering/RenderBox.cpp         logicalHeight = adjustBorderBoxLogicalHeightForBoxSizing(logicalHeight);
logicalHeight    2616 Source/core/rendering/RenderBox.cpp     return logicalHeight;
logicalHeight    2671 Source/core/rendering/RenderBox.cpp     return !containingBlock->isTableCell() && !containingBlock->isOutOfFlowPositioned() && containingBlock->style()->logicalHeight().isAuto() && isHorizontalWritingMode() == containingBlock->isHorizontalWritingMode();
logicalHeight    2695 Source/core/rendering/RenderBox.cpp     bool isOutOfFlowPositionedWithSpecifiedHeight = cb->isOutOfFlowPositioned() && (!cbstyle->logicalHeight().isAuto() || (!cbstyle->logicalTop().isAuto() && !cbstyle->logicalBottom().isAuto()));
logicalHeight    2717 Source/core/rendering/RenderBox.cpp                 if (scrollsOverflowY() && (!cell->style()->logicalHeight().isAuto() || !cell->table()->style()->logicalHeight().isAuto()))
logicalHeight    2724 Source/core/rendering/RenderBox.cpp     } else if (cbstyle->logicalHeight().isFixed()) {
logicalHeight    2725 Source/core/rendering/RenderBox.cpp         LayoutUnit contentBoxHeight = cb->adjustContentBoxLogicalHeightForBoxSizing(cbstyle->logicalHeight().value());
logicalHeight    2727 Source/core/rendering/RenderBox.cpp     } else if (cbstyle->logicalHeight().isPercent() && !isOutOfFlowPositionedWithSpecifiedHeight) {
logicalHeight    2729 Source/core/rendering/RenderBox.cpp         LayoutUnit heightWithScrollbar = cb->computePercentageLogicalHeight(cbstyle->logicalHeight());
logicalHeight    2743 Source/core/rendering/RenderBox.cpp         cb->computeLogicalHeight(cb->logicalHeight(), 0, computedValues);
logicalHeight    2822 Source/core/rendering/RenderBox.cpp     return computeReplacedLogicalHeightRespectingMinMaxHeight(computeReplacedLogicalHeightUsing(style()->logicalHeight()));
logicalHeight    2825 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::computeReplacedLogicalHeightRespectingMinMaxHeight(LayoutUnit logicalHeight) const
logicalHeight    2828 Source/core/rendering/RenderBox.cpp     LayoutUnit maxLogicalHeight = style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(style()->logicalMaxHeight());
logicalHeight    2829 Source/core/rendering/RenderBox.cpp     return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight));
logicalHeight    2832 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::computeReplacedLogicalHeightUsing(Length logicalHeight) const
logicalHeight    2834 Source/core/rendering/RenderBox.cpp     switch (logicalHeight.type()) {
logicalHeight    2836 Source/core/rendering/RenderBox.cpp             return adjustContentBoxLogicalHeightForBoxSizing(logicalHeight.value());
logicalHeight    2852 Source/core/rendering/RenderBox.cpp                 block->computeLogicalHeight(block->logicalHeight(), 0, computedValues);
logicalHeight    2855 Source/core/rendering/RenderBox.cpp                 return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, newHeight));
logicalHeight    2871 Source/core/rendering/RenderBox.cpp                 while (cb && !cb->isRenderView() && (cb->style()->logicalHeight().isAuto() || cb->style()->logicalHeight().isPercent())) {
logicalHeight    2876 Source/core/rendering/RenderBox.cpp                         return valueForLength(logicalHeight, availableHeight - borderAndPaddingLogicalHeight());
logicalHeight    2882 Source/core/rendering/RenderBox.cpp             return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, availableHeight));
logicalHeight    2888 Source/core/rendering/RenderBox.cpp             return adjustContentBoxLogicalHeightForBoxSizing(computeIntrinsicLogicalContentHeightUsing(logicalHeight, intrinsicLogicalHeight(), borderAndPaddingHeight()));
logicalHeight    2896 Source/core/rendering/RenderBox.cpp     return constrainLogicalHeightByMinMax(availableLogicalHeightUsing(style()->logicalHeight(), heightType), -1);
logicalHeight    2910 Source/core/rendering/RenderBox.cpp         return logicalHeight() - borderAndPaddingLogicalHeight();
logicalHeight    2928 Source/core/rendering/RenderBox.cpp         block->computeLogicalHeight(block->logicalHeight(), 0, computedValues);
logicalHeight    3479 Source/core/rendering/RenderBox.cpp     LayoutUnit logicalHeight = computedValues.m_extent;
logicalHeight    3480 Source/core/rendering/RenderBox.cpp     computePositionedLogicalHeightUsing(styleToUse->logicalHeight(), containerBlock, containerLogicalHeight, bordersPlusPadding, logicalHeight,
logicalHeight    3491 Source/core/rendering/RenderBox.cpp         computePositionedLogicalHeightUsing(styleToUse->logicalMaxHeight(), containerBlock, containerLogicalHeight, bordersPlusPadding, logicalHeight,
logicalHeight    3507 Source/core/rendering/RenderBox.cpp         computePositionedLogicalHeightUsing(styleToUse->logicalMinHeight(), containerBlock, containerLogicalHeight, bordersPlusPadding, logicalHeight,
logicalHeight    3546 Source/core/rendering/RenderBox.cpp                                                     LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight,
logicalHeight    3555 Source/core/rendering/RenderBox.cpp     LayoutUnit contentLogicalHeight = logicalHeight - bordersPlusPadding;
logicalHeight    4308 Source/core/rendering/RenderBox.cpp     while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isOutOfFlowPositioned() && cb->style()->logicalHeight().isAuto()) {
logicalHeight    4318 Source/core/rendering/RenderBox.cpp     bool isOutOfFlowPositionedWithSpecifiedHeight = cb->isOutOfFlowPositioned() && (!cb->style()->logicalHeight().isAuto() || (!cb->style()->top().isAuto() && !cb->style()->bottom().isAuto()));
logicalHeight    4328 Source/core/rendering/RenderBox.cpp     if (cb->style()->logicalHeight().isFixed())
logicalHeight    4330 Source/core/rendering/RenderBox.cpp     if (cb->style()->logicalHeight().isPercent() && !isOutOfFlowPositionedWithSpecifiedHeight)
logicalHeight    4355 Source/core/rendering/RenderBox.cpp     return !style()->logicalHeight().isIntrinsicOrAuto()
logicalHeight    4556 Source/core/rendering/RenderBox.cpp     return logicalHeight() - position;
logicalHeight    4619 Source/core/rendering/RenderBox.cpp     return style()->logicalHeight().isPercent()
logicalHeight     111 Source/core/rendering/RenderBox.h     LayoutUnit logicalBottom() const { return logicalTop() + logicalHeight(); }
logicalHeight     113 Source/core/rendering/RenderBox.h     LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width(); }
logicalHeight     116 Source/core/rendering/RenderBox.h     LayoutUnit constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const;
logicalHeight     117 Source/core/rendering/RenderBox.h     LayoutUnit constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const;
logicalHeight     426 Source/core/rendering/RenderBox.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const;
logicalHeight     432 Source/core/rendering/RenderBox.h         return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !isInline();
logicalHeight     452 Source/core/rendering/RenderBox.h     LayoutUnit computeReplacedLogicalHeightRespectingMinMaxHeight(LayoutUnit logicalHeight) const;
logicalHeight     691 Source/core/rendering/RenderBox.h                                              LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight,
logicalHeight     160 Source/core/rendering/RenderBoxModelObject.cpp     Length logicalHeightLength = style()->logicalHeight();
logicalHeight     183 Source/core/rendering/RenderBoxModelObject.cpp     if (!cb->style()->logicalHeight().isAuto() || (!cb->style()->logicalTop().isAuto() && !cb->style()->logicalBottom().isAuto()))
logicalHeight     182 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     return child->logicalHeight() - child->borderAndPaddingLogicalHeight();
logicalHeight     106 Source/core/rendering/RenderFlexibleBox.cpp         LayoutUnit minPreferredLogicalWidth = hasOrthogonalWritingMode ? child->logicalHeight() : child->minPreferredLogicalWidth();
logicalHeight     107 Source/core/rendering/RenderFlexibleBox.cpp         LayoutUnit maxPreferredLogicalWidth = hasOrthogonalWritingMode ? child->logicalHeight() : child->maxPreferredLogicalWidth();
logicalHeight     241 Source/core/rendering/RenderFlexibleBox.cpp     LayoutUnit previousHeight = logicalHeight();
logicalHeight     260 Source/core/rendering/RenderFlexibleBox.cpp         if (logicalHeight() != previousHeight)
logicalHeight     438 Source/core/rendering/RenderFlexibleBox.cpp         return child->computeContentLogicalHeight(size, child->logicalHeight() - child->borderAndPaddingLogicalHeight());
logicalHeight     653 Source/core/rendering/RenderFlexibleBox.cpp                 m_intrinsicSizeAlongMainAxis.set(child, child->logicalHeight());
logicalHeight    1132 Source/core/rendering/RenderFlexibleBox.cpp             setLogicalHeight(std::max(logicalHeight(), crossAxisOffset + flowAwareBorderAfter() + flowAwarePaddingAfter() + childCrossAxisMarginBoxExtent + crossAxisScrollbarExtent()));
logicalHeight    1174 Source/core/rendering/RenderFlexibleBox.cpp     LayoutUnit mainAxisOffset = logicalHeight() - flowAwareBorderEnd() - flowAwarePaddingEnd();
logicalHeight    1348 Source/core/rendering/RenderFlexibleBox.cpp     if (!isColumnFlow() && child->style()->logicalHeight().isAuto()) {
logicalHeight    1351 Source/core/rendering/RenderFlexibleBox.cpp             LayoutUnit stretchedLogicalHeight = child->logicalHeight() + availableAlignmentSpaceForChild(lineCrossAxisExtent, child);
logicalHeight    1353 Source/core/rendering/RenderFlexibleBox.cpp             LayoutUnit desiredLogicalHeight = child->constrainLogicalHeightByMinMax(stretchedLogicalHeight, child->logicalHeight() - child->borderAndPaddingLogicalHeight());
logicalHeight    1356 Source/core/rendering/RenderFlexibleBox.cpp             if (desiredLogicalHeight != child->logicalHeight()) {
logicalHeight     433 Source/core/rendering/RenderFlowThread.cpp     RenderRegion* endRegion = regionAtBlockOffset(offsetFromLogicalTopOfFirstPage + box->logicalHeight(), true);
logicalHeight     486 Source/core/rendering/RenderFlowThread.cpp     LayoutUnit logicalHeight = 0;
logicalHeight     494 Source/core/rendering/RenderFlowThread.cpp         LayoutUnit regionLogicalHeight = std::min<LayoutUnit>(RenderFlowThread::maxLogicalHeight() - logicalHeight, region->logicalHeightOfAllFlowThreadContent());
logicalHeight     496 Source/core/rendering/RenderFlowThread.cpp         LayoutRect regionRect(style()->direction() == LTR ? LayoutUnit() : logicalWidth() - regionLogicalWidth, logicalHeight, regionLogicalWidth, regionLogicalHeight);
logicalHeight     500 Source/core/rendering/RenderFlowThread.cpp         m_regionIntervalTree.add(RegionIntervalTree::createInterval(logicalHeight, logicalHeight + regionLogicalHeight, region));
logicalHeight     502 Source/core/rendering/RenderFlowThread.cpp         logicalHeight += regionLogicalHeight;
logicalHeight      75 Source/core/rendering/RenderFlowThread.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight     399 Source/core/rendering/RenderGrid.cpp     const bool hasUndefinedRemainingSpace = (direction == ForRows) ? style()->logicalHeight().isAuto() : gridElementIsShrinkToFit();
logicalHeight     491 Source/core/rendering/RenderGrid.cpp     return valueForLength(trackLength, direction == ForColumns ? logicalWidth() : computeContentLogicalHeight(style()->logicalHeight(), -1));
logicalHeight     552 Source/core/rendering/RenderGrid.cpp         Length logicalSize = direction == ForColumns ? style()->logicalWidth() : style()->logicalHeight();
logicalHeight     582 Source/core/rendering/RenderGrid.cpp     if (child->style()->logicalHeight().isPercent() || oldOverrideContainingBlockContentLogicalWidth != overrideContainingBlockContentLogicalWidth)
logicalHeight     590 Source/core/rendering/RenderGrid.cpp     return child->logicalHeight();
logicalHeight     958 Source/core/rendering/RenderGrid.cpp         if (child->logicalHeight() > overrideContainingBlockContentLogicalHeight
logicalHeight     970 Source/core/rendering/RenderGrid.cpp         setLogicalHeight(logicalHeight() + sizingData.rowTracks[i].m_usedBreadth);
logicalHeight     974 Source/core/rendering/RenderGrid.cpp     setLogicalHeight(logicalHeight() + borderAndPaddingLogicalHeight());
logicalHeight     563 Source/core/rendering/RenderInline.cpp                 int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
logicalHeight     565 Source/core/rendering/RenderInline.cpp                     yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, (currBox->width() + currBox->marginWidth()).toFloat(), logicalHeight));
logicalHeight     567 Source/core/rendering/RenderInline.cpp                     yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, (currBox->height() + currBox->marginHeight()).toFloat()));
logicalHeight     578 Source/core/rendering/RenderInline.cpp                     int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
logicalHeight     583 Source/core/rendering/RenderInline.cpp                             logicalHeight));
logicalHeight     587 Source/core/rendering/RenderInline.cpp                             logicalHeight,
logicalHeight     596 Source/core/rendering/RenderInline.cpp                 int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
logicalHeight     598 Source/core/rendering/RenderInline.cpp                     yield(FloatRect(childText->x(), logicalTop, childText->logicalWidth(), logicalHeight));
logicalHeight     600 Source/core/rendering/RenderInline.cpp                     yield(FloatRect(logicalTop, childText->y(), logicalHeight, childText->logicalWidth()));
logicalHeight     988 Source/core/rendering/RenderInline.cpp     LayoutUnit logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox.lineBottom()) - logicalTop;
logicalHeight     990 Source/core/rendering/RenderInline.cpp     LayoutRect rect(logicalLeftSide, logicalTop, logicalWidth, logicalHeight);
logicalHeight      82 Source/core/rendering/RenderListBox.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight     433 Source/core/rendering/RenderListItem.cpp     if (!logicalHeight() && hasOverflowClip())
logicalHeight    1274 Source/core/rendering/RenderListMarker.cpp         marker.moveBy(IntPoint(roundToInt(box.x()), roundToInt(box.y() - logicalHeight())));
logicalHeight      62 Source/core/rendering/RenderMeter.cpp void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
logicalHeight      64 Source/core/rendering/RenderMeter.cpp     RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
logicalHeight      41 Source/core/rendering/RenderMeter.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight     158 Source/core/rendering/RenderMultiColumnFlowThread.cpp void RenderMultiColumnFlowThread::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
logicalHeight     161 Source/core/rendering/RenderMultiColumnFlowThread.cpp     computedValues.m_extent = logicalHeight;
logicalHeight      55 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight     247 Source/core/rendering/RenderMultiColumnSet.cpp         if (!multicolStyle->logicalHeight().isAuto()) {
logicalHeight     248 Source/core/rendering/RenderMultiColumnSet.cpp             m_maxColumnHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalHeight(), -1);
logicalHeight      90 Source/core/rendering/RenderMultiColumnSet.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight     248 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalHeight().isAuto())
logicalHeight     251 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalHeight().isSpecified()) {
logicalHeight     257 Source/core/rendering/RenderReplaced.cpp     if (style()->logicalHeight().isIntrinsic())
logicalHeight     321 Source/core/rendering/RenderReplaced.cpp     if (intrinsicRatio && !isPercentageIntrinsicSize && !intrinsicSize.isEmpty() && style()->logicalWidth().isAuto() && style()->logicalHeight().isAuto()) {
logicalHeight     397 Source/core/rendering/RenderReplaced.cpp         bool heightIsAuto = style()->logicalHeight().isAuto();
logicalHeight     410 Source/core/rendering/RenderReplaced.cpp                 LayoutUnit logicalHeight = computeReplacedLogicalHeight();
logicalHeight     411 Source/core/rendering/RenderReplaced.cpp                 return computeReplacedLogicalWidthRespectingMinMaxWidth(roundToInt(round(logicalHeight * intrinsicRatio)), shouldComputePreferred);
logicalHeight     463 Source/core/rendering/RenderReplaced.cpp         return computeReplacedLogicalHeightRespectingMinMaxHeight(computeReplacedLogicalHeightUsing(style()->logicalHeight()));
logicalHeight     242 Source/core/rendering/RenderRubyRun.cpp     LayoutUnit lastLineRubyTextBottom = rt->logicalHeight();
logicalHeight     262 Source/core/rendering/RenderRubyRun.cpp         LayoutUnit lastLineBottom = logicalHeight();
logicalHeight      65 Source/core/rendering/RenderSearchField.cpp         lineHeight = max(lineHeight, decorationRenderer->logicalHeight());
logicalHeight      71 Source/core/rendering/RenderSearchField.cpp         lineHeight = max(lineHeight, cancelRenderer->logicalHeight());
logicalHeight      79 Source/core/rendering/RenderSearchField.cpp     return logicalHeight();
logicalHeight      87 Source/core/rendering/RenderSearchField.cpp     if (containerRenderer->logicalHeight() <= contentLogicalHeight())
logicalHeight      92 Source/core/rendering/RenderSearchField.cpp     LayoutUnit logicalHeightDiff = containerRenderer->logicalHeight() - contentLogicalHeight();
logicalHeight     360 Source/core/rendering/RenderTable.cpp         computedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(styleLogicalHeight, logicalHeight() - borderAndPadding, borderAndPadding);
logicalHeight     373 Source/core/rendering/RenderTable.cpp         caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
logicalHeight     378 Source/core/rendering/RenderTable.cpp     LayoutUnit captionLogicalTop = collapsedMarginBeforeForChild(caption) + logicalHeight();
logicalHeight     388 Source/core/rendering/RenderTable.cpp     setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(caption) + collapsedMarginAfterForChild(caption));
logicalHeight     462 Source/core/rendering/RenderTable.cpp             oldTableLogicalTop += m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[i]->marginAfter();
logicalHeight     494 Source/core/rendering/RenderTable.cpp             if (logicalHeight() != oldTableLogicalTop) {
logicalHeight     496 Source/core/rendering/RenderTable.cpp                 movedSectionLogicalTop = min(logicalHeight(), oldTableLogicalTop);
logicalHeight     503 Source/core/rendering/RenderTable.cpp         setLogicalHeight(logicalHeight() + borderAndPaddingBefore);
logicalHeight     510 Source/core/rendering/RenderTable.cpp         Length logicalHeightLength = style()->logicalHeight();
logicalHeight     534 Source/core/rendering/RenderTable.cpp             setLogicalHeight(logicalHeight() + computedLogicalHeight);
logicalHeight     544 Source/core/rendering/RenderTable.cpp             if (!sectionMoved && section->logicalTop() != logicalHeight()) {
logicalHeight     546 Source/core/rendering/RenderTable.cpp                 movedSectionLogicalTop = min(logicalHeight(), section->logicalTop()) + (style()->isHorizontalWritingMode() ? section->visualOverflowRect().y() : section->visualOverflowRect().x());
logicalHeight     548 Source/core/rendering/RenderTable.cpp             section->setLogicalLocation(LayoutPoint(sectionLogicalLeft, logicalHeight()));
logicalHeight     550 Source/core/rendering/RenderTable.cpp             setLogicalHeight(logicalHeight() + section->logicalHeight());
logicalHeight     554 Source/core/rendering/RenderTable.cpp         setLogicalHeight(logicalHeight() + borderAndPaddingAfter);
logicalHeight     721 Source/core/rendering/RenderTable.cpp         LayoutUnit captionLogicalHeight = m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[i]->marginAfter();
logicalHeight    1255 Source/core/rendering/RenderTableCell.cpp         LayoutUnit totalHeight = logicalHeight();
logicalHeight     101 Source/core/rendering/RenderTableCell.h         int styleLogicalHeight = valueForLength(style()->logicalHeight(), 0);
logicalHeight      74 Source/core/rendering/RenderTableRow.cpp     if (section() && oldStyle && style()->logicalHeight() != oldStyle->logicalHeight())
logicalHeight      54 Source/core/rendering/RenderTableSection.cpp     row.logicalHeight = row.rowRenderer->style()->logicalHeight();
logicalHeight      63 Source/core/rendering/RenderTableSection.cpp     Length logicalHeight = cell->style()->logicalHeight();
logicalHeight      64 Source/core/rendering/RenderTableSection.cpp     if (logicalHeight.isPositive()) {
logicalHeight      65 Source/core/rendering/RenderTableSection.cpp         Length cRowLogicalHeight = row.logicalHeight;
logicalHeight      66 Source/core/rendering/RenderTableSection.cpp         switch (logicalHeight.type()) {
logicalHeight      69 Source/core/rendering/RenderTableSection.cpp                 || (cRowLogicalHeight.isPercent() && cRowLogicalHeight.percent() < logicalHeight.percent()))
logicalHeight      70 Source/core/rendering/RenderTableSection.cpp                 row.logicalHeight = logicalHeight;
logicalHeight      74 Source/core/rendering/RenderTableSection.cpp                 || (cRowLogicalHeight.isFixed() && cRowLogicalHeight.value() < logicalHeight.value()))
logicalHeight      75 Source/core/rendering/RenderTableSection.cpp                 row.logicalHeight = logicalHeight;
logicalHeight     314 Source/core/rendering/RenderTableSection.cpp             if (m_grid[row].logicalHeight.isPercent()) {
logicalHeight     315 Source/core/rendering/RenderTableSection.cpp                 int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex];
logicalHeight     322 Source/core/rendering/RenderTableSection.cpp                 percent -= m_grid[row].logicalHeight.percent();
logicalHeight     353 Source/core/rendering/RenderTableSection.cpp         if (m_grid[row].logicalHeight.isAuto()) {
logicalHeight     386 Source/core/rendering/RenderTableSection.cpp         if (!m_grid[row].logicalHeight.isPercent()) {
logicalHeight     586 Source/core/rendering/RenderTableSection.cpp             if (m_grid[row].logicalHeight.isPercent()) {
logicalHeight     587 Source/core/rendering/RenderTableSection.cpp                 totalPercent += m_grid[row].logicalHeight.percent();
logicalHeight     589 Source/core/rendering/RenderTableSection.cpp             } else if (m_grid[row].logicalHeight.isAuto()) {
logicalHeight     666 Source/core/rendering/RenderTableSection.cpp         m_rowPos[r + 1] = max(m_rowPos[r] + minimumValueForLength(m_grid[r].logicalHeight, 0).round(), 0);
logicalHeight     791 Source/core/rendering/RenderTableSection.cpp         if (totalPercent > 0 && m_grid[r].logicalHeight.isPercent()) {
logicalHeight     792 Source/core/rendering/RenderTableSection.cpp             int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) - rowHeight);
logicalHeight     798 Source/core/rendering/RenderTableSection.cpp             totalPercent -= m_grid[r].logicalHeight.percent();
logicalHeight     814 Source/core/rendering/RenderTableSection.cpp         if (autoRowsCount > 0 && m_grid[r].logicalHeight.isAuto()) {
logicalHeight     861 Source/core/rendering/RenderTableSection.cpp         if (m_grid[r].logicalHeight.isAuto())
logicalHeight     863 Source/core/rendering/RenderTableSection.cpp         else if (m_grid[r].logicalHeight.isPercent())
logicalHeight     864 Source/core/rendering/RenderTableSection.cpp             totalPercent += m_grid[r].logicalHeight.percent();
logicalHeight     941 Source/core/rendering/RenderTableSection.cpp             bool flexAllChildren = cell->style()->logicalHeight().isFixed()
logicalHeight     942 Source/core/rendering/RenderTableSection.cpp                 || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight());
logicalHeight     945 Source/core/rendering/RenderTableSection.cpp                 if (!child->isText() && child->style()->logicalHeight().isPercent()
logicalHeight     993 Source/core/rendering/RenderTableSection.cpp             if (view()->layoutState()->pageLogicalHeight() && cell->logicalHeight() != rHeight) {
logicalHeight     997 Source/core/rendering/RenderTableSection.cpp                 LayoutUnit oldLogicalHeight = cell->logicalHeight();
logicalHeight    1022 Source/core/rendering/RenderTableSection.cpp                     LayoutUnit oldLogicalHeight = cells[i]->logicalHeight();
logicalHeight     122 Source/core/rendering/RenderTableSection.h         Length logicalHeight;
logicalHeight    1580 Source/core/rendering/RenderText.cpp     LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop;
logicalHeight    1582 Source/core/rendering/RenderText.cpp     LayoutRect rect(logicalLeftSide, logicalTop, logicalWidth, logicalHeight);
logicalHeight     101 Source/core/rendering/RenderTextControl.cpp     return logicalHeight() - borderAndPaddingLogicalHeight();
logicalHeight     129 Source/core/rendering/RenderTextControl.cpp void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
logicalHeight     135 Source/core/rendering/RenderTextControl.cpp         logicalHeight = computeControlLogicalHeight(innerTextBox->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight) + borderAndPaddingHeight();
logicalHeight     140 Source/core/rendering/RenderTextControl.cpp             logicalHeight += scrollbarThickness();
logicalHeight     143 Source/core/rendering/RenderTextControl.cpp     RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
logicalHeight      63 Source/core/rendering/RenderTextControl.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight      92 Source/core/rendering/RenderTextControlSingleLine.cpp     return containerElement() ? contentLogicalHeight() : logicalHeight();
logicalHeight     115 Source/core/rendering/RenderTextControlSingleLine.cpp     if (innerTextRenderer && !innerTextRenderer->style()->logicalHeight().isAuto()) {
logicalHeight     119 Source/core/rendering/RenderTextControlSingleLine.cpp     if (viewPortRenderer && !viewPortRenderer->style()->logicalHeight().isAuto()) {
logicalHeight     132 Source/core/rendering/RenderTextControlSingleLine.cpp     if (innerTextRenderer && innerTextRenderer->logicalHeight() > logicalHeightLimit) {
logicalHeight     133 Source/core/rendering/RenderTextControlSingleLine.cpp         if (desiredLogicalHeight != innerTextRenderer->logicalHeight())
logicalHeight     148 Source/core/rendering/RenderTextControlSingleLine.cpp         LayoutUnit containerLogicalHeight = containerRenderer->logicalHeight();
logicalHeight     152 Source/core/rendering/RenderTextControlSingleLine.cpp         } else if (containerRenderer->logicalHeight() < contentLogicalHeight()) {
logicalHeight     165 Source/core/rendering/RenderTextControlSingleLine.cpp         LayoutUnit logicalHeightDiff = innerTextRenderer->logicalHeight() - contentLogicalHeight();
logicalHeight     177 Source/core/rendering/RenderTextControlSingleLine.cpp         innerSpinBox->setLogicalHeight(logicalHeight() - borderBefore() - borderAfter());
logicalHeight      95 Source/core/rendering/RenderView.cpp void RenderView::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit, LogicalExtentComputedValues& computedValues) const
logicalHeight      97 Source/core/rendering/RenderView.cpp     computedValues.m_extent = (!shouldUsePrintingLayout() && m_frameView) ? LayoutUnit(viewLogicalHeight()) : logicalHeight;
logicalHeight     209 Source/core/rendering/RenderView.cpp                     || child->style()->logicalHeight().isPercent()
logicalHeight      60 Source/core/rendering/RenderView.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight     131 Source/core/rendering/RootInlineBox.cpp         ellipsisWidth - (markupBox ? markupBox->logicalWidth() : 0), logicalHeight(),
logicalHeight     219 Source/core/rendering/line/BreakingContextInlineHeaders.h     LayoutUnit blockHeight = block->logicalHeight();
logicalHeight     353 Source/core/rendering/line/BreakingContextInlineHeaders.h         m_block->setStaticInlinePositionForChild(box, m_block->logicalHeight(), m_block->startOffsetForContent());
logicalHeight     357 Source/core/rendering/line/BreakingContextInlineHeaders.h         box->layer()->setStaticBlockPosition(m_block->logicalHeight());
logicalHeight     452 Source/core/rendering/line/BreakingContextInlineHeaders.h         m_width.updateAvailableWidth(replacedBox->logicalHeight());
logicalHeight      59 Source/core/rendering/line/LineInfo.h             block->setLogicalHeight(block->logicalHeight() + floatPaginationStrut());
logicalHeight      59 Source/core/rendering/line/LineLayoutState.h     void setRepaintRange(LayoutUnit logicalHeight)
logicalHeight      62 Source/core/rendering/line/LineLayoutState.h         m_repaintLogicalTop = m_repaintLogicalBottom = logicalHeight;
logicalHeight      54 Source/core/rendering/line/LineWidth.cpp     LayoutUnit height = m_block.logicalHeight();
logicalHeight      55 Source/core/rendering/line/LineWidth.cpp     LayoutUnit logicalHeight = m_block.minLineHeightForReplacedRenderer(m_isFirstLine, replacedHeight);
logicalHeight      56 Source/core/rendering/line/LineWidth.cpp     m_left = m_block.logicalLeftOffsetForLine(height, shouldIndentText(), logicalHeight).toFloat();
logicalHeight      57 Source/core/rendering/line/LineWidth.cpp     m_right = m_block.logicalRightOffsetForLine(height, shouldIndentText(), logicalHeight).toFloat();
logicalHeight      64 Source/core/rendering/line/LineWidth.cpp     LayoutUnit height = m_block.logicalHeight();
logicalHeight      71 Source/core/rendering/line/LineWidth.cpp         shapeOutsideInfo->updateDeltasForContainingBlockLine(m_block, *newFloat, m_block.logicalHeight(), lineHeight);
logicalHeight     159 Source/core/rendering/line/LineWidth.cpp     LayoutUnit lineLogicalTop = m_block.logicalHeight();
logicalHeight     185 Source/core/rendering/line/LineWidth.cpp     LayoutUnit lastFloatLogicalBottom = m_block.logicalHeight();
logicalHeight      55 Source/core/rendering/shapes/BoxShape.cpp void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
logicalHeight      58 Source/core/rendering/shapes/BoxShape.cpp     if (marginBounds.isEmpty() || !lineOverlapsShapeMarginBounds(logicalTop, logicalHeight))
logicalHeight      62 Source/core/rendering/shapes/BoxShape.cpp     float y2 = (logicalTop + logicalHeight).toFloat();
logicalHeight      48 Source/core/rendering/shapes/BoxShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
logicalHeight     322 Source/core/rendering/shapes/PolygonShape.cpp void PolygonShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
logicalHeight     329 Source/core/rendering/shapes/PolygonShape.cpp     float y2 = (logicalTop + logicalHeight).toFloat();
logicalHeight      94 Source/core/rendering/shapes/PolygonShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
logicalHeight     135 Source/core/rendering/shapes/RasterShape.cpp void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
logicalHeight     142 Source/core/rendering/shapes/RasterShape.cpp     int y2 = logicalTop + logicalHeight;
logicalHeight      92 Source/core/rendering/shapes/RasterShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
logicalHeight      56 Source/core/rendering/shapes/RectangleShape.cpp void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
logicalHeight      63 Source/core/rendering/shapes/RectangleShape.cpp     float y2 = (logicalTop + logicalHeight).toFloat();
logicalHeight      53 Source/core/rendering/shapes/RectangleShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
logicalHeight      72 Source/core/rendering/shapes/Shape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0;
logicalHeight     486 Source/core/rendering/style/RenderStyle.h     const Length& logicalHeight() const { return isHorizontalWritingMode() ? height() : width(); }
logicalHeight      55 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
logicalHeight     117 Source/core/rendering/svg/RenderSVGInline.cpp         quads.append(localToAbsoluteQuad(FloatRect(textBoundingBox.x() + box->x(), textBoundingBox.y() + box->y(), box->logicalWidth(), box->logicalHeight()), false, wasFixed));
logicalHeight     169 Source/core/rendering/svg/RenderSVGRoot.cpp     if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified())
logicalHeight     390 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     ts << " " << enclosingIntRect(FloatRect(text.location(), FloatSize(box->logicalWidth(), box->logicalHeight())));
logicalHeight     303 Source/core/svg/SVGPreserveAspectRatio.cpp AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float physicalWidth, float physicalHeight) const
logicalHeight     312 Source/core/svg/SVGPreserveAspectRatio.cpp     double extendedLogicalHeight = logicalHeight;