lineHeight 1385 Source/core/css/CSSComputedStyleDeclaration.cpp Length length = style.lineHeight(); lineHeight 1921 Source/core/css/CSSComputedStyleDeclaration.cpp computedFont->lineHeight = valueForLineHeight(*style); lineHeight 52 Source/core/css/CSSFontValue.cpp if (lineHeight) { lineHeight 56 Source/core/css/CSSFontValue.cpp result.append(lineHeight->cssText()); lineHeight 73 Source/core/css/CSSFontValue.cpp && compareCSSValuePtr(lineHeight, other.lineHeight) lineHeight 84 Source/core/css/CSSFontValue.cpp visitor->trace(lineHeight); lineHeight 50 Source/core/css/CSSFontValue.h RefPtrWillBeMember<CSSPrimitiveValue> lineHeight; lineHeight 304 Source/core/css/resolver/StyleBuilderCustom.cpp Length lineHeight; lineHeight 307 Source/core/css/resolver/StyleBuilderCustom.cpp lineHeight = RenderStyle::initialLineHeight(); lineHeight 312 Source/core/css/resolver/StyleBuilderCustom.cpp lineHeight = primitiveValue->computeLength<Length>(state.cssToLengthConversionData().copyWithAdjustedZoom(multiplier)); lineHeight 314 Source/core/css/resolver/StyleBuilderCustom.cpp lineHeight = Length((state.style()->computedFontSize() * primitiveValue->getIntValue()) / 100.0, Fixed); lineHeight 316 Source/core/css/resolver/StyleBuilderCustom.cpp lineHeight = Length(primitiveValue->getDoubleValue() * 100.0, Percent); lineHeight 322 Source/core/css/resolver/StyleBuilderCustom.cpp lineHeight = Length(valueForLength(zoomedLength, state.style()->fontSize()), Fixed); lineHeight 326 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setLineHeight(lineHeight); lineHeight 66 Source/core/html/track/vtt/VTTRegion.cpp static const float lineHeight = 5.33; lineHeight 411 Source/core/html/track/vtt/VTTRegion.cpp double height = lineHeight * m_heightInLines; lineHeight 323 Source/core/page/PrintContext.cpp return String::number(style->lineHeight().value()); lineHeight 146 Source/core/rendering/InlineBox.cpp return boxModelObject()->lineHeight(m_bitfields.firstLine(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine); lineHeight 243 Source/core/rendering/InlineBox.h virtual LayoutUnit lineHeight() const; lineHeight 129 Source/core/rendering/InlineFlowBox.cpp || parentStyle->lineHeight() != childStyle->lineHeight() lineHeight 146 Source/core/rendering/InlineFlowBox.cpp || parentStyle->lineHeight() != childStyle->lineHeight() lineHeight 485 Source/core/rendering/InlineFlowBox.cpp int lineHeight = curr->lineHeight(); lineHeight 487 Source/core/rendering/InlineFlowBox.cpp if (maxAscent + maxDescent < lineHeight) lineHeight 488 Source/core/rendering/InlineFlowBox.cpp maxDescent = lineHeight - maxAscent; lineHeight 491 Source/core/rendering/InlineFlowBox.cpp if (maxAscent + maxDescent < lineHeight) lineHeight 492 Source/core/rendering/InlineFlowBox.cpp maxAscent = lineHeight - maxDescent; lineHeight 633 Source/core/rendering/InlineFlowBox.cpp curr->setLogicalTop((top + maxHeight - curr->lineHeight()).toFloat()); lineHeight 119 Source/core/rendering/InlineTextBox.cpp return toRenderBR(renderer()).lineHeight(isFirstLineStyle()); lineHeight 121 Source/core/rendering/InlineTextBox.cpp return parent()->lineHeight(); lineHeight 122 Source/core/rendering/InlineTextBox.cpp return toRenderBoxModelObject(renderer().parent())->lineHeight(isFirstLineStyle(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine); lineHeight 85 Source/core/rendering/InlineTextBox.h virtual LayoutUnit lineHeight() const OVERRIDE FINAL; lineHeight 46 Source/core/rendering/RenderBR.h int lineHeight(bool firstLine) const; lineHeight 3711 Source/core/rendering/RenderBlock.cpp return RenderBox::lineHeight(firstLine, direction, linePositionMode); lineHeight 3775 Source/core/rendering/RenderBlock.cpp return fontMetrics.ascent(baselineType) + (lineHeight(firstLine, direction, linePositionMode) - fontMetrics.height()) / 2; lineHeight 3786 Source/core/rendering/RenderBlock.cpp return std::max<LayoutUnit>(replacedHeight, lineHeight(isFirstLine, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes)); lineHeight 3832 Source/core/rendering/RenderBlock.cpp + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2 lineHeight 3851 Source/core/rendering/RenderBlock.cpp + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2 lineHeight 4802 Source/core/rendering/RenderBlock.cpp LayoutUnit lineHeight = logicalBottom - logicalOffset; lineHeight 4818 Source/core/rendering/RenderBlock.cpp if (remainingLogicalHeight < lineHeight || (shouldBreakAtLineToAvoidWidow() && lineBreakToAvoidWidow() == lineIndex)) { lineHeight 4824 Source/core/rendering/RenderBlock.cpp if (!hasUniformPageLogicalHeight && !pushToNextPageWithMinimumLogicalHeight(remainingLogicalHeight, logicalOffset, lineHeight)) lineHeight 4826 Source/core/rendering/RenderBlock.cpp if (lineHeight > pageLogicalHeight) { lineHeight 4828 Source/core/rendering/RenderBlock.cpp remainingLogicalHeight -= min(lineHeight - pageLogicalHeight, max<LayoutUnit>(0, logicalVisualOverflow.y() - lineBox->lineTopWithLeading())); lineHeight 4830 Source/core/rendering/RenderBlock.cpp LayoutUnit totalLogicalHeight = lineHeight + max<LayoutUnit>(0, logicalOffset); lineHeight 4832 Source/core/rendering/RenderBlock.cpp setPageBreak(logicalOffset, lineHeight - remainingLogicalHeight); lineHeight 4846 Source/core/rendering/RenderBlock.cpp setPageBreak(logicalOffset, lineHeight); lineHeight 89 Source/core/rendering/RenderBlock.h virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE FINAL; lineHeight 1767 Source/core/rendering/RenderBlockLineLayout.cpp setLogicalHeight(logicalHeight() + lineHeight(true, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes)); lineHeight 552 Source/core/rendering/RenderBox.h virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE; lineHeight 2646 Source/core/rendering/RenderBoxModelObject.cpp LayoutUnit height = lineHeight(true, currentStyle->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes); lineHeight 184 Source/core/rendering/RenderBoxModelObject.h virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const = 0; lineHeight 407 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes)); lineHeight 723 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes)); lineHeight 699 Source/core/rendering/RenderFlexibleBox.cpp + lineHeight(true, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes) lineHeight 218 Source/core/rendering/RenderInline.cpp || parentStyle->lineHeight() != style()->lineHeight())); lineHeight 226 Source/core/rendering/RenderInline.cpp || parentStyle->lineHeight() != childStyle->lineHeight(); lineHeight 1299 Source/core/rendering/RenderInline.cpp return fontMetrics.ascent(baselineType) + (lineHeight(firstLine, direction, linePositionMode) - fontMetrics.height()) / 2; lineHeight 166 Source/core/rendering/RenderInline.h virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE FINAL; lineHeight 1667 Source/core/rendering/RenderListMarker.cpp return m_listItem->lineHeight(firstLine, direction, PositionOfInteriorLineBoxes); lineHeight 1668 Source/core/rendering/RenderListMarker.cpp return RenderBox::lineHeight(firstLine, direction, linePositionMode); lineHeight 65 Source/core/rendering/RenderListMarker.h virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE; lineHeight 59 Source/core/rendering/RenderSearchField.cpp LayoutUnit RenderSearchField::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const lineHeight 65 Source/core/rendering/RenderSearchField.cpp lineHeight = max(lineHeight, decorationRenderer->logicalHeight()); lineHeight 71 Source/core/rendering/RenderSearchField.cpp lineHeight = max(lineHeight, cancelRenderer->logicalHeight()); lineHeight 74 Source/core/rendering/RenderSearchField.cpp return lineHeight + nonContentHeight; lineHeight 40 Source/core/rendering/RenderSearchField.h virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE; lineHeight 135 Source/core/rendering/RenderTextControl.cpp logicalHeight = computeControlLogicalHeight(innerTextBox->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight) + borderAndPaddingHeight(); lineHeight 60 Source/core/rendering/RenderTextControl.h virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const = 0; lineHeight 68 Source/core/rendering/RenderTextControlMultiLine.cpp LayoutUnit RenderTextControlMultiLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const lineHeight 70 Source/core/rendering/RenderTextControlMultiLine.cpp return lineHeight * toHTMLTextAreaElement(node())->rows() + nonContentHeight; lineHeight 43 Source/core/rendering/RenderTextControlMultiLine.h virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE; lineHeight 347 Source/core/rendering/RenderTextControlSingleLine.cpp LayoutUnit RenderTextControlSingleLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const lineHeight 349 Source/core/rendering/RenderTextControlSingleLine.cpp return lineHeight + nonContentHeight; lineHeight 372 Source/core/rendering/RenderTextControlSingleLine.cpp if (textBlockStyle->fontMetrics().lineSpacing() > lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes)) lineHeight 73 Source/core/rendering/RenderTextControlSingleLine.h virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE; lineHeight 111 Source/core/rendering/RootInlineBox.cpp return boxModelObject()->lineHeight(isFirstLineStyle(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes); lineHeight 624 Source/core/rendering/RootInlineBox.cpp descent = box->lineHeight() - ascent; lineHeight 647 Source/core/rendering/RootInlineBox.cpp if (usedFonts && !usedFonts->isEmpty() && (includeFont || (box->renderer().style(isFirstLineStyle())->lineHeight().isNegative() && includeLeading))) { lineHeight 674 Source/core/rendering/RootInlineBox.cpp int descentWithLeading = box->lineHeight() - ascentWithLeading; lineHeight 762 Source/core/rendering/RootInlineBox.cpp verticalPosition = (verticalPosition - static_cast<LayoutUnit>(fontMetrics.xHeight() / 2) - renderer->lineHeight(firstLine, lineDirection) / 2 + renderer->baselinePosition(baselineType(), firstLine, lineDirection)).round(); lineHeight 767 Source/core/rendering/RootInlineBox.cpp verticalPosition -= (renderer->lineHeight(firstLine, lineDirection) - renderer->baselinePosition(baselineType(), firstLine, lineDirection)); lineHeight 769 Source/core/rendering/RootInlineBox.cpp verticalPosition += -renderer->lineHeight(firstLine, lineDirection) / 2 + renderer->baselinePosition(baselineType(), firstLine, lineDirection); lineHeight 771 Source/core/rendering/RootInlineBox.cpp LayoutUnit lineHeight; lineHeight 774 Source/core/rendering/RootInlineBox.cpp lineHeight = renderer->style()->computedLineHeight(); lineHeight 776 Source/core/rendering/RootInlineBox.cpp lineHeight = renderer->lineHeight(firstLine, lineDirection); lineHeight 777 Source/core/rendering/RootInlineBox.cpp verticalPosition -= valueForLength(renderer->style()->verticalAlignLength(), lineHeight); lineHeight 114 Source/core/rendering/RootInlineBox.h virtual LayoutUnit lineHeight() const OVERRIDE FINAL; lineHeight 183 Source/core/rendering/line/BreakingContextInlineHeaders.h && (flow->style(lineInfo.isFirstLine())->lineHeight() != parent->style(lineInfo.isFirstLine())->lineHeight() lineHeight 70 Source/core/rendering/line/LineWidth.cpp LayoutUnit lineHeight = m_block.lineHeight(m_isFirstLine, m_block.isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes); lineHeight 71 Source/core/rendering/line/LineWidth.cpp shapeOutsideInfo->updateDeltasForContainingBlockLine(m_block, *newFloat, m_block.logicalHeight(), lineHeight); lineHeight 146 Source/core/rendering/line/LineWidth.cpp inline static bool isWholeLineFit(const RenderBlockFlow& block, const LayoutUnit& lineTop, LayoutUnit lineHeight, float uncommittedWidth, bool shouldIndentText) lineHeight 148 Source/core/rendering/line/LineWidth.cpp for (LayoutUnit lineBottom = lineTop; lineBottom <= lineTop + lineHeight; lineBottom++) { lineHeight 158 Source/core/rendering/line/LineWidth.cpp LayoutUnit lineHeight = m_block.lineHeight(isFirstLine, m_block.isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes); lineHeight 168 Source/core/rendering/line/LineWidth.cpp if (newLineWidth >= m_uncommittedWidth && isWholeLineFit(m_block, newLineTop, lineHeight, m_uncommittedWidth, shouldIndentText())) lineHeight 56 Source/core/rendering/shapes/BoxShapeTest.cpp #define TEST_EXCLUDED_INTERVAL(shapePtr, lineTop, lineHeight, expectedLeft, expectedRight) \ lineHeight 59 Source/core/rendering/shapes/BoxShapeTest.cpp shapePtr->getExcludedIntervals(lineTop, lineHeight, result); \ lineHeight 67 Source/core/rendering/shapes/BoxShapeTest.cpp #define TEST_NO_EXCLUDED_INTERVAL(shapePtr, lineTop, lineHeight) \ lineHeight 70 Source/core/rendering/shapes/BoxShapeTest.cpp shapePtr->getExcludedIntervals(lineTop, lineHeight, result); \ lineHeight 74 Source/core/rendering/shapes/Shape.h bool lineOverlapsShapeMarginBounds(LayoutUnit lineTop, LayoutUnit lineHeight) const { return lineOverlapsBoundingBox(lineTop, lineHeight, shapeMarginLogicalBoundingBox()); } lineHeight 80 Source/core/rendering/shapes/Shape.h bool lineOverlapsBoundingBox(LayoutUnit lineTop, LayoutUnit lineHeight, const LayoutRect& rect) const lineHeight 84 Source/core/rendering/shapes/Shape.h return (lineTop < rect.maxY() && lineTop + lineHeight > rect.y()) || (!lineHeight && lineTop == rect.y()); lineHeight 148 Source/core/rendering/shapes/ShapeInfo.cpp SegmentList ShapeInfo<RenderType>::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const lineHeight 150 Source/core/rendering/shapes/ShapeInfo.cpp ASSERT(lineHeight >= 0); lineHeight 153 Source/core/rendering/shapes/ShapeInfo.cpp getIntervals((lineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - lineTop), segments); lineHeight 73 Source/core/rendering/shapes/ShapeInfo.h SegmentList computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const; lineHeight 58 Source/core/rendering/shapes/ShapeOutsideInfo.cpp void ShapeOutsideInfo::updateDeltasForContainingBlockLine(const RenderBlockFlow& containingBlock, const FloatingObject& floatingObject, LayoutUnit lineTop, LayoutUnit lineHeight) lineHeight 63 Source/core/rendering/shapes/ShapeOutsideInfo.cpp if (isShapeDirty() || m_borderBoxLineTop != borderBoxLineTop || m_lineHeight != lineHeight) { lineHeight 66 Source/core/rendering/shapes/ShapeOutsideInfo.cpp m_lineHeight = lineHeight; lineHeight 71 Source/core/rendering/shapes/ShapeOutsideInfo.cpp SegmentList segments = computeSegmentsForLine(borderBoxLineTop, lineHeight); lineHeight 50 Source/core/rendering/shapes/ShapeOutsideInfo.h void updateDeltasForContainingBlockLine(const RenderBlockFlow&, const FloatingObject&, LayoutUnit lineTop, LayoutUnit lineHeight); lineHeight 66 Source/core/rendering/shapes/ShapeOutsideInfo.h virtual void getIntervals(LayoutUnit lineTop, LayoutUnit lineHeight, SegmentList& segments) const OVERRIDE lineHeight 68 Source/core/rendering/shapes/ShapeOutsideInfo.h return computedShape().getExcludedIntervals(lineTop, lineHeight, segments); lineHeight 1219 Source/core/rendering/style/RenderStyle.cpp const Length& lh = lineHeight(); lineHeight 596 Source/core/rendering/style/RenderStyle.h Length lineHeight() const;