minimumValueForLength 2061 Source/core/css/CSSComputedStyleDeclaration.cpp value = minimumValueForLength(marginRight, toRenderBox(renderer)->containingBlockLogicalWidthForContent()).toFloat(); minimumValueForLength 2525 Source/core/css/CSSComputedStyleDeclaration.cpp list->append(zoomAdjustedPixelValue(minimumValueForLength(style->perspectiveOriginX(), box.width()), *style)); minimumValueForLength 2526 Source/core/css/CSSComputedStyleDeclaration.cpp list->append(zoomAdjustedPixelValue(minimumValueForLength(style->perspectiveOriginY(), box.height()), *style)); minimumValueForLength 2574 Source/core/css/CSSComputedStyleDeclaration.cpp list->append(zoomAdjustedPixelValue(minimumValueForLength(style->transformOriginX(), box.width()), *style)); minimumValueForLength 2575 Source/core/css/CSSComputedStyleDeclaration.cpp list->append(zoomAdjustedPixelValue(minimumValueForLength(style->transformOriginY(), box.height()), *style)); minimumValueForLength 149 Source/core/html/HTMLAreaElement.cpp path.moveTo(FloatPoint(minimumValueForLength(m_coords[0], width).toFloat(), minimumValueForLength(m_coords[1], height).toFloat())); minimumValueForLength 151 Source/core/html/HTMLAreaElement.cpp path.addLineTo(FloatPoint(minimumValueForLength(m_coords[i * 2], width).toFloat(), minimumValueForLength(m_coords[i * 2 + 1], height).toFloat())); minimumValueForLength 158 Source/core/html/HTMLAreaElement.cpp float r = min(minimumValueForLength(radius, width).toFloat(), minimumValueForLength(radius, height).toFloat()); minimumValueForLength 159 Source/core/html/HTMLAreaElement.cpp path.addEllipse(FloatRect(minimumValueForLength(m_coords[0], width).toFloat() - r, minimumValueForLength(m_coords[1], height).toFloat() - r, 2 * r, 2 * r)); minimumValueForLength 164 Source/core/html/HTMLAreaElement.cpp float x0 = minimumValueForLength(m_coords[0], width).toFloat(); minimumValueForLength 165 Source/core/html/HTMLAreaElement.cpp float y0 = minimumValueForLength(m_coords[1], height).toFloat(); minimumValueForLength 166 Source/core/html/HTMLAreaElement.cpp float x1 = minimumValueForLength(m_coords[2], width).toFloat(); minimumValueForLength 167 Source/core/html/HTMLAreaElement.cpp float y1 = minimumValueForLength(m_coords[3], height).toFloat(); minimumValueForLength 537 Source/core/rendering/AutoTableLayout.cpp int cellLogicalWidth = max<int>(m_layoutStruct[i].effectiveMinLogicalWidth, minimumValueForLength(logicalWidth, tableLogicalWidth)); minimumValueForLength 2700 Source/core/rendering/RenderBlock.cpp return minimumValueForLength(style()->textIndent(), cw); minimumValueForLength 1396 Source/core/rendering/RenderBlockLineLayout.cpp LayoutUnit textIndent = minimumValueForLength(styleToUse->textIndent(), cw); minimumValueForLength 2204 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start = minimumValueForLength(styleToUse->marginStart(), containerLogicalWidth); minimumValueForLength 2205 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end = minimumValueForLength(styleToUse->marginEnd(), containerLogicalWidth); minimumValueForLength 2224 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start = minimumValueForLength(styleToUse->marginStart(), containerLogicalWidth); minimumValueForLength 2225 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end = minimumValueForLength(styleToUse->marginEnd(), containerLogicalWidth); minimumValueForLength 2266 Source/core/rendering/RenderBox.cpp marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth); minimumValueForLength 2267 Source/core/rendering/RenderBox.cpp marginEnd = minimumValueForLength(style()->marginEnd(), availableLogicalWidth); minimumValueForLength 2407 Source/core/rendering/RenderBox.cpp marginStart = minimumValueForLength(marginStartLength, containerWidth); minimumValueForLength 2408 Source/core/rendering/RenderBox.cpp marginEnd = minimumValueForLength(marginEndLength, containerWidth); minimumValueForLength 2430 Source/core/rendering/RenderBox.cpp LayoutUnit marginStartWidth = minimumValueForLength(marginStartLength, containerWidth); minimumValueForLength 2431 Source/core/rendering/RenderBox.cpp LayoutUnit marginEndWidth = minimumValueForLength(marginEndLength, containerWidth); minimumValueForLength 2456 Source/core/rendering/RenderBox.cpp marginStart = minimumValueForLength(marginStartLength, containerWidth); minimumValueForLength 2457 Source/core/rendering/RenderBox.cpp marginEnd = minimumValueForLength(marginEndLength, containerWidth); minimumValueForLength 2802 Source/core/rendering/RenderBox.cpp return adjustContentBoxLogicalWidthForBoxSizing(minimumValueForLength(logicalWidth, cw)); minimumValueForLength 2956 Source/core/rendering/RenderBox.cpp marginBefore = minimumValueForLength(style()->marginBeforeUsing(containingBlockStyle), cw); minimumValueForLength 2957 Source/core/rendering/RenderBox.cpp marginAfter = minimumValueForLength(style()->marginAfterUsing(containingBlockStyle), cw); minimumValueForLength 3353 Source/core/rendering/RenderBox.cpp marginLogicalLeftValue = minimumValueForLength(marginLogicalLeft, containerRelativeLogicalWidth); minimumValueForLength 3354 Source/core/rendering/RenderBox.cpp marginLogicalRightValue = minimumValueForLength(marginLogicalRight, containerRelativeLogicalWidth); minimumValueForLength 3640 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_before = minimumValueForLength(marginBefore, containerRelativeLogicalWidth); minimumValueForLength 3641 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_after = minimumValueForLength(marginAfter, containerRelativeLogicalWidth); minimumValueForLength 282 Source/core/rendering/RenderBoxModelObject.cpp LayoutBoxExtent minMargin(minimumValueForLength(style()->marginTop(), maxWidth), minimumValueForLength 283 Source/core/rendering/RenderBoxModelObject.cpp minimumValueForLength(style()->marginRight(), maxWidth), minimumValueForLength 284 Source/core/rendering/RenderBoxModelObject.cpp minimumValueForLength(style()->marginBottom(), maxWidth), minimumValueForLength 285 Source/core/rendering/RenderBoxModelObject.cpp minimumValueForLength(style()->marginLeft(), maxWidth)); minimumValueForLength 396 Source/core/rendering/RenderBoxModelObject.cpp return minimumValueForLength(padding, w); minimumValueForLength 838 Source/core/rendering/RenderFlexibleBox.cpp return minimumValueForLength(margin, availableSize); minimumValueForLength 696 Source/core/rendering/RenderInline.cpp return minimumValueForLength(margin, max<LayoutUnit>(0, renderer->containingBlock()->availableLogicalWidth())); minimumValueForLength 180 Source/core/rendering/RenderMenuList.cpp optionWidth += minimumValueForLength(optionStyle->textIndent(), 0); minimumValueForLength 362 Source/core/rendering/RenderReplaced.cpp LayoutUnit xOffset = minimumValueForLength(style()->objectPosition().x(), contentRect.width() - finalRect.width()); minimumValueForLength 363 Source/core/rendering/RenderReplaced.cpp LayoutUnit yOffset = minimumValueForLength(style()->objectPosition().y(), contentRect.height() - finalRect.height()); minimumValueForLength 436 Source/core/rendering/RenderReplaced.cpp LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), logicalWidth); minimumValueForLength 437 Source/core/rendering/RenderReplaced.cpp LayoutUnit marginEnd = minimumValueForLength(style()->marginEnd(), logicalWidth); minimumValueForLength 95 Source/core/rendering/RenderScrollbarPart.cpp return minimumValueForLength(length, containingLength); minimumValueForLength 112 Source/core/rendering/RenderScrollbarPart.cpp m_marginBox.setLeft(minimumValueForLength(style()->marginLeft(), visibleSize)); minimumValueForLength 113 Source/core/rendering/RenderScrollbarPart.cpp m_marginBox.setRight(minimumValueForLength(style()->marginRight(), visibleSize)); minimumValueForLength 129 Source/core/rendering/RenderScrollbarPart.cpp m_marginBox.setTop(minimumValueForLength(style()->marginTop(), visibleSize)); minimumValueForLength 130 Source/core/rendering/RenderScrollbarPart.cpp m_marginBox.setBottom(minimumValueForLength(style()->marginBottom(), visibleSize)); minimumValueForLength 274 Source/core/rendering/RenderTable.cpp LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth); minimumValueForLength 275 Source/core/rendering/RenderTable.cpp LayoutUnit marginEnd = minimumValueForLength(style()->marginEnd(), availableLogicalWidth); minimumValueForLength 317 Source/core/rendering/RenderTable.cpp setMarginStart(minimumValueForLength(style()->marginStart(), availableLogicalWidth)); minimumValueForLength 318 Source/core/rendering/RenderTable.cpp setMarginEnd(minimumValueForLength(style()->marginEnd(), availableLogicalWidth)); minimumValueForLength 340 Source/core/rendering/RenderTable.cpp return minimumValueForLength(styleLogicalWidth, availableWidth) + borders; minimumValueForLength 666 Source/core/rendering/RenderTableSection.cpp m_rowPos[r + 1] = max(m_rowPos[r] + minimumValueForLength(m_grid[r].logicalHeight, 0).round(), 0); minimumValueForLength 118 Source/core/rendering/RenderText.h LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0); } minimumValueForLength 119 Source/core/rendering/RenderText.h LayoutUnit marginRight() const { return minimumValueForLength(style()->marginRight(), 0); } minimumValueForLength 1226 Source/core/rendering/style/RenderStyle.cpp return minimumValueForLength(lh, fontSize()); minimumValueForLength 98 Source/platform/LengthFunctions.cpp return minimumValueForLength(length, maximumValue); minimumValueForLength 107 Source/platform/LengthFunctions.cpp return minimumValueForLength(length, maximumValue); minimumValueForLength 38 Source/platform/LengthFunctions.h PLATFORM_EXPORT LayoutUnit minimumValueForLength(const Length&, LayoutUnit maximumValue);