valueForLength 630 Source/core/css/CSSComputedStyleDeclaration.cpp return zoomAdjustedPixelValue(valueForLength(l, containingBlockSize), style); valueForLength 322 Source/core/css/resolver/StyleBuilderCustom.cpp lineHeight = Length(valueForLength(zoomedLength, state.style()->fontSize()), Fixed); valueForLength 1981 Source/core/dom/Document.cpp width = valueForLength(size.width(), 0); valueForLength 1982 Source/core/dom/Document.cpp height = valueForLength(size.height(), 0); valueForLength 237 Source/core/rendering/FixedTableLayout.cpp calcWidth[i] = valueForLength(m_width[i], tableLogicalWidth); valueForLength 648 Source/core/rendering/RenderBox.cpp return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width()); valueForLength 649 Source/core/rendering/RenderBox.cpp return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height()); valueForLength 1709 Source/core/rendering/RenderBox.cpp LayoutUnit c = valueForLength(style()->clipLeft(), borderBoxRect.width()); valueForLength 1715 Source/core/rendering/RenderBox.cpp clipRect.contract(width() - valueForLength(style()->clipRight(), width()), 0); valueForLength 1718 Source/core/rendering/RenderBox.cpp LayoutUnit c = valueForLength(style()->clipTop(), borderBoxRect.height()); valueForLength 1724 Source/core/rendering/RenderBox.cpp clipRect.contract(0, height() - valueForLength(style()->clipBottom(), height())); valueForLength 2300 Source/core/rendering/RenderBox.cpp return adjustBorderBoxLogicalWidthForBoxSizing(valueForLength(logicalWidth, availableLogicalWidth)); valueForLength 2440 Source/core/rendering/RenderBox.cpp marginStart = valueForLength(marginStartLength, containerWidth); valueForLength 2449 Source/core/rendering/RenderBox.cpp marginEnd = valueForLength(marginEndLength, containerWidth); valueForLength 2753 Source/core/rendering/RenderBox.cpp LayoutUnit result = valueForLength(height, availableHeight); valueForLength 2855 Source/core/rendering/RenderBox.cpp return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, newHeight)); valueForLength 2876 Source/core/rendering/RenderBox.cpp return valueForLength(logicalHeight, availableHeight - borderAndPaddingLogicalHeight()); valueForLength 2882 Source/core/rendering/RenderBox.cpp return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, availableHeight)); valueForLength 2916 Source/core/rendering/RenderBox.cpp return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(h, availableHeight)); valueForLength 3270 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3271 Source/core/rendering/RenderBox.cpp computedValues.m_extent = adjustContentBoxLogicalWidthForBoxSizing(valueForLength(logicalWidth, containerLogicalWidth)); valueForLength 3273 Source/core/rendering/RenderBox.cpp const LayoutUnit availableSpace = containerLogicalWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth) + bordersPlusPadding); valueForLength 3294 Source/core/rendering/RenderBox.cpp marginLogicalRightValue = valueForLength(marginLogicalRight, containerRelativeLogicalWidth); valueForLength 3298 Source/core/rendering/RenderBox.cpp marginLogicalLeftValue = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth); valueForLength 3302 Source/core/rendering/RenderBox.cpp marginLogicalLeftValue = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth); valueForLength 3303 Source/core/rendering/RenderBox.cpp marginLogicalRightValue = valueForLength(marginLogicalRight, containerRelativeLogicalWidth); valueForLength 3362 Source/core/rendering/RenderBox.cpp LayoutUnit logicalRightValue = valueForLength(logicalRight, containerLogicalWidth); valueForLength 3372 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3377 Source/core/rendering/RenderBox.cpp computedValues.m_extent = adjustContentBoxLogicalWidthForBoxSizing(valueForLength(logicalWidth, containerLogicalWidth)); valueForLength 3378 Source/core/rendering/RenderBox.cpp logicalLeftValue = availableSpace - (computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth)); valueForLength 3381 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3385 Source/core/rendering/RenderBox.cpp computedValues.m_extent = availableSpace - (logicalLeftValue + valueForLength(logicalRight, containerLogicalWidth)); valueForLength 3388 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3389 Source/core/rendering/RenderBox.cpp computedValues.m_extent = adjustContentBoxLogicalWidthForBoxSizing(valueForLength(logicalWidth, containerLogicalWidth)); valueForLength 3574 Source/core/rendering/RenderBox.cpp resolvedLogicalHeight = adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeightLength, containerLogicalHeight)); valueForLength 3590 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 3592 Source/core/rendering/RenderBox.cpp const LayoutUnit availableSpace = containerLogicalHeight - (logicalTopValue + logicalHeightValue + valueForLength(logicalBottom, containerLogicalHeight) + bordersPlusPadding); valueForLength 3602 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_after = valueForLength(marginAfter, containerRelativeLogicalWidth); valueForLength 3606 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_before = valueForLength(marginBefore, containerRelativeLogicalWidth); valueForLength 3610 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_before = valueForLength(marginBefore, containerRelativeLogicalWidth); valueForLength 3611 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_after = valueForLength(marginAfter, containerRelativeLogicalWidth); valueForLength 3649 Source/core/rendering/RenderBox.cpp logicalTopValue = availableSpace - (logicalHeightValue + valueForLength(logicalBottom, containerLogicalHeight)); valueForLength 3652 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 3657 Source/core/rendering/RenderBox.cpp logicalTopValue = availableSpace - (logicalHeightValue + valueForLength(logicalBottom, containerLogicalHeight)); valueForLength 3660 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 3661 Source/core/rendering/RenderBox.cpp logicalHeightValue = max<LayoutUnit>(0, availableSpace - (logicalTopValue + valueForLength(logicalBottom, containerLogicalHeight))); valueForLength 3665 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 3748 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3749 Source/core/rendering/RenderBox.cpp logicalRightValue = valueForLength(logicalRight, containerLogicalWidth); valueForLength 3772 Source/core/rendering/RenderBox.cpp marginLogicalLeftAlias = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth); valueForLength 3773 Source/core/rendering/RenderBox.cpp marginLogicalRightAlias = valueForLength(marginLogicalRight, containerRelativeLogicalWidth); valueForLength 3774 Source/core/rendering/RenderBox.cpp logicalRightValue = valueForLength(logicalRight, containerLogicalWidth); valueForLength 3779 Source/core/rendering/RenderBox.cpp marginLogicalLeftAlias = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth); valueForLength 3780 Source/core/rendering/RenderBox.cpp marginLogicalRightAlias = valueForLength(marginLogicalRight, containerRelativeLogicalWidth); valueForLength 3781 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3786 Source/core/rendering/RenderBox.cpp marginLogicalRightAlias = valueForLength(marginLogicalRight, containerRelativeLogicalWidth); valueForLength 3787 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3788 Source/core/rendering/RenderBox.cpp logicalRightValue = valueForLength(logicalRight, containerLogicalWidth); valueForLength 3793 Source/core/rendering/RenderBox.cpp marginLogicalLeftAlias = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth); valueForLength 3794 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3795 Source/core/rendering/RenderBox.cpp logicalRightValue = valueForLength(logicalRight, containerLogicalWidth); valueForLength 3801 Source/core/rendering/RenderBox.cpp marginLogicalLeftAlias = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth); valueForLength 3802 Source/core/rendering/RenderBox.cpp marginLogicalRightAlias = valueForLength(marginLogicalRight, containerRelativeLogicalWidth); valueForLength 3803 Source/core/rendering/RenderBox.cpp logicalRightValue = valueForLength(logicalRight, containerLogicalWidth); valueForLength 3804 Source/core/rendering/RenderBox.cpp logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth); valueForLength 3909 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 3910 Source/core/rendering/RenderBox.cpp logicalBottomValue = valueForLength(logicalBottom, containerLogicalHeight); valueForLength 3922 Source/core/rendering/RenderBox.cpp marginBeforeAlias = valueForLength(marginBefore, containerRelativeLogicalWidth); valueForLength 3923 Source/core/rendering/RenderBox.cpp marginAfterAlias = valueForLength(marginAfter, containerRelativeLogicalWidth); valueForLength 3924 Source/core/rendering/RenderBox.cpp logicalBottomValue = valueForLength(logicalBottom, containerLogicalHeight); valueForLength 3929 Source/core/rendering/RenderBox.cpp marginBeforeAlias = valueForLength(marginBefore, containerRelativeLogicalWidth); valueForLength 3930 Source/core/rendering/RenderBox.cpp marginAfterAlias = valueForLength(marginAfter, containerRelativeLogicalWidth); valueForLength 3931 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 3937 Source/core/rendering/RenderBox.cpp marginAfterAlias = valueForLength(marginAfter, containerRelativeLogicalWidth); valueForLength 3938 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 3939 Source/core/rendering/RenderBox.cpp logicalBottomValue = valueForLength(logicalBottom, containerLogicalHeight); valueForLength 3944 Source/core/rendering/RenderBox.cpp marginBeforeAlias = valueForLength(marginBefore, containerRelativeLogicalWidth); valueForLength 3945 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 3946 Source/core/rendering/RenderBox.cpp logicalBottomValue = valueForLength(logicalBottom, containerLogicalHeight); valueForLength 3952 Source/core/rendering/RenderBox.cpp marginBeforeAlias = valueForLength(marginBefore, containerRelativeLogicalWidth); valueForLength 3953 Source/core/rendering/RenderBox.cpp marginAfterAlias = valueForLength(marginAfter, containerRelativeLogicalWidth); valueForLength 3954 Source/core/rendering/RenderBox.cpp logicalTopValue = valueForLength(logicalTop, containerLogicalHeight); valueForLength 201 Source/core/rendering/RenderBoxModelObject.cpp offset.setWidth(-valueForLength(style()->right(), containingBlock->availableWidth())); valueForLength 203 Source/core/rendering/RenderBoxModelObject.cpp offset.expand(valueForLength(style()->left(), containingBlock->availableWidth()), 0); valueForLength 205 Source/core/rendering/RenderBoxModelObject.cpp offset.expand(-valueForLength(style()->right(), containingBlock->availableWidth()), 0); valueForLength 218 Source/core/rendering/RenderBoxModelObject.cpp offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight())); valueForLength 224 Source/core/rendering/RenderBoxModelObject.cpp offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight())); valueForLength 862 Source/core/rendering/RenderBoxModelObject.cpp tileSize.setWidth(valueForLength(layerWidth, positioningAreaSize.width())); valueForLength 867 Source/core/rendering/RenderBoxModelObject.cpp tileSize.setHeight(valueForLength(layerHeight, positioningAreaSize.height())); valueForLength 1129 Source/core/rendering/RenderBoxModelObject.cpp return valueForLength(borderSlice.length(), boxExtent); valueForLength 1160 Source/core/rendering/RenderBoxModelObject.cpp int topSlice = min<int>(imageHeight, valueForLength(ninePieceImage.imageSlices().top(), imageHeight)) * imageScaleFactor; valueForLength 1161 Source/core/rendering/RenderBoxModelObject.cpp int rightSlice = min<int>(imageWidth, valueForLength(ninePieceImage.imageSlices().right(), imageWidth)) * imageScaleFactor; valueForLength 1162 Source/core/rendering/RenderBoxModelObject.cpp int bottomSlice = min<int>(imageHeight, valueForLength(ninePieceImage.imageSlices().bottom(), imageHeight)) * imageScaleFactor; valueForLength 1163 Source/core/rendering/RenderBoxModelObject.cpp int leftSlice = min<int>(imageWidth, valueForLength(ninePieceImage.imageSlices().left(), imageWidth)) * imageScaleFactor; valueForLength 491 Source/core/rendering/RenderGrid.cpp return valueForLength(trackLength, direction == ForColumns ? logicalWidth() : computeContentLogicalHeight(style()->logicalHeight(), -1)); valueForLength 1600 Source/core/rendering/RenderObject.cpp LayoutUnit borderWidth = max<LayoutUnit>(borderRight, max<LayoutUnit>(valueForLength(style()->borderTopRightRadius().width(), boxWidth), valueForLength(style()->borderBottomRightRadius().width(), boxWidth))); valueForLength 1621 Source/core/rendering/RenderObject.cpp LayoutUnit borderHeight = max<LayoutUnit>(borderBottom, max<LayoutUnit>(valueForLength(style()->borderBottomLeftRadius().height(), boxHeight), valueForLength(style()->borderBottomRightRadius().height(), boxHeight))); valueForLength 101 Source/core/rendering/RenderTableCell.h int styleLogicalHeight = valueForLength(style()->logicalHeight(), 0); valueForLength 777 Source/core/rendering/RootInlineBox.cpp verticalPosition -= valueForLength(renderer->style()->verticalAlignLength(), lineHeight); valueForLength 939 Source/core/rendering/style/RenderStyle.cpp IntSize(valueForLength(border.topLeft().width(), size.width()), valueForLength 940 Source/core/rendering/style/RenderStyle.cpp valueForLength(border.topLeft().height(), size.height())), valueForLength 941 Source/core/rendering/style/RenderStyle.cpp IntSize(valueForLength(border.topRight().width(), size.width()), valueForLength 942 Source/core/rendering/style/RenderStyle.cpp valueForLength(border.topRight().height(), size.height())), valueForLength 943 Source/core/rendering/style/RenderStyle.cpp IntSize(valueForLength(border.bottomLeft().width(), size.width()), valueForLength 944 Source/core/rendering/style/RenderStyle.cpp valueForLength(border.bottomLeft().height(), size.height())), valueForLength 945 Source/core/rendering/style/RenderStyle.cpp IntSize(valueForLength(border.bottomRight().width(), size.width()), valueForLength 946 Source/core/rendering/style/RenderStyle.cpp valueForLength(border.bottomRight().height(), size.height()))); valueForLength 134 Source/core/rendering/svg/RenderSVGRoot.cpp return static_cast<LayoutUnit>(valueForLength(length, maxSize) * (length.isFixed() ? scale : 1)); valueForLength 34 Source/platform/LengthFunctions.cpp return static_cast<int>(valueForLength(length, maximumValue)); valueForLength 40 Source/platform/LengthFunctions.h PLATFORM_EXPORT LayoutUnit valueForLength(const Length&, LayoutUnit maximumValue);