max              3179 Source/bindings/tests/results/V8TestObject.cpp     v8SetReturnValueUnsigned(info, std::max(0, impl->fastGetAttribute(HTMLNames::reflectunsignedshortattributeAttr)));
max              3211 Source/bindings/tests/results/V8TestObject.cpp     v8SetReturnValueUnsigned(info, std::max(0, impl->getIntegralAttribute(HTMLNames::reflectunsignedlongattributeAttr)));
max                94 Source/bindings/v8/custom/V8GeolocationCustom.cpp             options->setTimeout(max(0, timeoutInt32->Value()));
max               120 Source/bindings/v8/custom/V8GeolocationCustom.cpp             options->setMaximumAge(max(0, maximumAgeInt32->Value()));
max                88 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (len > std::numeric_limits<uint32_t>::max() / sizeof(float)) {
max               111 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (len > std::numeric_limits<uint32_t>::max() / sizeof(int)) {
max               132 Source/config.h #ifndef max
max               133 Source/config.h #define max max
max               702 Source/core/accessibility/AXObject.cpp         subfocusMin = std::max(subfocusMin, objectMin);
max                63 Source/core/accessibility/AXProgressIndicator.cpp     return narrowPrecisionToFloat(element()->max());
max                53 Source/core/animation/AnimatableFilterOperations.cpp     size_t size = std::max(fromSize, toSize);
max               187 Source/core/animation/AnimationPlayerTest.cpp     player->setCurrentTime(std::numeric_limits<double>::max());
max               188 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(std::numeric_limits<double>::max(), player->currentTime());
max               190 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(std::numeric_limits<double>::max(), player->currentTime());
max               567 Source/core/animation/AnimationPlayerTest.cpp     player->setPlaybackRate(std::numeric_limits<double>::max());
max               568 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(std::numeric_limits<double>::max(), player->playbackRate());
max                48 Source/core/animation/TimingInput.cpp         timing.iterationStart = std::max<double>(iterationStart, 0);
max                56 Source/core/animation/TimingInput.cpp         timing.iterationCount = std::max<double>(iterationCount, 0);
max              2128 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(max(style->overflowX(), style->overflowY()));
max               204 Source/core/css/CSSFontFace.cpp             to = std::max(to, m_ranges[i].to());
max              1071 Source/core/css/CSSGradientValue.cpp             float xDist = max(secondPoint.x(), size.width() - secondPoint.x());
max              1072 Source/core/css/CSSGradientValue.cpp             float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
max              1074 Source/core/css/CSSGradientValue.cpp                 float larger = max(xDist, yDist);
max              1107 Source/core/css/CSSGradientValue.cpp                 float xDist = max(secondPoint.x(), size.width() - secondPoint.x());
max              1108 Source/core/css/CSSGradientValue.cpp                 float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
max               171 Source/core/css/CSSMarkup.cpp     if (length > std::numeric_limits<unsigned>::max() / 3 - 2)
max                54 Source/core/css/CSSPrimitiveValue.h     return ((value > std::numeric_limits<T>::max()) || (value < std::numeric_limits<T>::min())) ? 0 : static_cast<T>(value);
max                98 Source/core/css/CSSToLengthConversionData.cpp     return std::max(m_viewportWidth, m_viewportHeight) / 100;
max               139 Source/core/css/FontSize.cpp     float minLogicalSize = std::max(settings->minimumLogicalFontSize(), 1);
max               140 Source/core/css/FontSize.cpp     return std::max(fontSizeFactors[keyword - CSSValueXxSmall] * mediumSize, minLogicalSize);
max               330 Source/core/css/RuleFeature.cpp     maxDirectAdjacentSelectors = std::max(maxDirectAdjacentSelectors, other.maxDirectAdjacentSelectors);
max                69 Source/core/css/RuleFeature.h     void setMaxDirectAdjacentSelectors(unsigned value)  { m_metadata.maxDirectAdjacentSelectors = std::max(value, m_metadata.maxDirectAdjacentSelectors); }
max               945 Source/core/css/SelectorChecker.cpp                             maxSpecificity = std::max(maxSpecificity, hostContext.selector->specificity() + subResult.specificity);
max               486 Source/core/css/StylePropertySerializer.cpp                 numLayers = max(valueList->length(), numLayers);
max               488 Source/core/css/StylePropertySerializer.cpp                 numLayers = max<size_t>(1U, numLayers);
max              5292 Source/core/css/parser/CSSPropertyParser.cpp         colorArray[3] = static_cast<int>(max(0.0, min(1.0, value)) * nextafter(256.0, 0.0));
max              5318 Source/core/css/parser/CSSPropertyParser.cpp         colorArray[i] = max(0.0, min(100.0, parsedDouble(v, ReleaseParsedCalcValue))) / 100.0; // needs to be value between 0 and 1.0
max              5327 Source/core/css/parser/CSSPropertyParser.cpp         colorArray[3] = max(0.0, min(1.0, parsedDouble(v, ReleaseParsedCalcValue)));
max                87 Source/core/css/resolver/AnimatedStyleBuilder.cpp template<typename T> T animatableValueRoundClampTo(const AnimatableValue* value, T min = defaultMinimumForClamp<T>(), T max = defaultMaximumForClamp<T>())
max                90 Source/core/css/resolver/AnimatedStyleBuilder.cpp     return clampTo<T>(round(toAnimatableDouble(value)->toDouble()), min, max);
max               241 Source/core/dom/DocumentMarkerController.cpp         inserted->setEndOffset(std::max(inserted->endOffset(), i->endOffset()));
max              1603 Source/core/dom/Element.cpp         return max(localChange, change);
max              2401 Source/core/dom/Element.cpp         if (length > std::numeric_limits<unsigned>::max() - totalLength)
max               152 Source/core/dom/ElementRareData.h     return IntSize(LayoutUnit::max(), LayoutUnit::max());
max              1074 Source/core/dom/Range.cpp             int start = (n == m_start.container()) ? min(max(0, m_start.offset()), length) : 0;
max              1075 Source/core/dom/Range.cpp             int end = (n == m_end.container()) ? min(max(start, m_end.offset()), length) : length;
max              1535 Source/core/dom/Range.cpp         int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max();
max              1567 Source/core/dom/Range.cpp         int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max();
max               182 Source/core/dom/StyleEngine.cpp     m_maxDirectAdjacentSelectors = max(m_maxDirectAdjacentSelectors, features.maxDirectAdjacentSelectors());
max               178 Source/core/dom/Text.cpp         if (std::numeric_limits<unsigned>::max() - data.length() < resultLength)
max               107 Source/core/dom/ViewportDescription.cpp         resultMaxZoom = max(resultMinZoom, resultMaxZoom);
max               111 Source/core/dom/ViewportDescription.cpp         resultZoom = compareIgnoringAuto(resultMinZoom, compareIgnoringAuto(resultMaxZoom, resultZoom, min), max);
max               139 Source/core/dom/ViewportDescription.cpp             resultMinWidth = compareIgnoringAuto(extendWidth, resultMaxWidth, max);
max               142 Source/core/dom/ViewportDescription.cpp             resultMinHeight = compareIgnoringAuto(extendHeight, resultMaxHeight, max);
max               147 Source/core/dom/ViewportDescription.cpp         resultWidth = compareIgnoringAuto(resultMinWidth, compareIgnoringAuto(resultMaxWidth, initialViewportSize.width(), min), max);
max               151 Source/core/dom/ViewportDescription.cpp         resultHeight = compareIgnoringAuto(resultMinHeight, compareIgnoringAuto(resultMaxHeight, initialViewportSize.height(), min), max);
max               175 Source/core/dom/ViewportDescription.cpp             resultZoom = max<float>(resultZoom, initialViewportSize.height() / resultHeight);
max               407 Source/core/editing/ApplyStyleCommand.cpp         float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta());
max               753 Source/core/editing/CompositeEditCommand.cpp             gapStart = max(gapStart, start);
max              1068 Source/core/editing/Editor.cpp             max(startCaretRect.height(), endCaretRect.height()));
max               263 Source/core/editing/EditorCommand.cpp     return static_cast<unsigned>(max(max<int>(height * ScrollableArea::minFractionToStepWhenPaging(), height - ScrollableArea::maxOverlapBetweenPages()), 1));
max               311 Source/core/editing/InputMethodController.cpp             unsigned end = std::min(std::max(start, baseOffset + selectionEnd), extentOffset);
max               358 Source/core/editing/InputMethodController.cpp     unsigned end = std::min(std::max(start, m_compositionEnd), length);
max               403 Source/core/editing/InputMethodController.cpp     setSelectionOffsets(PlainTextRange(std::max(static_cast<int>(selectionOffsets.start()) - before, 0), selectionOffsets.end() + after));
max               490 Source/core/editing/SpellChecker.cpp     end = std::max(start, end);
max               665 Source/core/editing/TextIterator.cpp         unsigned runStart = max(textBoxStart, start);
max              1783 Source/core/editing/TextIterator.cpp     m_buffer.reserveInitialCapacity(max(targetLength * 8, minimumSearchBufferSize));
max              2003 Source/core/editing/TextIterator.cpp             overlap = min(size - 1, max(overlap, size - wordBoundaryContextStart));
max              1133 Source/core/editing/VisibleUnits.cpp                     i = max(0, o);
max               166 Source/core/fetch/MemoryCache.cpp     capacity = std::max(capacity, m_minDeadCapacity); // Make sure it's above the minimum.
max               280 Source/core/fetch/Resource.cpp     double apparentAge = std::isfinite(dateValue) ? std::max(0., responseTimestamp - dateValue) : 0;
max               282 Source/core/fetch/Resource.cpp     double correctedReceivedAge = std::isfinite(ageValue) ? std::max(apparentAge, ageValue) : apparentAge;
max               298 Source/core/fetch/Resource.cpp         return std::numeric_limits<double>::max();
max                68 Source/core/fileapi/Blob.h         return slice(0, std::numeric_limits<long long>::max(), String(), exceptionState);
max                72 Source/core/fileapi/Blob.h         return slice(start, std::numeric_limits<long long>::max(), String(), exceptionState);
max               199 Source/core/fileapi/FileReaderLoader.cpp         if (initialBufferLength > numeric_limits<unsigned>::max()) {
max                93 Source/core/frame/DOMTimer.cpp     double intervalMilliseconds = max(oneMillisecond, interval * oneMillisecond);
max               108 Source/core/frame/DOMWindow.cpp using std::max;
max               288 Source/core/frame/DOMWindow.cpp         window.setWidth(min(max(minimumSize.width(), window.width()), screen.width()));
max               290 Source/core/frame/DOMWindow.cpp         window.setHeight(min(max(minimumSize.height(), window.height()), screen.height()));
max               293 Source/core/frame/DOMWindow.cpp     window.setX(max(screen.x(), min(window.x(), screen.maxX() - window.width())));
max               294 Source/core/frame/DOMWindow.cpp     window.setY(max(screen.y(), min(window.y(), screen.maxY() - window.height())));
max                25 Source/core/frame/ImageBitmap.cpp         max(rect.width(), -rect.width()),
max                26 Source/core/frame/ImageBitmap.cpp         max(rect.height(), -rect.height()));
max                46 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
max                74 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
max                89 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
max               109 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())),  srcRect.size());
max               122 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, oldBitmapRect.x() - cropRect.x()), max(0, oldBitmapRect.y() - cropRect.y())), srcRect.size());
max               141 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())),  srcRect.size());
max               513 Source/core/frame/csp/ContentSecurityPolicy.cpp             disposition = std::max(disposition, m_policies[i]->reflectedXSSDisposition());
max               545 Source/core/html/HTMLCanvasElement.cpp         externallyAllocatedMemory = std::numeric_limits<intptr_t>::max();
max                64 Source/core/html/HTMLElement.cpp using std::max;
max               318 Source/core/html/HTMLElement.cpp             setTabIndexExplicitly(max(static_cast<int>(std::numeric_limits<short>::min()), min(tabindex, static_cast<int>(std::numeric_limits<short>::max()))));
max                39 Source/core/html/HTMLFrameSetElement.h     size_t totalRows() const { return std::max<size_t>(1, m_rowLengths.size()); }
max                40 Source/core/html/HTMLFrameSetElement.h     size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); }
max               241 Source/core/html/HTMLInputElement.cpp     int max = maxLength();
max               242 Source/core/html/HTMLInputElement.cpp     if (max < 0)
max               250 Source/core/html/HTMLInputElement.cpp     return value.length() > static_cast<unsigned>(max);
max               987 Source/core/html/HTMLInputElement.cpp     unsigned max = value.length();
max               989 Source/core/html/HTMLInputElement.cpp         setSelectionRange(max, max);
max               991 Source/core/html/HTMLInputElement.cpp         cacheSelectionInResponseToSetValue(max);
max               246 Source/core/html/HTMLMediaElement.cpp     , m_previousProgressTime(numeric_limits<double>::max())
max               249 Source/core/html/HTMLMediaElement.cpp     , m_lastTimeUpdateEventMovieTime(numeric_limits<double>::max())
max               977 Source/core/html/HTMLMediaElement.cpp             if (cueStartTime > max(m_lastSeekTime, lastTime) && cueEndTime < movieTime)
max              1268 Source/core/html/HTMLMediaElement.cpp     double endTime = max(cue->startTime(), cue->endTime());
max              1280 Source/core/html/HTMLMediaElement.cpp     double endTime = max(cue->startTime(), cue->endTime());
max              1724 Source/core/html/HTMLMediaElement.cpp     time = max(time, 0.0);
max               136 Source/core/html/HTMLMetaElement-in.cpp         return std::min(float(10000), std::max(value, float(1)));
max               144 Source/core/html/HTMLMetaElement-in.cpp         return std::min(float(10), std::max(value, float(0.1)));
max                89 Source/core/html/HTMLMeterElement.cpp     return std::max(getFloatingPointAttribute(maxAttr, std::max(1.0, min())), min());
max                92 Source/core/html/HTMLMeterElement.cpp void HTMLMeterElement::setMax(double max, ExceptionState& exceptionState)
max                94 Source/core/html/HTMLMeterElement.cpp     if (!std::isfinite(max)) {
max                95 Source/core/html/HTMLMeterElement.cpp         exceptionState.throwTypeError(ExceptionMessages::notAFiniteNumber(max));
max                98 Source/core/html/HTMLMeterElement.cpp     setFloatingPointAttribute(maxAttr, max);
max               104 Source/core/html/HTMLMeterElement.cpp     return std::min(std::max(value, min()), max());
max               119 Source/core/html/HTMLMeterElement.cpp     return std::min(std::max(low, min()), max());
max               133 Source/core/html/HTMLMeterElement.cpp     double high = getFloatingPointAttribute(highAttr, max());
max               134 Source/core/html/HTMLMeterElement.cpp     return std::min(std::max(high, low()), max());
max               148 Source/core/html/HTMLMeterElement.cpp     double optimum = getFloatingPointAttribute(optimumAttr, (max() + min()) / 2);
max               149 Source/core/html/HTMLMeterElement.cpp     return std::min(std::max(optimum, min()), max());
max               197 Source/core/html/HTMLMeterElement.cpp     double max = this->max();
max               200 Source/core/html/HTMLMeterElement.cpp     if (max <= min)
max               202 Source/core/html/HTMLMeterElement.cpp     return (value - min) / (max - min);
max                45 Source/core/html/HTMLMeterElement.h     double max() const;
max                98 Source/core/html/HTMLProgressElement.cpp     return !std::isfinite(value) || value < 0 ? 0 : std::min(value, max());
max               107 Source/core/html/HTMLProgressElement.cpp     setFloatingPointAttribute(valueAttr, std::max(value, 0.));
max               112 Source/core/html/HTMLProgressElement.cpp     double max = getFloatingPointAttribute(maxAttr);
max               113 Source/core/html/HTMLProgressElement.cpp     return !std::isfinite(max) || max <= 0 ? 1 : max;
max               116 Source/core/html/HTMLProgressElement.cpp void HTMLProgressElement::setMax(double max, ExceptionState& exceptionState)
max               118 Source/core/html/HTMLProgressElement.cpp     if (!std::isfinite(max)) {
max               119 Source/core/html/HTMLProgressElement.cpp         exceptionState.throwTypeError(ExceptionMessages::notAFiniteNumber(max));
max               123 Source/core/html/HTMLProgressElement.cpp     setFloatingPointAttribute(maxAttr, max > 0 ? max : 1);
max               130 Source/core/html/HTMLProgressElement.cpp     return value() / max();
max                42 Source/core/html/HTMLProgressElement.h     double max() const;
max               328 Source/core/html/HTMLSelectElement.cpp         size = max(size, 1);
max               636 Source/core/html/HTMLSelectElement.cpp     unsigned end = max(m_activeSelectionAnchorIndex, m_activeSelectionEndIndex);
max                35 Source/core/html/HTMLTableCellElement.cpp using std::max;
max                59 Source/core/html/HTMLTableCellElement.cpp     return max(1, colSpanValue.toInt());
max                65 Source/core/html/HTMLTableCellElement.cpp     return max(1, min(rowSpanValue.toInt(), maxRowspan));
max               387 Source/core/html/HTMLTableElement.cpp             m_padding = max(0, value.toInt());
max               496 Source/core/html/HTMLTextAreaElement.cpp     int max = maxLength();
max               497 Source/core/html/HTMLTextAreaElement.cpp     if (max < 0)
max               499 Source/core/html/HTMLTextAreaElement.cpp     return computeLengthForSubmission(value) > static_cast<unsigned>(max);
max               167 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(start, max(start, selectionEnd()), selectionDirection());
max               182 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(0, numeric_limits<int>::max(), SelectionHasNoDirection);
max               280 Source/core/html/HTMLTextFormControlElement.cpp     end = max(end, 0);
max               281 Source/core/html/HTMLTextFormControlElement.cpp     start = min(max(start, 0), end);
max               142 Source/core/html/MediaController.cpp         maxDuration = max(maxDuration, duration);
max               154 Source/core/html/MediaController.cpp         m_position = max(0.0, min(duration(), m_clock->currentTime()));
max               172 Source/core/html/MediaController.cpp     time = max(0.0, time);
max               108 Source/core/html/TimeRanges.h             ret.m_end = std::max(m_end, range.m_end);
max              1455 Source/core/html/canvas/CanvasRenderingContext2D.cpp         max(rect.width(), -rect.width()),
max              1456 Source/core/html/canvas/CanvasRenderingContext2D.cpp         max(rect.height(), -rect.height()));
max               242 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLint clamp(GLint value, GLint min, GLint max)
max               246 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (value > max)
max               247 Source/core/html/canvas/WebGLRenderingContextBase.cpp             value = max;
max              1106 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_onePlusMaxNonDefaultTextureUnit = max(m_activeTextureUnit + 1, m_onePlusMaxNonDefaultTextureUnit);
max              1848 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_onePlusMaxEnabledAttribIndex = max(index + 1, m_onePlusMaxEnabledAttribIndex);
max              4826 Source/core/html/canvas/WebGLRenderingContextBase.cpp             bytesRequired = max(width, 8) * max(height, 8) / 2;
max              4832 Source/core/html/canvas/WebGLRenderingContextBase.cpp             bytesRequired = max(width, 8) * max(height, 8) / 4;
max               167 Source/core/html/canvas/WebGLTexture.cpp                 width = std::max(1, width >> 1);
max               168 Source/core/html/canvas/WebGLTexture.cpp                 height = std::max(1, height >> 1);
max               296 Source/core/html/canvas/WebGLTexture.cpp     GLsizei n = std::max(width, height);
max               343 Source/core/html/canvas/WebGLTexture.cpp                 width = std::max(1, width >> 1);
max               344 Source/core/html/canvas/WebGLTexture.cpp                 height = std::max(1, height >> 1);
max                68 Source/core/html/forms/NumberInputType.cpp     RealNumberRenderSize max(const RealNumberRenderSize& other) const
max                71 Source/core/html/forms/NumberInputType.cpp             std::max(sizeBeforeDecimalPoint, other.sizeBeforeDecimalPoint),
max                72 Source/core/html/forms/NumberInputType.cpp             std::max(sizeAfteDecimalPoint, other.sizeAfteDecimalPoint));
max               148 Source/core/html/forms/NumberInputType.cpp     const Decimal doubleMax = Decimal::fromDouble(numeric_limits<double>::max());
max               171 Source/core/html/forms/NumberInputType.cpp     RealNumberRenderSize size = calculateRenderSize(minimum).max(calculateRenderSize(maximum).max(calculateRenderSize(step)));
max                74 Source/core/html/forms/RangeInputType.cpp     return proposedValue >= minimum ? proposedValue : std::max(minimum, fallbackValue);
max               201 Source/core/html/forms/RangeInputType.cpp     const Decimal bigStep = max((stepRange.maximum() - stepRange.minimum()) / 10, step);
max               133 Source/core/html/forms/SearchInputType.cpp     m_searchEventTimer.startOneShot(max(0.2, 0.6 - 0.1 * length), FROM_HERE);
max                87 Source/core/html/forms/StepRange.cpp     const Decimal inRangeValue = max(m_minimum, min(value, m_maximum));
max               124 Source/core/html/forms/StepRange.cpp         step = max(step.round(), Decimal(1));
max               130 Source/core/html/forms/StepRange.cpp         step = max(step.round(), Decimal(1));
max               160 Source/core/html/forms/TextFieldInputType.cpp     unsigned max = visibleValue().length();
max               162 Source/core/html/forms/TextFieldInputType.cpp         input->setSelectionRange(max, max);
max               164 Source/core/html/forms/TextFieldInputType.cpp         input->cacheSelectionInResponseToSetValue(max);
max                89 Source/core/html/parser/HTMLConstructionSite.cpp     return shouldUseLengthLimit(node) ? Text::defaultLengthLimit : std::numeric_limits<unsigned>::max();
max               109 Source/core/html/parser/HTMLParserIdioms.cpp     const Decimal doubleMax = Decimal::fromDouble(std::numeric_limits<double>::max());
max               135 Source/core/html/parser/HTMLParserIdioms.cpp     if (-std::numeric_limits<double>::max() > value || value > std::numeric_limits<double>::max())
max               193 Source/core/html/parser/XSSAuditor.cpp     ReflectedXSSDisposition result = std::max(xssProtection, reflectedXSS);
max                42 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     return std::min(std::max(value, minimum), maximum);
max                79 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     maximumWidth = std::max(maximumWidth, font.width(formatValue(maximum())));
max                80 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     maximumWidth = std::max(maximumWidth, font.width(value()));
max                42 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp         maximumLength = std::max(maximumLength, numGraphemeClusters(symbols[index]));
max                69 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp         maximumWidth = std::max(maximumWidth, font.width(m_symbols[index]));
max               113 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp     m_selectedIndex = std::max(0, std::min(newSelectedIndex, static_cast<int>(m_symbols.size() - 1)));
max               281 Source/core/html/shadow/SliderThumbElement.cpp     position = max<LayoutUnit>(0, min(position, trackSize));
max               136 Source/core/html/track/vtt/VTTScanner.cpp         number = std::numeric_limits<int>::max();
max               167 Source/core/html/track/vtt/VTTScanner.cpp         number = std::numeric_limits<float>::max();
max               295 Source/core/html/track/vtt/VTTScannerTest.cpp     EXPECT_EQ(number, std::numeric_limits<int>::max());
max               399 Source/core/loader/DocumentThreadableLoader.cpp     unsigned long identifier = resource ? resource->identifier() : std::numeric_limits<unsigned long>::max();
max               170 Source/core/page/EventHandler.cpp         *m_maxDuration = max(*m_maxDuration, monotonicallyIncreasingTime() - m_start);
max               494 Source/core/page/FocusController.cpp     int winningTabIndex = std::numeric_limits<short>::max() + 1;
max               586 Source/core/page/FocusController.cpp     startingTabIndex = (start && startingTabIndex) ? startingTabIndex : std::numeric_limits<short>::max();
max                65 Source/core/page/PageScaleConstraints.cpp         pageScaleFactor = std::max(pageScaleFactor, minimumScale);
max                74 Source/core/page/PageScaleConstraints.cpp         maximumScale = std::max(minimumScale, maximumScale);
max                85 Source/core/page/PageScaleConstraints.cpp     minimumScale = std::max(minimumScale, viewWidthNotIncludingScrollbars / contentsWidth);
max               189 Source/core/page/PrintContext.cpp     return max(maxShrinkToFitScaleFactor, shrinkToFitScaleFactor);
max               575 Source/core/page/SpatialNavigation.cpp             exitPoint.setY(max(startingRect.y(), potentialRect.y()));
max               588 Source/core/page/SpatialNavigation.cpp             exitPoint.setX(max(startingRect.x(), potentialRect.x()));
max                41 Source/core/page/SpatialNavigation.h     return std::numeric_limits<long long>::max();
max               353 Source/core/page/TouchAdjustment.cpp     float maxOverlapArea = std::max(maxOverlapWidth * maxOverlapHeight, 1);
max                80 Source/core/page/TouchDisambiguation.cpp     score *= max((padding - abs(distance.width())) * reciprocalPadding, 0.f);
max                81 Source/core/page/TouchDisambiguation.cpp     score *= max((padding - abs(distance.height())) * reciprocalPadding, 0.f);
max                95 Source/core/page/TouchDisambiguation.cpp     int touchPointPadding = ceil(max(touchBox.width(), touchBox.height()) * 0.5);
max               135 Source/core/page/TouchDisambiguation.cpp                 bestScore = max(bestScore, targetData.score);
max               218 Source/core/page/WindowFeatures.cpp float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue)
max               229 Source/core/page/WindowFeatures.cpp     if (parsedNumber < min || max <= min)
max               231 Source/core/page/WindowFeatures.cpp     if (parsedNumber > max)
max               232 Source/core/page/WindowFeatures.cpp         return max;
max                83 Source/core/page/WindowFeatures.h     static float floatFeature(const DialogFeaturesMap&, const char* key, float min, float max, float defaultValue);
max                64 Source/core/page/scrolling/ScrollingConstraints.cpp         float leftDelta = std::max<float>(0, leftLimit - m_absoluteStickyBoxRect.x());
max                65 Source/core/page/scrolling/ScrollingConstraints.cpp         float availableSpace = std::max<float>(0, m_absoluteContainingBlockRect.maxX() - m_absoluteStickyBoxRect.maxX());
max                84 Source/core/page/scrolling/ScrollingConstraints.cpp         float topDelta = std::max<float>(0, topLimit - m_absoluteStickyBoxRect.y());
max                85 Source/core/page/scrolling/ScrollingConstraints.cpp         float availableSpace = std::max<float>(0, m_absoluteContainingBlockRect.maxY() - m_absoluteStickyBoxRect.maxY());
max                74 Source/core/rendering/AutoTableLayout.cpp                 columnLayout.minLogicalWidth = max<int>(columnLayout.minLogicalWidth, cellHasContent ? 1 : 0);
max                75 Source/core/rendering/AutoTableLayout.cpp                 columnLayout.maxLogicalWidth = max<int>(columnLayout.maxLogicalWidth, 1);
max                78 Source/core/rendering/AutoTableLayout.cpp                     columnLayout.minLogicalWidth = max<int>(cell->minPreferredLogicalWidth(), columnLayout.minLogicalWidth);
max               135 Source/core/rendering/AutoTableLayout.cpp     columnLayout.maxLogicalWidth = max(columnLayout.maxLogicalWidth, columnLayout.minLogicalWidth);
max               230 Source/core/rendering/AutoTableLayout.cpp                 float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / max(percent, epsilon);
max               231 Source/core/rendering/AutoTableLayout.cpp                 maxPercent = max(logicalWidth,  maxPercent);
max               239 Source/core/rendering/AutoTableLayout.cpp         maxNonPercent = maxNonPercent * 100 / max(remainingPercent, epsilon);
max               240 Source/core/rendering/AutoTableLayout.cpp         maxWidth = max<int>(maxWidth, static_cast<int>(min(maxNonPercent, static_cast<float>(tableMaxWidth))));
max               241 Source/core/rendering/AutoTableLayout.cpp         maxWidth = max<int>(maxWidth, static_cast<int>(min(maxPercent, static_cast<float>(tableMaxWidth))));
max               244 Source/core/rendering/AutoTableLayout.cpp     maxWidth = max<int>(maxWidth, spanMaxLogicalWidth);
max               251 Source/core/rendering/AutoTableLayout.cpp         minWidth = maxWidth = max<int>(minWidth, tableLogicalWidth.value());
max               344 Source/core/rendering/AutoTableLayout.cpp                 maxLogicalWidth = max(maxLogicalWidth, static_cast<int>(max(spanMaxLogicalWidth, cellMaxLogicalWidth) * 100  / cellLogicalWidth.percent()));
max               372 Source/core/rendering/AutoTableLayout.cpp                     int cellLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, static_cast<int>(cellMinLogicalWidth * m_layoutStruct[pos].logicalWidth.value() / fixedWidth));
max               387 Source/core/rendering/AutoTableLayout.cpp                     m_layoutStruct[pos].effectiveMinLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, columnMinLogicalWidth);
max               403 Source/core/rendering/AutoTableLayout.cpp                         int colMinLogicalWidth = max<int>(m_layoutStruct[pos].effectiveMinLogicalWidth, m_layoutStruct[pos].logicalWidth.value());
max               414 Source/core/rendering/AutoTableLayout.cpp                         int colMinLogicalWidth = max<int>(m_layoutStruct[pos].effectiveMinLogicalWidth, static_cast<int>(remainingMaxLogicalWidth ? cellMinLogicalWidth * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) / remainingMaxLogicalWidth : cellMinLogicalWidth));
max               427 Source/core/rendering/AutoTableLayout.cpp                     int colMaxLogicalWidth = max(m_layoutStruct[pos].effectiveMaxLogicalWidth, static_cast<int>(spanMaxLogicalWidth ? cellMaxLogicalWidth * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) / spanMaxLogicalWidth : cellMaxLogicalWidth));
max               435 Source/core/rendering/AutoTableLayout.cpp                 m_layoutStruct[pos].maxLogicalWidth = max(m_layoutStruct[pos].maxLogicalWidth, m_layoutStruct[pos].minLogicalWidth);
max               537 Source/core/rendering/AutoTableLayout.cpp                 int cellLogicalWidth = max<int>(m_layoutStruct[i].effectiveMinLogicalWidth, minimumValueForLength(logicalWidth, tableLogicalWidth));
max               552 Source/core/rendering/AutoTableLayout.cpp                     int newLogicalWidth = max<int>(m_layoutStruct[i].effectiveMinLogicalWidth, cellLogicalWidth - reduction);
max               577 Source/core/rendering/AutoTableLayout.cpp                 int cellLogicalWidth = max<int>(m_layoutStruct[i].computedLogicalWidth, static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) / totalAuto));
max                73 Source/core/rendering/ColumnInfo.h     void updateMinimumColumnHeight(LayoutUnit height) { m_minimumColumnHeight = std::max(height, m_minimumColumnHeight); }
max                92 Source/core/rendering/ColumnInfo.h         m_maximumDistanceBetweenForcedBreaks = std::max(m_maximumDistanceBetweenForcedBreaks, distanceFromLastBreak);
max               824 Source/core/rendering/FastTextAutosizer.cpp     return max(m_baseMultiplier * multiplier, 1.0f);
max               189 Source/core/rendering/FixedTableLayout.cpp         minWidth = maxWidth = max<int>(minWidth, tableLogicalWidth.value() - m_table->bordersPaddingAndSpacingInRowDirection());
max               207 Source/core/rendering/FloatingObjects.cpp             return max(getCachedlowestFloatLogicalBottom(FloatingObject::FloatLeft),
max               224 Source/core/rendering/FloatingObjects.cpp                     lowestFloatBottomLeft = max(lowestFloatBottomLeft, curFloatLogicalBottom);
max               226 Source/core/rendering/FloatingObjects.cpp                     lowestFloatBottomRight = max(lowestFloatBottomRight, curFloatLogicalBottom);
max               229 Source/core/rendering/FloatingObjects.cpp         lowestFloatBottom = max(lowestFloatBottomLeft, lowestFloatBottomRight);
max               236 Source/core/rendering/FloatingObjects.cpp                 lowestFloatBottom = max(lowestFloatBottom, m_renderer->logicalBottomForFloat(floatingObject));
max               395 Source/core/rendering/InlineFlowBox.cpp                 maxLogicalRight = max(logicalLeft, maxLogicalRight);
max               415 Source/core/rendering/InlineFlowBox.cpp                     maxLogicalRight = max(logicalLeft, maxLogicalRight);
max               429 Source/core/rendering/InlineFlowBox.cpp                     maxLogicalRight = max(logicalLeft, maxLogicalRight);
max               495 Source/core/rendering/InlineFlowBox.cpp             if (maxAscent + maxDescent >= max(maxPositionTop, maxPositionBottom))
max               704 Source/core/rendering/InlineFlowBox.cpp             lineBottom = max(lineBottom, newLogicalTop + boxHeight);
max               705 Source/core/rendering/InlineFlowBox.cpp             lineBottomIncludingMargins = max(lineBottom, max(lineBottomIncludingMargins, newLogicalTopIncludingMargins + boxHeightIncludingMargins));
max               725 Source/core/rendering/InlineFlowBox.cpp             lineBottom = max<LayoutUnit>(lineBottom, pixelSnappedLogicalBottom());
max               726 Source/core/rendering/InlineFlowBox.cpp             lineBottomIncludingMargins = max(lineBottom, lineBottomIncludingMargins);
max               743 Source/core/rendering/InlineFlowBox.cpp         maxLogicalTop = max<float>(maxLogicalTop, curr->y());
max               747 Source/core/rendering/InlineFlowBox.cpp         maxLogicalTop = max<float>(maxLogicalTop, localMaxLogicalTop);
max               787 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit logicalBottomVisualOverflow = max(pixelSnappedLogicalBottom() + shadowLogicalBottom, logicalVisualOverflow.maxY());
max               794 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit logicalRightVisualOverflow = max(pixelSnappedLogicalRight() + boxShadowLogicalRight, logicalVisualOverflow.maxX());
max               823 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit logicalBottomVisualOverflow = max(pixelSnappedLogicalBottom() + outsetLogicalBottom, logicalVisualOverflow.maxY());
max               829 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit logicalRightVisualOverflow = max(pixelSnappedLogicalRight() + outsetLogicalRight, logicalVisualOverflow.maxX());
max               876 Source/core/rendering/InlineFlowBox.cpp             bottomGlyphOverflow = max(bottomGlyphOverflow, emphasisMarkHeight);
max               888 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit childOverflowLogicalBottom = max<LayoutUnit>(textShadowLogicalBottom + bottomGlyphOverflow, bottomGlyphOverflow);
max               895 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit childOverflowLogicalRight = max<LayoutUnit>(textShadowLogicalRight + rightGlyphOverflow, rightGlyphOverflow);
max               898 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit logicalBottomVisualOverflow = max(textBox->pixelSnappedLogicalBottom() + childOverflowLogicalBottom, logicalVisualOverflow.maxY());
max               900 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit logicalRightVisualOverflow = max(textBox->pixelSnappedLogicalRight() + childOverflowLogicalRight, logicalVisualOverflow.maxX());
max              1070 Source/core/rendering/InlineFlowBox.cpp         top = max(rootBox.lineTop(), top);
max              1237 Source/core/rendering/InlineFlowBox.cpp         logicalTop = max(rootBox.lineTop(), logicalTop);
max              1495 Source/core/rendering/InlineFlowBox.cpp             result = max(result, toInlineFlowBox(curr)->computeOverAnnotationAdjustment(allowedPosition));
max              1508 Source/core/rendering/InlineFlowBox.cpp                 result = max(result, allowedPosition - topOfFirstRubyTextLine);
max              1514 Source/core/rendering/InlineFlowBox.cpp                 result = max(result, bottomOfLastRubyTextLine - allowedPosition);
max              1524 Source/core/rendering/InlineFlowBox.cpp                     result = max(result, allowedPosition - topOfEmphasisMark);
max              1527 Source/core/rendering/InlineFlowBox.cpp                     result = max(result, bottomOfEmphasisMark - allowedPosition);
max              1543 Source/core/rendering/InlineFlowBox.cpp             result = max(result, toInlineFlowBox(curr)->computeUnderAnnotationAdjustment(allowedPosition));
max              1556 Source/core/rendering/InlineFlowBox.cpp                 result = max(result, allowedPosition - topOfFirstRubyTextLine);
max              1562 Source/core/rendering/InlineFlowBox.cpp                 result = max(result, bottomOfLastRubyTextLine - allowedPosition);
max              1571 Source/core/rendering/InlineFlowBox.cpp                     result = max(result, bottomOfEmphasisMark - allowedPosition);
max              1574 Source/core/rendering/InlineFlowBox.cpp                     result = max(result, allowedPosition - topOfEmphasisMark);
max              1594 Source/core/rendering/InlineFlowBox.cpp         maxLevel = max(maxLevel, leaf->bidiLevel());
max               142 Source/core/rendering/InlineTextBox.cpp     int sPos = max(startPos - m_start, 0);
max               197 Source/core/rendering/InlineTextBox.cpp     int sPos = max(startPos - m_start, 0);
max               811 Source/core/rendering/InlineTextBox.cpp     sPos = max(startPos - m_start, 0);
max               863 Source/core/rendering/InlineTextBox.cpp     int selHeight = max(0, roundToInt(selectionBottom - selectionTop));
max               877 Source/core/rendering/InlineTextBox.cpp     int sPos = max(startPos - offset, 0);
max               923 Source/core/rendering/InlineTextBox.cpp     const int gap = std::max<int>(1, ceilf(textDecorationThickness / 2.f));
max               999 Source/core/rendering/InlineTextBox.cpp     float controlPointDistance = 3 * max<float>(2, strokeThickness);
max              1004 Source/core/rendering/InlineTextBox.cpp     float step = 2 * max<float>(2, strokeThickness);
max              1135 Source/core/rendering/InlineTextBox.cpp         textDecorationThickness = std::max(1.f, styleToUse->computedFontSize() / 10.f);
max              1153 Source/core/rendering/InlineTextBox.cpp             extraOffset = max(extraOffset, max(0.0f, shadowY) + s.blur());
max              1160 Source/core/rendering/InlineTextBox.cpp     for (size_t i = max(static_cast<size_t>(1), shadowCount); i--; ) {
max              1226 Source/core/rendering/InlineTextBox.cpp         int startPosition = max<int>(marker->startOffset() - m_start, 0);
max              1279 Source/core/rendering/InlineTextBox.cpp     int sPos = max(marker->startOffset() - m_start, (unsigned)0);
max                84 Source/core/rendering/LayoutState.h             m_layoutDeltaXSaturated |= m_layoutDelta.width() == LayoutUnit::max() || m_layoutDelta.width() == LayoutUnit::min();
max                85 Source/core/rendering/LayoutState.h             m_layoutDeltaYSaturated |= m_layoutDelta.height() == LayoutUnit::max() || m_layoutDelta.height() == LayoutUnit::min();
max              1426 Source/core/rendering/RenderBlock.cpp             rectToApply = LayoutRect(clientRect.x(), clientRect.y(), 1, max<LayoutUnit>(0, oldClientAfterEdge - clientRect.y()));
max              1428 Source/core/rendering/RenderBlock.cpp             rectToApply = LayoutRect(clientRect.x(), clientRect.y(), max<LayoutUnit>(0, oldClientAfterEdge - clientRect.x()), 1);
max              2396 Source/core/rendering/RenderBlock.cpp     LayoutUnit logicalLeft = max(lastLogicalLeft, logicalLeftSelectionOffset(rootBlock, logicalBottom));
max              2412 Source/core/rendering/RenderBlock.cpp     LayoutUnit rootBlockLogicalLeft = max(logicalLeftSelectionOffset(rootBlock, logicalTop), logicalLeftSelectionOffset(rootBlock, logicalTop + logicalHeight));
max              2428 Source/core/rendering/RenderBlock.cpp     LayoutUnit rootBlockLogicalLeft = max(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalRight), max(logicalLeftSelectionOffset(rootBlock, logicalTop), logicalLeftSelectionOffset(rootBlock, logicalTop + logicalHeight)));
max              2710 Source/core/rendering/RenderBlock.cpp     while (lowestDirtyLine && lowestDirtyLine->lineBottomWithLeading() >= logicalBottom && logicalBottom < LayoutUnit::max()) {
max              3180 Source/core/rendering/RenderBlock.cpp     LayoutUnit colWidth = max<LayoutUnit>(1, LayoutUnit(style()->columnWidth()));
max              3181 Source/core/rendering/RenderBlock.cpp     int colCount = max<int>(1, style()->columnCount());
max              3185 Source/core/rendering/RenderBlock.cpp         desiredColumnWidth = max<LayoutUnit>(0, (availWidth - ((desiredColumnCount - 1) * colGap)) / desiredColumnCount);
max              3187 Source/core/rendering/RenderBlock.cpp         desiredColumnCount = max<LayoutUnit>(1, (availWidth + colGap) / (colWidth + colGap));
max              3190 Source/core/rendering/RenderBlock.cpp         desiredColumnCount = max<LayoutUnit>(min<LayoutUnit>(colCount, (availWidth + colGap) / (colWidth + colGap)), 1);
max              3392 Source/core/rendering/RenderBlock.cpp     LayoutUnit startOffset = max(isHorizontal ? r.y() : r.x(), beforeBorderPadding);
max              3393 Source/core/rendering/RenderBlock.cpp     LayoutUnit endOffset = max(min<LayoutUnit>(isHorizontal ? r.maxY() : r.maxX(), beforeBorderPadding + colCount * colHeight), beforeBorderPadding);
max              3508 Source/core/rendering/RenderBlock.cpp     maxLogicalWidth = max(minLogicalWidth, maxLogicalWidth);
max              3519 Source/core/rendering/RenderBlock.cpp             maxLogicalWidth = max(minLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(tableCellWidth.value()));
max              3546 Source/core/rendering/RenderBlock.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(styleToUse->logicalMinWidth().value()));
max              3547 Source/core/rendering/RenderBlock.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(styleToUse->logicalMinWidth().value()));
max              3588 Source/core/rendering/RenderBlock.cpp         maxLogicalWidth = max(maxLogicalWidth, columnWidth) * columnCount + gapExtra;
max              3611 Source/core/rendering/RenderBlock.cpp                 maxLogicalWidth = max(floatTotalWidth, maxLogicalWidth);
max              3615 Source/core/rendering/RenderBlock.cpp                 maxLogicalWidth = max(floatTotalWidth, maxLogicalWidth);
max              3646 Source/core/rendering/RenderBlock.cpp         minLogicalWidth = max(w, minLogicalWidth);
max              3650 Source/core/rendering/RenderBlock.cpp             maxLogicalWidth = max(w, maxLogicalWidth);
max              3662 Source/core/rendering/RenderBlock.cpp                 LayoutUnit maxLeft = marginLogicalLeft > 0 ? max(floatLeftWidth, marginLogicalLeft) : floatLeftWidth + marginLogicalLeft;
max              3663 Source/core/rendering/RenderBlock.cpp                 LayoutUnit maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRightWidth + marginLogicalRight;
max              3665 Source/core/rendering/RenderBlock.cpp                 w = max(w, floatLeftWidth + floatRightWidth);
max              3668 Source/core/rendering/RenderBlock.cpp                 maxLogicalWidth = max(floatLeftWidth + floatRightWidth, maxLogicalWidth);
max              3678 Source/core/rendering/RenderBlock.cpp             maxLogicalWidth = max(w, maxLogicalWidth);
max              3684 Source/core/rendering/RenderBlock.cpp     minLogicalWidth = max<LayoutUnit>(0, minLogicalWidth);
max              3685 Source/core/rendering/RenderBlock.cpp     maxLogicalWidth = max<LayoutUnit>(0, maxLogicalWidth);
max              3687 Source/core/rendering/RenderBlock.cpp     maxLogicalWidth = max(floatLeftWidth + floatRightWidth, maxLogicalWidth);
max              3786 Source/core/rendering/RenderBlock.cpp     return std::max<LayoutUnit>(replacedHeight, lineHeight(isFirstLine, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
max              4363 Source/core/rendering/RenderBlock.cpp                     right = max(right, x + static_cast<LayoutUnit>(ceilf(box->lastChild()->logicalRight())));
max              4373 Source/core/rendering/RenderBlock.cpp                         right = max(right, x + obj->x() + obj->width());
max              4387 Source/core/rendering/RenderBlock.cpp     LayoutUnit left = LayoutUnit::max();
max              4395 Source/core/rendering/RenderBlock.cpp     left = min(rightEdge, max(leftEdge, left));
max              4396 Source/core/rendering/RenderBlock.cpp     right = max(left, min(rightEdge, right));
max              4612 Source/core/rendering/RenderBlock.cpp             LayoutUnit top = max<LayoutUnit>(curr->lineTop(), curr->top());
max              4643 Source/core/rendering/RenderBlock.cpp             LayoutUnit top = max<LayoutUnit>(curr->lineTop(), curr->top());
max              4764 Source/core/rendering/RenderBlock.cpp     unsigned lineCount = max<unsigned>(renderStyle->hasAutoOrphans() ? 1 : renderStyle->orphans(), renderStyle->hasAutoWidows() ? 1 : renderStyle->widows());
max              4801 Source/core/rendering/RenderBlock.cpp     LayoutUnit logicalBottom = max(lineBox->lineBottomWithLeading(), logicalVisualOverflow.maxY());
max              4828 Source/core/rendering/RenderBlock.cpp             remainingLogicalHeight -= min(lineHeight - pageLogicalHeight, max<LayoutUnit>(0, logicalVisualOverflow.y() - lineBox->lineTopWithLeading()));
max              4830 Source/core/rendering/RenderBlock.cpp         LayoutUnit totalLogicalHeight = lineHeight + max<LayoutUnit>(0, logicalOffset);
max              4835 Source/core/rendering/RenderBlock.cpp             setPaginationStrut(remainingLogicalHeight + max<LayoutUnit>(0, logicalOffset));
max               253 Source/core/rendering/RenderBlock.h     LayoutUnit availableLogicalWidthForContent() const { return max<LayoutUnit>(0, logicalRightOffsetForContent() - logicalLeftOffsetForContent()); }
max               205 Source/core/rendering/RenderBlockFlow.cpp         flowThread->setColumnHeightAvailable(std::max<LayoutUnit>(contentLogicalHeight(), 0));
max               260 Source/core/rendering/RenderBlockFlow.cpp             LayoutUnit distanceBetweenBreaks = max<LayoutUnit>(colInfo->maximumDistanceBetweenForcedBreaks(),
max               262 Source/core/rendering/RenderBlockFlow.cpp             columnHeight = max(colInfo->minimumColumnHeight(), distanceBetweenBreaks);
max               266 Source/core/rendering/RenderBlockFlow.cpp         columnHeight = max<LayoutUnit>(colInfo->minimumColumnHeight(), ceilf(layoutOverflowLogicalBottom.toFloat() / desiredColumnCount));
max               542 Source/core/rendering/RenderBlockFlow.cpp         LayoutUnit fb = max(previousFloatLogicalBottom, lowestFloatLogicalBottom());
max               551 Source/core/rendering/RenderBlockFlow.cpp             previousFloatLogicalBottom = max(previousFloatLogicalBottom, oldLogicalTop + childRenderBlockFlow->lowestFloatLogicalBottom());
max               632 Source/core/rendering/RenderBlockFlow.cpp         maxFloatLogicalBottom = max(maxFloatLogicalBottom, addOverhangingFloats(childRenderBlockFlow, !childNeededLayout));
max               822 Source/core/rendering/RenderBlockFlow.cpp         LayoutUnit changeLogicalTop = LayoutUnit::max();
max               835 Source/core/rendering/RenderBlockFlow.cpp                         changeLogicalBottom = max(changeLogicalBottom, max(logicalBottom, oldLogicalBottom));
max               839 Source/core/rendering/RenderBlockFlow.cpp                             changeLogicalBottom = max(changeLogicalBottom, max(logicalBottom, oldLogicalBottom));
max               845 Source/core/rendering/RenderBlockFlow.cpp                             changeLogicalBottom = max(changeLogicalBottom, max(logicalTop, oldLogicalTop));
max               857 Source/core/rendering/RenderBlockFlow.cpp                     changeLogicalBottom = max(changeLogicalBottom, logicalBottom);
max               867 Source/core/rendering/RenderBlockFlow.cpp                 changeLogicalBottom = max(changeLogicalBottom, logicalBottomForFloat(floatingObject));
max              1048 Source/core/rendering/RenderBlockFlow.cpp         posTop = max(posTop, childMargins.positiveMarginAfter());
max              1049 Source/core/rendering/RenderBlockFlow.cpp         negTop = max(negTop, childMargins.negativeMarginAfter());
max              1062 Source/core/rendering/RenderBlockFlow.cpp                 setMaxMarginBeforeValues(max(posTop, maxPositiveMarginBefore()), max(negTop, maxNegativeMarginBefore()));
max              1117 Source/core/rendering/RenderBlockFlow.cpp             LayoutUnit collapsedBeforePos = max(marginInfo.positiveMargin(), childMargins.positiveMarginBefore());
max              1118 Source/core/rendering/RenderBlockFlow.cpp             LayoutUnit collapsedBeforeNeg = max(marginInfo.negativeMargin(), childMargins.negativeMarginBefore());
max              1148 Source/core/rendering/RenderBlockFlow.cpp             setLogicalHeight(logicalHeight() + max(marginInfo.positiveMargin(), posTop) - max(marginInfo.negativeMargin(), negTop));
max              1232 Source/core/rendering/RenderBlockFlow.cpp         newPosition = max(newPosition, startOff); // Let the float sit in the child's margin if it can fit.
max              1255 Source/core/rendering/RenderBlockFlow.cpp             marginInfo.setPositiveMargin(max(childMargins.positiveMarginBefore(), childMargins.positiveMarginAfter()));
max              1256 Source/core/rendering/RenderBlockFlow.cpp             marginInfo.setNegativeMargin(max(childMargins.negativeMarginBefore(), childMargins.negativeMarginAfter()));
max              1307 Source/core/rendering/RenderBlockFlow.cpp         setMaxMarginAfterValues(max(maxPositiveMarginAfter(), marginInfo.positiveMargin()), max(maxNegativeMarginAfter(), marginInfo.negativeMargin()));
max              1339 Source/core/rendering/RenderBlockFlow.cpp     positiveMarginBefore = max(positiveMarginBefore, beforeChildMargin);
max              1340 Source/core/rendering/RenderBlockFlow.cpp     negativeMarginBefore = max(negativeMarginBefore, -beforeChildMargin);
max              1393 Source/core/rendering/RenderBlockFlow.cpp             positiveMarginBefore = max(positiveMarginBefore, marginValues.positiveMarginBefore());
max              1394 Source/core/rendering/RenderBlockFlow.cpp             negativeMarginBefore = max(negativeMarginBefore, marginValues.negativeMarginBefore());
max              1400 Source/core/rendering/RenderBlockFlow.cpp             logicalTopEstimate += max(marginInfo.positiveMargin(), positiveMarginBefore) - max(marginInfo.negativeMargin(), negativeMarginBefore);
max              1480 Source/core/rendering/RenderBlockFlow.cpp     setLogicalHeight(max(logicalHeight(), beforeSide + afterSide));
max              1771 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit result = clearSet ? max<LayoutUnit>(0, logicalBottom - logicalTop) : LayoutUnit();
max              1976 Source/core/rendering/RenderBlockFlow.cpp         repaintLogicalRight = max(repaintLogicalRight, logicalRightLayoutOverflow());
max              2169 Source/core/rendering/RenderBlockFlow.cpp         floatLogicalLeft = max(logicalLeftOffset - borderAndPaddingLogicalLeft(), floatLogicalLeft);
max              2243 Source/core/rendering/RenderBlockFlow.cpp                 if (logicalBottom < 0 || logicalBottom < logicalTop || logicalTop == LayoutUnit::max()) {
max              2244 Source/core/rendering/RenderBlockFlow.cpp                     logicalBottom = LayoutUnit::max();
max              2249 Source/core/rendering/RenderBlockFlow.cpp                     logicalBottom = max(logicalBottom, logicalTop + 1);
max              2315 Source/core/rendering/RenderBlockFlow.cpp         logicalTop = max(logicalTopForFloat(lastPlacedFloatingObject), logicalTop);
max              2333 Source/core/rendering/RenderBlockFlow.cpp             logicalTop = max(lowestFloatLogicalBottom(FloatingObject::FloatLeft), logicalTop);
max              2335 Source/core/rendering/RenderBlockFlow.cpp             logicalTop = max(lowestFloatLogicalBottom(FloatingObject::FloatRight), logicalTop);
max              2461 Source/core/rendering/RenderBlockFlow.cpp         LayoutUnit logicalBottomForFloat = min(this->logicalBottomForFloat(floatingObject), LayoutUnit::max() - childLogicalTop);
max              2463 Source/core/rendering/RenderBlockFlow.cpp         lowestFloatLogicalBottom = max(lowestFloatLogicalBottom, logicalBottom);
max              2518 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit logicalBottom = LayoutUnit::max();
max              2535 Source/core/rendering/RenderBlockFlow.cpp     return logicalBottom == LayoutUnit::max() ? LayoutUnit() : logicalBottom;
max              2580 Source/core/rendering/RenderBlockFlow.cpp                 right = max(right, floatRight);
max                68 Source/core/rendering/RenderBlockFlow.h         return max<LayoutUnit>(0, logicalRightOffsetForLine(position, shouldIndentText, logicalHeight) - logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight));
max               366 Source/core/rendering/RenderBlockFlow.h             return std::max<LayoutUnit>(block->marginBefore(), 0);
max               370 Source/core/rendering/RenderBlockFlow.h             return std::max<LayoutUnit>(-block->marginBefore(), 0);
max               374 Source/core/rendering/RenderBlockFlow.h             return std::max<LayoutUnit>(block->marginAfter(), 0);
max               378 Source/core/rendering/RenderBlockFlow.h             return std::max<LayoutUnit>(-block->marginAfter(), 0);
max               356 Source/core/rendering/RenderBlockLineLayout.cpp             trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
max               382 Source/core/rendering/RenderBlockLineLayout.cpp         trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
max               394 Source/core/rendering/RenderBlockLineLayout.cpp         trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceWidth));
max               397 Source/core/rendering/RenderBlockLineLayout.cpp         logicalLeft += max<float>((availableLogicalWidth - totalLogicalWidth) / 2, 0);
max              1353 Source/core/rendering/RenderBlockLineLayout.cpp     preferredWidth = max(snappedResult, preferredWidth);
max              1523 Source/core/rendering/RenderBlockLineLayout.cpp                 inlineMax += max<float>(0, childMax);
max              1646 Source/core/rendering/RenderBlockLineLayout.cpp                     inlineMax += max<float>(0, childMax);
max              1756 Source/core/rendering/RenderBlockLineLayout.cpp         LayoutUnit lowestAllowedPosition = max(lastRootBox()->lineBottom(), logicalHeight() + paddingAfter());
max              1793 Source/core/rendering/RenderBlockLineLayout.cpp             LayoutUnit floatHeight = isHorizontalWritingMode() ? max(floats[floatIndex].rect.height(), newSize.height())
max              1794 Source/core/rendering/RenderBlockLineLayout.cpp                                                                  : max(floats[floatIndex].rect.width(), newSize.width());
max              1795 Source/core/rendering/RenderBlockLineLayout.cpp             floatHeight = min(floatHeight, LayoutUnit::max() - floatTop);
max               380 Source/core/rendering/RenderBox.cpp     LayoutUnit width = std::max(LayoutUnit(style->minWidth().value()), LayoutUnit(style->width().value()));
max               397 Source/core/rendering/RenderBox.cpp         return snapSizeToPixel(max(clientWidth(), layoutOverflowRect().maxX() - borderLeft()), x() + clientLeft());
max               407 Source/core/rendering/RenderBox.cpp     return snapSizeToPixel(max(clientHeight(), layoutOverflowRect().maxY() - borderTop()), y() + clientTop());
max               502 Source/core/rendering/RenderBox.cpp                     xOffset = max(0, min(frameView->contentsWidth(), xOffset));
max               503 Source/core/rendering/RenderBox.cpp                     yOffset = max(0, min(frameView->contentsHeight(), yOffset));
max               553 Source/core/rendering/RenderBox.cpp     return max(logicalWidth, computeLogicalWidthUsing(MinSize, styleToUse->logicalMinWidth(), availableWidth, cb));
max               564 Source/core/rendering/RenderBox.cpp     return max(logicalHeight, computeLogicalHeightUsing(styleToUse->logicalMinHeight(), intrinsicContentHeight));
max               575 Source/core/rendering/RenderBox.cpp     return max(logicalHeight, computeContentLogicalHeight(styleToUse->logicalMinHeight(), intrinsicContentHeight));
max              1073 Source/core/rendering/RenderBox.cpp     return max(width, bordersPlusPadding);
max              1081 Source/core/rendering/RenderBox.cpp     return max(height, bordersPlusPadding);
max              1088 Source/core/rendering/RenderBox.cpp     return max<LayoutUnit>(0, width);
max              1095 Source/core/rendering/RenderBox.cpp     return max<LayoutUnit>(0, height);
max              1600 Source/core/rendering/RenderBox.cpp                         max(layerRenderer->width() + layerRenderer->marginWidth() + layerRenderer->borderLeft() + layerRenderer->borderRight(), rw),
max              1601 Source/core/rendering/RenderBox.cpp                         max(layerRenderer->height() + layerRenderer->marginHeight() + layerRenderer->borderTop() + layerRenderer->borderBottom(), rh));
max              2155 Source/core/rendering/RenderBox.cpp             maxWidth = max<float>(maxWidth, toRenderListMarker(itemMarker)->logicalWidth().toFloat());
max              2199 Source/core/rendering/RenderBox.cpp     LayoutUnit containerLogicalWidth = max<LayoutUnit>(0, containingBlockLogicalWidthForContent());
max              2207 Source/core/rendering/RenderBox.cpp             computedValues.m_extent = max<LayoutUnit>(floatValueForLength(logicalWidthLength, 0) + borderAndPaddingLogicalWidth(), minPreferredLogicalWidth());
max              2289 Source/core/rendering/RenderBox.cpp         return max(minLogicalWidth, min(maxLogicalWidth, fillAvailableMeasure(availableLogicalWidth)));
max              2314 Source/core/rendering/RenderBox.cpp         return max(minPreferredLogicalWidth(), min(maxPreferredLogicalWidth(), logicalWidthResult));
max              2432 Source/core/rendering/RenderBox.cpp         LayoutUnit centeredMarginBoxStart = max<LayoutUnit>(0, (availableWidth - childWidth - marginStartWidth - marginEndWidth) / 2);
max              2596 Source/core/rendering/RenderBox.cpp             computedValues.m_extent = max(computedValues.m_extent, visibleHeight - margins);
max              2599 Source/core/rendering/RenderBox.cpp             computedValues.m_extent = max(computedValues.m_extent, visibleHeight - marginsBordersPadding);
max              2624 Source/core/rendering/RenderBox.cpp     return std::max<LayoutUnit>(0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scrollbarLogicalHeight());
max              2726 Source/core/rendering/RenderBox.cpp         availableHeight = max<LayoutUnit>(0, cb->constrainContentBoxLogicalHeightByMinMax(contentBoxHeight - cb->scrollbarLogicalHeight(), -1));
max              2737 Source/core/rendering/RenderBox.cpp             availableHeight = max<LayoutUnit>(0, contentBoxHeight);
max              2760 Source/core/rendering/RenderBox.cpp         return max<LayoutUnit>(0, result);
max              2774 Source/core/rendering/RenderBox.cpp     return max(minLogicalWidth, min(logicalWidth, maxLogicalWidth));
max              2829 Source/core/rendering/RenderBox.cpp     return max(minLogicalHeight, min(logicalHeight, maxLogicalHeight));
max              2875 Source/core/rendering/RenderBox.cpp                         availableHeight = max(availableHeight, intrinsicLogicalHeight());
max              2921 Source/core/rendering/RenderBox.cpp         return std::max<LayoutUnit>(0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scrollbarLogicalHeight());
max              3006 Source/core/rendering/RenderBox.cpp     return max<LayoutUnit>(0, fromRight - fromLeft);
max              3230 Source/core/rendering/RenderBox.cpp     computedValues.m_extent = min(max(preferredMinWidth, availableWidth), preferredWidth);
max              3368 Source/core/rendering/RenderBox.cpp             computedValues.m_extent = min(max(preferredMinWidth, availableWidth), preferredWidth);
max              3661 Source/core/rendering/RenderBox.cpp             logicalHeightValue = max<LayoutUnit>(0, availableSpace - (logicalTopValue + valueForLength(logicalBottom, containerLogicalHeight)));
max              4043 Source/core/rendering/RenderBox.cpp     LayoutUnit minDist = LayoutUnit::max();
max              4168 Source/core/rendering/RenderBox.cpp         overflowMaxX = max(overflowMaxX, borderBox.maxX() + ((!isFlipped || isHorizontal) ? borderOutsets.right() : borderOutsets.left()));
max              4170 Source/core/rendering/RenderBox.cpp         overflowMaxY = max(overflowMaxY, borderBox.maxY() + ((!isFlipped || !isHorizontal) ? borderOutsets.bottom() : borderOutsets.top()));
max              4177 Source/core/rendering/RenderBox.cpp         overflowMaxX = max(overflowMaxX, borderBox.maxX() + outlineSize);
max              4179 Source/core/rendering/RenderBox.cpp         overflowMaxY = max(overflowMaxY, borderBox.maxY() + outlineSize);
max              4233 Source/core/rendering/RenderBox.cpp             overflowRect.shiftYEdgeTo(max(overflowRect.y(), clientBox.y()));
max              4237 Source/core/rendering/RenderBox.cpp             overflowRect.shiftXEdgeTo(max(overflowRect.x(), clientBox.x()));
max               901 Source/core/rendering/RenderBoxModelObject.cpp             float scaleFactor = type == Contain ? min(horizontalScaleFactor, verticalScaleFactor) : max(horizontalScaleFactor, verticalScaleFactor);
max               902 Source/core/rendering/RenderBoxModelObject.cpp             return IntSize(max(1l, lround(imageIntrinsicSize.width() * scaleFactor)), max(1l, lround(imageIntrinsicSize.height() * scaleFactor)));
max               912 Source/core/rendering/RenderBoxModelObject.cpp     m_destRect.move(max(xOffset, 0), 0);
max               918 Source/core/rendering/RenderBoxModelObject.cpp     m_destRect.move(0, max(yOffset, 0));
max               926 Source/core/rendering/RenderBoxModelObject.cpp     m_phase.move(max(alignedPoint.x() - m_destRect.x(), 0), max(alignedPoint.y() - m_destRect.y(), 0));
max              1048 Source/core/rendering/RenderBoxModelObject.cpp         long nrTiles = max(1l, lroundf((float)positioningAreaSize.width() / fillTileSize.width()));
max              1062 Source/core/rendering/RenderBoxModelObject.cpp         long nrTiles = max(1l, lroundf((float)positioningAreaSize.height() / fillTileSize.height()));
max              1177 Source/core/rendering/RenderBoxModelObject.cpp     int borderSideWidth = max(1, leftWidth + rightWidth);
max              1178 Source/core/rendering/RenderBoxModelObject.cpp     int borderSideHeight = max(1, topWidth + bottomWidth);
max              1576 Source/core/rendering/RenderBoxModelObject.cpp         float thickness = max(max(edgeToRender.width, adjacentEdge1.width), adjacentEdge2.width);
max              2273 Source/core/rendering/RenderBoxModelObject.cpp         maxRadii = max(newRadii.topLeft().height(), newRadii.topRight().height());
max              2288 Source/core/rendering/RenderBoxModelObject.cpp         maxRadii = max(newRadii.bottomLeft().height(), newRadii.bottomRight().height());
max              2305 Source/core/rendering/RenderBoxModelObject.cpp         maxRadii = max(newRadii.topLeft().width(), newRadii.bottomLeft().width());
max              2320 Source/core/rendering/RenderBoxModelObject.cpp         maxRadii = max(newRadii.topRight().width(), newRadii.bottomRight().width());
max              2696 Source/core/rendering/RenderBoxModelObject.cpp     x = min(x, max<LayoutUnit>(maxX - caretWidth, 0));
max               203 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             minLogicalWidth = max(width, minLogicalWidth);
max               206 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             maxLogicalWidth = max(width, maxLogicalWidth);
max               219 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     maxLogicalWidth = max(minLogicalWidth, maxLogicalWidth);
max               237 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               238 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               394 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 maxAscent = max(maxAscent, ascent);
max               397 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 maxDescent = max(maxDescent, descent);
max               400 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 setHeight(max(yPos + maxAscent + maxDescent, height()));
max               403 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 setHeight(max(height(), yPos + child->height() + child->marginHeight()));
max               460 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     childY += child->marginTop() + max<LayoutUnit>(0, (contentHeight() - (child->height() + child->marginHeight())) / 2);
max               517 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             LayoutUnit projectedFlex = (allowedFlex == LayoutUnit::max()) ? allowedFlex : LayoutUnit(allowedFlex * (totalFlex / child->style()->boxFlex()));
max               518 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             spaceAvailableThisPass = expanding ? min(spaceAvailableThisPass, projectedFlex) : max(spaceAvailableThisPass, projectedFlex);
max               699 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     childX += child->marginLeft() + max<LayoutUnit>(0, (contentWidth() - (child->width() + child->marginWidth())) / 2);
max               771 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             LayoutUnit projectedFlex = (allowedFlex == LayoutUnit::max()) ? allowedFlex : static_cast<LayoutUnit>(allowedFlex * (totalFlex / child->style()->boxFlex()));
max               772 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                             spaceAvailableThisPass = expanding ? min(spaceAvailableThisPass, projectedFlex) : max(spaceAvailableThisPass, projectedFlex);
max               898 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             maxLineCount = max(maxLineCount, toRenderBlock(child)->lineCount());
max               904 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     int numVisibleLines = lineClamp.isPercentage() ? max(1, (maxLineCount + 1) * lineClamp.value() / 100) : lineClamp.value();
max              1018 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             LayoutUnit maxWidth = LayoutUnit::max();
max              1026 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (maxWidth == LayoutUnit::max())
max              1028 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             return max<LayoutUnit>(0, maxWidth - width);
max              1031 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             LayoutUnit maxHeight = LayoutUnit::max();
max              1035 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (maxHeight == LayoutUnit::max())
max              1037 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             return max<LayoutUnit>(0, maxHeight - height);
max                34 Source/core/rendering/RenderFieldset.cpp using std::max;
max                60 Source/core/rendering/RenderFieldset.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, legendMinWidth + borderAndPaddingWidth());
max               117 Source/core/rendering/RenderFieldset.cpp             collapsedLegendExtent = max<LayoutUnit>(fieldsetBorderBefore, legendLogicalTop + legendLogicalHeight + marginAfterForChild(legend));
max               179 Source/core/rendering/RenderFieldset.cpp         LayoutUnit clipHeight = max(static_cast<LayoutUnit>(style()->borderTopWidth()), legend->height() - ((legend->height() - borderTop()) / 2));
max               183 Source/core/rendering/RenderFieldset.cpp         LayoutUnit clipWidth = max(static_cast<LayoutUnit>(style()->borderLeftWidth()), legend->width());
max                86 Source/core/rendering/RenderFileUploadControl.cpp     return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacing);
max               164 Source/core/rendering/RenderFileUploadControl.cpp     maxLogicalWidth = static_cast<int>(ceilf(max(minDefaultLabelWidth, defaultLabelWidth)));
max               183 Source/core/rendering/RenderFileUploadControl.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               184 Source/core/rendering/RenderFileUploadControl.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               114 Source/core/rendering/RenderFlexibleBox.cpp                 minLogicalWidth = std::max(minLogicalWidth, minPreferredLogicalWidth);
max               118 Source/core/rendering/RenderFlexibleBox.cpp             minLogicalWidth = std::max(minPreferredLogicalWidth, minLogicalWidth);
max               123 Source/core/rendering/RenderFlexibleBox.cpp                 maxLogicalWidth = std::max(maxPreferredLogicalWidth, maxLogicalWidth);
max               127 Source/core/rendering/RenderFlexibleBox.cpp     maxLogicalWidth = std::max(minLogicalWidth, maxLogicalWidth);
max               339 Source/core/rendering/RenderFlexibleBox.cpp         maxChildLogicalBottom = std::max(maxChildLogicalBottom, childLogicalBottom);
max               341 Source/core/rendering/RenderFlexibleBox.cpp     return std::max(clientLogicalBottom(), maxChildLogicalBottom + paddingAfter());
max               421 Source/core/rendering/RenderFlexibleBox.cpp         LayoutUnit borderBoxLogicalHeight = std::max(contentLogicalHeight, contentLogicalHeight + borderPaddingAndScrollbar);
max               423 Source/core/rendering/RenderFlexibleBox.cpp         if (computedValues.m_extent == LayoutUnit::max())
max               425 Source/core/rendering/RenderFlexibleBox.cpp         return std::max(LayoutUnit(0), computedValues.m_extent - borderPaddingAndScrollbar);
max               663 Source/core/rendering/RenderFlexibleBox.cpp     return std::max(LayoutUnit(0), computeMainAxisExtentForChild(child, MainOrPreferredSize, flexBasis));
max               865 Source/core/rendering/RenderFlexibleBox.cpp     Length max = isHorizontalFlow() ? child->style()->maxWidth() : child->style()->maxHeight();
max               866 Source/core/rendering/RenderFlexibleBox.cpp     if (max.isSpecifiedOrIntrinsic()) {
max               867 Source/core/rendering/RenderFlexibleBox.cpp         LayoutUnit maxExtent = computeMainAxisExtentForChild(child, MaxSize, max);
max               876 Source/core/rendering/RenderFlexibleBox.cpp     return std::max(childSize, minExtent);
max               889 Source/core/rendering/RenderFlexibleBox.cpp     LayoutUnit lineBreakLength = mainAxisContentExtent(LayoutUnit::max());
max               890 Source/core/rendering/RenderFlexibleBox.cpp     hasInfiniteLineLength = lineBreakLength == LayoutUnit::max();
max              1125 Source/core/rendering/RenderFlexibleBox.cpp             maxAscent = std::max(maxAscent, ascent);
max              1126 Source/core/rendering/RenderFlexibleBox.cpp             maxDescent = std::max(maxDescent, descent);
max              1132 Source/core/rendering/RenderFlexibleBox.cpp             setLogicalHeight(std::max(logicalHeight(), crossAxisOffset + flowAwareBorderAfter() + flowAwarePaddingAfter() + childCrossAxisMarginBoxExtent + crossAxisScrollbarExtent()));
max              1133 Source/core/rendering/RenderFlexibleBox.cpp         maxChildCrossAxisExtent = std::max(maxChildCrossAxisExtent, childCrossAxisMarginBoxExtent);
max              1270 Source/core/rendering/RenderFlexibleBox.cpp         LayoutUnit minMarginAfterBaseline = LayoutUnit::max();
max              1282 Source/core/rendering/RenderFlexibleBox.cpp             if (updateAutoMarginsInCrossAxis(child, std::max(LayoutUnit(0), availableAlignmentSpaceForChild(lineCrossAxisExtent, child))))
max              1365 Source/core/rendering/RenderFlexibleBox.cpp             LayoutUnit childWidth = std::max<LayoutUnit>(0, lineCrossAxisExtent - crossAxisMarginExtentForChild(child));
max               132 Source/core/rendering/RenderFlowThread.h     static LayoutUnit maxLogicalHeight() { return LayoutUnit::max() / 2; }
max               172 Source/core/rendering/RenderFrameSet.cpp     availableLen = max(availableLen, 0);
max               197 Source/core/rendering/RenderFrameSet.cpp             gridLayout[i] = max<int>(grid[i].value(), 0);
max               205 Source/core/rendering/RenderFrameSet.cpp             gridLayout[i] = max<int>(grid[i].value() * availableLen / 100., 0);
max               213 Source/core/rendering/RenderFrameSet.cpp             totalRelative += max<int>(grid[i].value(), 1);
max               258 Source/core/rendering/RenderFrameSet.cpp                 gridLayout[i] = (max(grid[i].value(), 1.) * remainingRelative) / totalRelative;
max               327 Source/core/rendering/RenderGrid.cpp         maxTrackBreadth = std::max(maxTrackBreadth, minTrackBreadth);
max               382 Source/core/rendering/RenderGrid.cpp         track.m_maxBreadth = std::max(track.m_maxBreadth, track.m_usedBreadth);
max               429 Source/core/rendering/RenderGrid.cpp             normalizedFractionBreadth = std::max(normalizedFractionBreadth, tracks[trackIndex].m_usedBreadth / trackSize.maxTrackBreadth().flex());
max               443 Source/core/rendering/RenderGrid.cpp                 normalizedFractionBreadth = std::max(normalizedFractionBreadth, itemNormalizedFlexBreadth);
max               452 Source/core/rendering/RenderGrid.cpp         tracks[trackIndex].m_usedBreadth = std::max<LayoutUnit>(tracks[trackIndex].m_usedBreadth, normalizedFractionBreadth * trackSize.maxTrackBreadth().flex());
max               813 Source/core/rendering/RenderGrid.cpp     size_t maximumRowIndex = std::max<size_t>(1, explicitGridRowCount());
max               814 Source/core/rendering/RenderGrid.cpp     size_t maximumColumnIndex = std::max<size_t>(1, explicitGridColumnCount());
max               826 Source/core/rendering/RenderGrid.cpp             maximumRowIndex = std::max(maximumRowIndex, rowPositions->finalPositionIndex + 1);
max               828 Source/core/rendering/RenderGrid.cpp             maximumColumnIndex = std::max(maximumColumnIndex, columnPositions->finalPositionIndex + 1);
max              1055 Source/core/rendering/RenderGrid.cpp         namedGridLineIndex = std::max<int>(it->value.size() - abs(position.integerPosition()), 0);
max              1185 Source/core/rendering/RenderGrid.cpp     return columnPosition + std::max<LayoutUnit>(0, endOfColumn - m_columnPositions[coordinate.columns.initialPositionIndex] - child->logicalWidth());
max              1210 Source/core/rendering/RenderGrid.cpp     return columnPosition + std::max<LayoutUnit>(0, endOfColumn - startOfColumn - child->logicalWidth()) / 2;
max               696 Source/core/rendering/RenderInline.cpp         return minimumValueForLength(margin, max<LayoutUnit>(0, renderer->containingBlock()->availableLogicalWidth()));
max               976 Source/core/rendering/RenderInline.cpp     LayoutUnit logicalLeftSide = LayoutUnit::max();
max               980 Source/core/rendering/RenderInline.cpp         logicalRightSide = max(logicalRightSide, curr->logicalRightVisualOverflow());
max              1428 Source/core/rendering/RenderInline.cpp         LayoutUnit top = max<LayoutUnit>(root.lineTop(), curr->logicalTop());
max              1504 Source/core/rendering/RenderInline.cpp             max(lastline.isEmpty() ? -1000000 : pixelSnappedLastLine.maxX(), pixelSnappedBox.x() - outlineWidth),
max              1537 Source/core/rendering/RenderInline.cpp             max(!nextline.isEmpty() ? pixelSnappedNextLine.maxX() : -1000000, pixelSnappedBox.x() - outlineWidth),
max                51 Source/core/rendering/RenderInputSpeech.cpp     int speechButtonSize = lroundf(std::min(std::max(minSpeechButtonSize, defaultSpeechButtonSize * fontScale), maxSpeechButtonSize));
max               455 Source/core/rendering/RenderLayerScrollableArea.cpp         IntSize(max(0, layer()->size().width() - verticalScrollbarWidth), max(0, layer()->size().height() - horizontalScrollbarHeight)));
max               524 Source/core/rendering/RenderLayerScrollableArea.cpp     int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages());
max               526 Source/core/rendering/RenderLayerScrollableArea.cpp     return max(pageStep, 1);
max               764 Source/core/rendering/RenderLayerScrollableArea.cpp     int x = std::max(std::min(scrollOffset.width(), maxX), 0);
max               765 Source/core/rendering/RenderLayerScrollableArea.cpp     int y = std::max(std::min(scrollOffset.height(), maxY), 0);
max              1098 Source/core/rendering/RenderLayerScrollableArea.cpp     int resizeControlSize = max(resizeControlRect.height(), 0);
max              1110 Source/core/rendering/RenderLayerScrollableArea.cpp     resizeControlSize = max(resizeControlRect.width(), 0);
max               152 Source/core/rendering/RenderListBox.cpp                 width = max(width, textWidth);
max               232 Source/core/rendering/RenderListBox.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               233 Source/core/rendering/RenderListBox.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               252 Source/core/rendering/RenderListBox.cpp         return max(minSize, specifiedSize);
max               260 Source/core/rendering/RenderListBox.cpp     return max<int>(1, (contentHeight() + rowSpacing) / itemHeight());
max               536 Source/core/rendering/RenderListBox.cpp     yDelta = max<int>(min<int>(yDelta, maxSpeed), -maxSpeed);
max               684 Source/core/rendering/RenderListBox.cpp     return max(pixelSnappedClientHeight(), roundToInt(listHeight()));
max               875 Source/core/rendering/RenderListBox.cpp     return IntPoint(0, std::max(numItems() - numVisibleItems(), 0));
max               895 Source/core/rendering/RenderListBox.cpp     return max(1, numVisibleItems() - 1);
max                87 Source/core/rendering/RenderMarquee.cpp         result = std::max(result, toHTMLMarqueeElement(node)->minimumDelay());
max               132 Source/core/rendering/RenderMarquee.cpp                 return max<LayoutUnit>(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth));
max               154 Source/core/rendering/RenderMarquee.cpp                 return max(contentHeight - clientHeight, 0);
max               312 Source/core/rendering/RenderMarquee.cpp             newPos = max(newPos, endPoint);
max               183 Source/core/rendering/RenderMenuList.cpp             maxOptionWidth = max(maxOptionWidth, optionWidth);
max               185 Source/core/rendering/RenderMenuList.cpp             maxOptionWidth = max(maxOptionWidth, style()->font().width(text));
max               287 Source/core/rendering/RenderMenuList.cpp     maxLogicalWidth = max(m_optionsWidth, RenderTheme::theme().minimumMenuListSize(style())) + m_innerBlock->paddingLeft() + m_innerBlock->paddingRight();
max               303 Source/core/rendering/RenderMenuList.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               304 Source/core/rendering/RenderMenuList.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               108 Source/core/rendering/RenderMultiColumnFlowThread.cpp     LayoutUnit colWidth = max<LayoutUnit>(1, LayoutUnit(columnStyle->columnWidth()));
max               109 Source/core/rendering/RenderMultiColumnFlowThread.cpp     int colCount = max<int>(1, columnStyle->columnCount());
max               113 Source/core/rendering/RenderMultiColumnFlowThread.cpp         m_columnWidth = std::max<LayoutUnit>(0, (availWidth - ((m_columnCount - 1) * colGap)) / m_columnCount);
max               115 Source/core/rendering/RenderMultiColumnFlowThread.cpp         m_columnCount = std::max<LayoutUnit>(1, (availWidth + colGap) / (colWidth + colGap));
max               118 Source/core/rendering/RenderMultiColumnFlowThread.cpp         m_columnCount = std::max<LayoutUnit>(std::min<LayoutUnit>(colCount, (availWidth + colGap) / (colWidth + colGap)), 1);
max                62 Source/core/rendering/RenderMultiColumnSet.cpp     return max(height, LayoutUnit(1)); // Let's avoid zero height, as that would probably cause an infinite amount of columns to be created.
max               132 Source/core/rendering/RenderMultiColumnSet.cpp         return std::max<LayoutUnit>(m_contentRuns[index].columnLogicalHeight(startOffset), m_minimumColumnHeight);
max               224 Source/core/rendering/RenderMultiColumnSet.cpp     LayoutUnit delta = max(LayoutUnit(), minimumContentLogicalWidth - currentContentLogicalWidth);
max                65 Source/core/rendering/RenderMultiColumnSet.h     void updateMinimumColumnHeight(LayoutUnit height) { m_minimumColumnHeight = std::max(height, m_minimumColumnHeight); }
max              1015 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
max              1016 Source/core/rendering/RenderObject.cpp             y1, x2 - max((-adjacentWidth2 * 2 + 1) / 3, 0), y1 + thirdOfThickness,
max              1018 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
max              1019 Source/core/rendering/RenderObject.cpp             y2 - thirdOfThickness, x2 - max((adjacentWidth2 * 2 + 1) / 3, 0), y2,
max              1023 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1, y1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
max              1024 Source/core/rendering/RenderObject.cpp             x1 + thirdOfThickness, y2 - max((-adjacentWidth2 * 2 + 1) / 3, 0),
max              1026 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x2 - thirdOfThickness, y1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
max              1027 Source/core/rendering/RenderObject.cpp             x2, y2 - max((adjacentWidth2 * 2 + 1) / 3, 0),
max              1031 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
max              1032 Source/core/rendering/RenderObject.cpp             y1, x2 - max((adjacentWidth2 * 2 + 1) / 3, 0), y1 + thirdOfThickness,
max              1034 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
max              1035 Source/core/rendering/RenderObject.cpp             y2 - thirdOfThickness, x2 - max((-adjacentWidth2 * 2 + 1) / 3, 0), y2,
max              1039 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1, y1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
max              1040 Source/core/rendering/RenderObject.cpp             x1 + thirdOfThickness, y2 - max((adjacentWidth2 * 2 + 1) / 3, 0),
max              1042 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x2 - thirdOfThickness, y1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
max              1043 Source/core/rendering/RenderObject.cpp             x2, y2 - max((-adjacentWidth2 * 2 + 1) / 3, 0),
max              1069 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1 + max(-adjacentWidth1, 0) / 2, y1, x2 - max(-adjacentWidth2, 0) / 2, (y1 + y2 + 1) / 2,
max              1071 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1 + max(adjacentWidth1 + 1, 0) / 2, (y1 + y2 + 1) / 2, x2 - max(adjacentWidth2 + 1, 0) / 2, y2,
max              1075 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1, y1 + max(-adjacentWidth1, 0) / 2, (x1 + x2 + 1) / 2, y2 - max(-adjacentWidth2, 0) / 2,
max              1077 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, (x1 + x2 + 1) / 2, y1 + max(adjacentWidth1 + 1, 0) / 2, x2, y2 - max(adjacentWidth2 + 1, 0) / 2,
max              1081 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1 + max(adjacentWidth1, 0) / 2, y1, x2 - max(adjacentWidth2, 0) / 2, (y1 + y2 + 1) / 2,
max              1083 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1 + max(-adjacentWidth1 + 1, 0) / 2, (y1 + y2 + 1) / 2, x2 - max(-adjacentWidth2 + 1, 0) / 2, y2,
max              1087 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, x1, y1 + max(adjacentWidth1, 0) / 2, (x1 + x2 + 1) / 2, y2 - max(adjacentWidth2, 0) / 2,
max              1089 Source/core/rendering/RenderObject.cpp         drawLineForBoxSide(graphicsContext, (x1 + x2 + 1) / 2, y1 + max(-adjacentWidth1 + 1, 0) / 2, x2, y2 - max(-adjacentWidth2 + 1, 0) / 2,
max              1116 Source/core/rendering/RenderObject.cpp         quad[0] = FloatPoint(x1 + max(-adjacentWidth1, 0), y1);
max              1117 Source/core/rendering/RenderObject.cpp         quad[1] = FloatPoint(x1 + max(adjacentWidth1, 0), y2);
max              1118 Source/core/rendering/RenderObject.cpp         quad[2] = FloatPoint(x2 - max(adjacentWidth2, 0), y2);
max              1119 Source/core/rendering/RenderObject.cpp         quad[3] = FloatPoint(x2 - max(-adjacentWidth2, 0), y1);
max              1122 Source/core/rendering/RenderObject.cpp         quad[0] = FloatPoint(x1 + max(adjacentWidth1, 0), y1);
max              1123 Source/core/rendering/RenderObject.cpp         quad[1] = FloatPoint(x1 + max(-adjacentWidth1, 0), y2);
max              1124 Source/core/rendering/RenderObject.cpp         quad[2] = FloatPoint(x2 - max(-adjacentWidth2, 0), y2);
max              1125 Source/core/rendering/RenderObject.cpp         quad[3] = FloatPoint(x2 - max(adjacentWidth2, 0), y1);
max              1128 Source/core/rendering/RenderObject.cpp         quad[0] = FloatPoint(x1, y1 + max(-adjacentWidth1, 0));
max              1129 Source/core/rendering/RenderObject.cpp         quad[1] = FloatPoint(x1, y2 - max(-adjacentWidth2, 0));
max              1130 Source/core/rendering/RenderObject.cpp         quad[2] = FloatPoint(x2, y2 - max(adjacentWidth2, 0));
max              1131 Source/core/rendering/RenderObject.cpp         quad[3] = FloatPoint(x2, y1 + max(adjacentWidth1, 0));
max              1134 Source/core/rendering/RenderObject.cpp         quad[0] = FloatPoint(x1, y1 + max(adjacentWidth1, 0));
max              1135 Source/core/rendering/RenderObject.cpp         quad[1] = FloatPoint(x1, y2 - max(adjacentWidth2, 0));
max              1136 Source/core/rendering/RenderObject.cpp         quad[2] = FloatPoint(x2, y2 - max(-adjacentWidth2, 0));
max              1137 Source/core/rendering/RenderObject.cpp         quad[3] = FloatPoint(x2, y1 + max(-adjacentWidth1, 0));
max              1600 Source/core/rendering/RenderObject.cpp         LayoutUnit borderWidth = max<LayoutUnit>(borderRight, max<LayoutUnit>(valueForLength(style()->borderTopRightRadius().width(), boxWidth), valueForLength(style()->borderBottomRightRadius().width(), boxWidth)));
max              1601 Source/core/rendering/RenderObject.cpp         LayoutUnit decorationsLeftWidth = max<LayoutUnit>(-outlineStyle->outlineOffset(), borderWidth + minInsetRightShadowExtent) + max<LayoutUnit>(outlineWidth, -shadowLeft);
max              1602 Source/core/rendering/RenderObject.cpp         LayoutUnit decorationsRightWidth = max<LayoutUnit>(-outlineStyle->outlineOffset(), borderWidth + minInsetRightShadowExtent) + max<LayoutUnit>(outlineWidth, shadowRight);
max              1606 Source/core/rendering/RenderObject.cpp             max(newBounds.height(), oldBounds.height()));
max              1621 Source/core/rendering/RenderObject.cpp         LayoutUnit borderHeight = max<LayoutUnit>(borderBottom, max<LayoutUnit>(valueForLength(style()->borderBottomLeftRadius().height(), boxHeight), valueForLength(style()->borderBottomRightRadius().height(), boxHeight)));
max              1622 Source/core/rendering/RenderObject.cpp         LayoutUnit decorationsTopHeight = max<LayoutUnit>(-outlineStyle->outlineOffset(), borderHeight + minInsetBottomShadowExtent) + max<LayoutUnit>(outlineWidth, -shadowTop);
max              1623 Source/core/rendering/RenderObject.cpp         LayoutUnit decorationsBottomHeight = max<LayoutUnit>(-outlineStyle->outlineOffset(), borderHeight + minInsetBottomShadowExtent) + max<LayoutUnit>(outlineWidth, shadowBottom);
max              1626 Source/core/rendering/RenderObject.cpp             max(newBounds.width(), oldBounds.width()),
max              3129 Source/core/rendering/RenderObject.cpp         return node() ? max(1U, node()->countChildren()) : 1;
max                82 Source/core/rendering/RenderOverflow.h     LayoutUnit maxX = std::max(rect.maxX(), m_layoutOverflow.maxX());
max                83 Source/core/rendering/RenderOverflow.h     LayoutUnit maxY = std::max(rect.maxY(), m_layoutOverflow.maxY());
max                95 Source/core/rendering/RenderOverflow.h     LayoutUnit maxX = std::max(rect.maxX(), m_visualOverflow.maxX());
max                96 Source/core/rendering/RenderOverflow.h     LayoutUnit maxY = std::max(rect.maxY(), m_visualOverflow.maxY());
max                87 Source/core/rendering/RenderRegion.cpp         LayoutUnit maxY = isLastPortion ? max(flowThreadPortionRect.maxY(), flowThreadOverflow.maxY()) : flowThreadPortionRect.maxY();
max                89 Source/core/rendering/RenderRegion.cpp         LayoutUnit maxX = max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX());
max                93 Source/core/rendering/RenderRegion.cpp         LayoutUnit maxX = isLastPortion ? max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX()) : flowThreadPortionRect.maxX();
max                95 Source/core/rendering/RenderRegion.cpp         LayoutUnit maxY = max(flowThreadPortionRect.y(), (flowThreadOverflow.maxY()));
max               204 Source/core/rendering/RenderReplaced.cpp         bottom = max(selBottom, bottom);
max               438 Source/core/rendering/RenderReplaced.cpp                 logicalWidth = max<LayoutUnit>(0, logicalWidth - (marginStart + marginEnd + (width() - clientWidth())));
max               515 Source/core/rendering/RenderReplaced.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(styleToUse->logicalMinWidth().value()));
max               516 Source/core/rendering/RenderReplaced.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(styleToUse->logicalMinWidth().value()));
max               294 Source/core/rendering/RenderRubyRun.cpp     int logicalLeftOverhang = numeric_limits<int>::max();
max               295 Source/core/rendering/RenderRubyRun.cpp     int logicalRightOverhang = numeric_limits<int>::max();
max               109 Source/core/rendering/RenderScrollbarPart.cpp     setWidth(max(minWidth, min(maxWidth, w)));
max               126 Source/core/rendering/RenderScrollbarPart.cpp     setHeight(max(minHeight, min(maxHeight, h)));
max                64 Source/core/rendering/RenderSearchField.cpp         nonContentHeight = max(nonContentHeight, decorationRenderer->borderAndPaddingLogicalHeight() + decorationRenderer->marginLogicalHeight());
max                65 Source/core/rendering/RenderSearchField.cpp         lineHeight = max(lineHeight, decorationRenderer->logicalHeight());
max                70 Source/core/rendering/RenderSearchField.cpp         nonContentHeight = max(nonContentHeight, cancelRenderer->borderAndPaddingLogicalHeight() + cancelRenderer->marginLogicalHeight());
max                71 Source/core/rendering/RenderSearchField.cpp         lineHeight = max(lineHeight, cancelRenderer->logicalHeight());
max                73 Source/core/rendering/RenderSlider.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max                74 Source/core/rendering/RenderSlider.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
max               279 Source/core/rendering/RenderTable.cpp         LayoutUnit availableContentLogicalWidth = max<LayoutUnit>(0, containerWidthInInlineDirection - marginTotal);
max               296 Source/core/rendering/RenderTable.cpp     setLogicalWidth(max<int>(logicalWidth(), minPreferredLogicalWidth()));
max               302 Source/core/rendering/RenderTable.cpp         setLogicalWidth(max<int>(logicalWidth(), computedMinLogicalWidth));
max               363 Source/core/rendering/RenderTable.cpp     return max<LayoutUnit>(0, computedLogicalHeight);
max               523 Source/core/rendering/RenderTable.cpp             computedLogicalHeight = max(computedLogicalHeight, computedMinLogicalHeight);
max               782 Source/core/rendering/RenderTable.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, m_captions[i]->minPreferredLogicalWidth());
max               787 Source/core/rendering/RenderTable.cpp         m_maxPreferredLogicalWidth = std::max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(styleToUse->logicalMinWidth().value()));
max               788 Source/core/rendering/RenderTable.cpp         m_minPreferredLogicalWidth = std::max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(styleToUse->logicalMinWidth().value()));
max               795 Source/core/rendering/RenderTable.cpp         m_maxPreferredLogicalWidth = std::max(m_minPreferredLogicalWidth, m_maxPreferredLogicalWidth);
max              1003 Source/core/rendering/RenderTable.cpp             borderWidth = max(borderWidth, columnAdjoiningBorder.width());
max              1013 Source/core/rendering/RenderTable.cpp             borderWidth = max(borderWidth, sectionAdjoiningBorder.width());
max              1026 Source/core/rendering/RenderTable.cpp                 borderWidth = max(borderWidth, startCellAdjoiningBorder.width());
max              1028 Source/core/rendering/RenderTable.cpp                 borderWidth = max(borderWidth, firstRowAdjoiningBorder.width());
max              1058 Source/core/rendering/RenderTable.cpp             borderWidth = max(borderWidth, columnAdjoiningBorder.width());
max              1068 Source/core/rendering/RenderTable.cpp             borderWidth = max(borderWidth, sectionAdjoiningBorder.width());
max              1081 Source/core/rendering/RenderTable.cpp                 borderWidth = max(borderWidth, endCellAdjoiningBorder.width());
max              1083 Source/core/rendering/RenderTable.cpp                 borderWidth = max(borderWidth, firstRowAdjoiningBorder.width());
max              1128 Source/core/rendering/RenderTable.cpp         borderWidth = max<int>(borderWidth, tb.width() / 2);
max              1147 Source/core/rendering/RenderTable.cpp         borderWidth = max<int>(borderWidth, (tb.width() + 1) / 2);
max              1170 Source/core/rendering/RenderTable.cpp         borderWidth = max(borderWidth, sw);
max              1197 Source/core/rendering/RenderTable.cpp         borderWidth = max(borderWidth, sw);
max               141 Source/core/rendering/RenderTableCell.cpp         return Length(max(0, colWidthSum - borderAndPaddingLogicalWidth().ceil()), Fixed);
max               163 Source/core/rendering/RenderTableCell.cpp             m_minPreferredLogicalWidth = max<LayoutUnit>(w.value(), m_minPreferredLogicalWidth);
max               252 Source/core/rendering/RenderTableCell.cpp         int newIntrinsicPaddingBefore = max<LayoutUnit>(0, intrinsicPaddingBefore() - max<LayoutUnit>(0, cellBaselinePosition() - oldCellBaseline));
max               307 Source/core/rendering/RenderTableCell.cpp     setOverrideLogicalContentHeight(max<LayoutUnit>(0, rowHeight - borderAndPaddingLogicalHeight()));
max               332 Source/core/rendering/RenderTableCell.cpp     int left = max(borderHalfLeft(true), outlineSize);
max               333 Source/core/rendering/RenderTableCell.cpp     int right = max(borderHalfRight(true), outlineSize);
max               334 Source/core/rendering/RenderTableCell.cpp     int top = max(borderHalfTop(true), outlineSize);
max               335 Source/core/rendering/RenderTableCell.cpp     int bottom = max(borderHalfBottom(true), outlineSize);
max               338 Source/core/rendering/RenderTableCell.cpp             top = max(top, before->borderHalfTop(true));
max               339 Source/core/rendering/RenderTableCell.cpp             bottom = max(bottom, before->borderHalfBottom(true));
max               344 Source/core/rendering/RenderTableCell.cpp             top = max(top, after->borderHalfTop(true));
max               345 Source/core/rendering/RenderTableCell.cpp             bottom = max(bottom, after->borderHalfBottom(true));
max               350 Source/core/rendering/RenderTableCell.cpp             left = max(left, above->borderHalfLeft(true));
max               351 Source/core/rendering/RenderTableCell.cpp             right = max(right, above->borderHalfRight(true));
max               356 Source/core/rendering/RenderTableCell.cpp             left = max(left, below->borderHalfLeft(true));
max               357 Source/core/rendering/RenderTableCell.cpp             right = max(right, below->borderHalfRight(true));
max               360 Source/core/rendering/RenderTableCell.cpp     LayoutPoint location(max<LayoutUnit>(left, -visualOverflowRect().x()), max<LayoutUnit>(top, -visualOverflowRect().y()));
max               361 Source/core/rendering/RenderTableCell.cpp     LayoutRect r(-location.x(), -location.y(), location.x() + max(width() + right, visualOverflowRect().maxX()), location.y() + max(height() + bottom, visualOverflowRect().maxY()));
max               106 Source/core/rendering/RenderTableCell.h         return max(styleLogicalHeight, adjustedLogicalHeight);
max               191 Source/core/rendering/RenderTableSection.cpp     unsigned effectiveColumnCount = max(1u, table()->numEffCols());
max               475 Source/core/rendering/RenderTableSection.cpp             rowHeight = max(rowHeight, rowSpanCell.cells[0]->logicalHeightForRowSizing() / rowSpanCell.cells[0]->rowSpan());
max               625 Source/core/rendering/RenderTableSection.cpp         m_grid[row].baseline = max(m_grid[row].baseline, baselinePosition);
max               629 Source/core/rendering/RenderTableSection.cpp             baselineDescent = max(baselineDescent, cell->logicalHeightForRowSizing() - baselinePosition);
max               632 Source/core/rendering/RenderTableSection.cpp         m_rowPos[row + 1] = max<int>(m_rowPos[row + 1], m_rowPos[row] + m_grid[row].baseline + cellStartRowBaselineDescent);
max               666 Source/core/rendering/RenderTableSection.cpp         m_rowPos[r + 1] = max(m_rowPos[r] + minimumValueForLength(m_grid[r].logicalHeight, 0).round(), 0);
max               709 Source/core/rendering/RenderTableSection.cpp                 m_rowPos[r + 1] = max(m_rowPos[r + 1], m_rowPos[r] + cell->logicalHeightForRowSizing());
max               718 Source/core/rendering/RenderTableSection.cpp         m_rowPos[r + 1] = max(m_rowPos[r + 1], m_rowPos[r]);
max               795 Source/core/rendering/RenderTableSection.cpp             toAdd = max(0, toAdd);
max               976 Source/core/rendering/RenderTableSection.cpp                         m_grid[r].baseline = max(m_grid[r].baseline, baseline);
max               999 Source/core/rendering/RenderTableSection.cpp                     rowHeightIncreaseForPagination = max<int>(rowHeightIncreaseForPagination, oldLogicalHeight - rHeight);
max              1207 Source/core/rendering/RenderTableSection.cpp             firstLineBaseline = max<int>(firstLineBaseline, cell->logicalTop() + cell->paddingBefore() + cell->borderBefore() + cell->contentLogicalHeight());
max               106 Source/core/rendering/RenderText.cpp     if (length >= numeric_limits<unsigned>::max())
max               396 Source/core/rendering/RenderText.cpp         int ellipsisStartPosition = max<int>(startPos - box->start(), 0);
max               692 Source/core/rendering/RenderText.cpp     rightEdge = max<float>(cb->logicalWidth().toFloat(), rootRight);
max               715 Source/core/rendering/RenderText.cpp         left = max(left, leftEdge);
max               719 Source/core/rendering/RenderText.cpp         left = max(left, rootLeft);
max              1139 Source/core/rendering/RenderText.cpp     m_minWidth = max(currMinWidth, m_minWidth);
max              1140 Source/core/rendering/RenderText.cpp     m_maxWidth = max(currMaxWidth, m_maxWidth);
max              1571 Source/core/rendering/RenderText.cpp     LayoutUnit logicalLeftSide = LayoutUnit::max();
max              1575 Source/core/rendering/RenderText.cpp         logicalRightSide = max(logicalRightSide, curr->logicalRightVisualOverflow());
max              1669 Source/core/rendering/RenderText.cpp         maxOffset = max<int>(maxOffset, box->start() + box->len());
max               264 Source/core/rendering/RenderTextControl.cpp         m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->logicalMinWidth().value()));
max               265 Source/core/rendering/RenderTextControl.cpp         m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->logicalMinWidth().value()));
max               877 Source/core/rendering/RenderTheme.cpp     double max = input->maximum();
max               933 Source/core/rendering/RenderTheme.cpp         double tickFraction = (parsedValue - min) / (max - min);
max               205 Source/core/rendering/RenderThemeChromiumSkia.cpp     int cancelButtonSize = lroundf(std::min(std::max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
max               261 Source/core/rendering/RenderThemeChromiumSkia.cpp     int magnifierSize = lroundf(std::min(std::max(minSearchFieldResultsDecorationSize, defaultSearchFieldResultsDecorationSize * fontScale),
max               576 Source/core/rendering/RenderTreeAsText.cpp         paintDirtyRect.setWidth(max<LayoutUnit>(paintDirtyRect.width(), rootLayer->renderBox()->layoutOverflowRect().maxX()));
max               577 Source/core/rendering/RenderTreeAsText.cpp         paintDirtyRect.setHeight(max<LayoutUnit>(paintDirtyRect.height(), rootLayer->renderBox()->layoutOverflowRect().maxY()));
max               233 Source/core/rendering/RootInlineBox.cpp     if (maxAscent + maxDescent < max(maxPositionTop, maxPositionBottom))
max               249 Source/core/rendering/RootInlineBox.cpp     maxHeight = max<LayoutUnit>(0, maxHeight); // FIXME: Is this really necessary?
max               297 Source/core/rendering/RootInlineBox.cpp         LayoutUnit lowestAllowedPosition = max(prevRootBox()->lineBottom(), lineTop()) - result;
max               444 Source/core/rendering/RootInlineBox.cpp             top = max(top, lastLineSelectionBottom);
max               479 Source/core/rendering/RootInlineBox.cpp     return !block().style()->isFlippedBlocksWritingMode() ? max(lineTop(), selectionTop()) : min(lineBottom(), selectionBottom());
max               589 Source/core/rendering/RootInlineBox.cpp             lineLayoutOverflow.shiftMaxXEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxX(), logicalRight() + endPadding));
max               594 Source/core/rendering/RootInlineBox.cpp             lineLayoutOverflow.shiftMaxYEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + endPadding));
max               609 Source/core/rendering/RootInlineBox.cpp         ascent = max(ascent, newAscent);
max               610 Source/core/rendering/RootInlineBox.cpp         descent = max(descent, newDescent);
max               697 Source/core/rendering/RootInlineBox.cpp         glyphOverflow->top = min(glyphOverflow->top, max(0, glyphOverflow->top - box->renderer().style(isFirstLineStyle())->fontMetrics().ascent(baselineType())));
max               698 Source/core/rendering/RootInlineBox.cpp         glyphOverflow->bottom = min(glyphOverflow->bottom, max(0, glyphOverflow->bottom - box->renderer().style(isFirstLineStyle())->fontMetrics().descent(baselineType())));
max                68 Source/core/rendering/RootInlineBox.h     LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
max                71 Source/core/rendering/RootInlineBox.h     LayoutUnit selectionHeightAdjustedForPrecedingBlock() const { return max<LayoutUnit>(0, selectionBottom() - selectionTopAdjustedForPrecedingBlock()); }
max               269 Source/core/rendering/TextAutosizer.cpp     return std::max(1.0f, multiplier);
max               361 Source/core/rendering/TextAutosizer.cpp         maxTextWidth = max<float>(maxTextWidth, clusterInfo.blockContainingAllText->contentLogicalWidth().toFloat());
max               546 Source/core/rendering/TextAutosizer.cpp     parentClusterInfo.maxAllowedDifferenceFromTextWidth = std::max(widthDifference.toFloat(), parentClusterInfo.maxAllowedDifferenceFromTextWidth);
max               362 Source/core/rendering/compositing/RenderLayerCompositor.cpp     m_pendingUpdateType = std::max(m_pendingUpdateType, updateType);
max                69 Source/core/rendering/line/LineLayoutState.h         m_repaintLogicalBottom = std::max(m_repaintLogicalBottom, box->logicalBottomVisualOverflow() + std::max<LayoutUnit>(paginationDelta, 0));
max                84 Source/core/rendering/line/LineWidth.cpp         m_left = std::max<float>(m_left, newLeft);
max               116 Source/core/rendering/line/LineWidth.cpp     endOverhang = std::max(std::min<int>(endOverhang, m_availableWidth - currentWidth()), 0);
max               125 Source/core/rendering/line/LineWidth.cpp     return std::max(0.0f, newLineRight - newLineLeft);
max               132 Source/core/rendering/line/LineWidth.cpp     return std::max(0.0f, newLineRight - newLineLeft);
max               210 Source/core/rendering/line/LineWidth.cpp     m_availableWidth = max(0.0f, m_right - m_left) + m_overhangWidth;
max                70 Source/core/rendering/shapes/BoxShape.cpp     float topCornerMaxY = std::max<float>(marginBounds.topLeftCorner().maxY(), marginBounds.topRightCorner().maxY());
max                85 Source/core/rendering/shapes/BoxShape.cpp         x2 = std::max<float>(x2, maxXIntercept);
max                90 Source/core/rendering/shapes/BoxShape.cpp         x2 = std::max<float>(x2, maxXIntercept);
max               278 Source/core/rendering/shapes/PolygonShape.cpp             previousInterval.setX2(std::max<float>(previousInterval.x2(), thisInterval.x2()));
max                79 Source/core/rendering/shapes/RasterShape.cpp     OwnPtr<RasterShapeIntervals> result = adoptPtr(new RasterShapeIntervals(marginIntervalsSize, std::max(shapeMargin, offset())));
max                88 Source/core/rendering/shapes/RasterShape.cpp         int marginY0 = std::max(minY(), y - shapeMargin);
max               128 Source/core/rendering/shapes/RasterShape.cpp     int maxShapeMarginInt = std::max(m_marginRectSize.width(), m_marginRectSize.height()) * sqrtf(2);
max               147 Source/core/rendering/shapes/RasterShape.cpp     y1 = std::max(y1, intervals.bounds().y());
max               151 Source/core/rendering/shapes/Shape.cpp         FloatRect rect(left, top, std::max<float>(boxWidth - left - right, 0), std::max<float>(boxHeight - top - bottom, 0));
max               194 Source/core/rendering/shapes/Shape.cpp         int minBufferY = std::max(0, marginRect.y() - imageRect.y());
max                85 Source/core/rendering/shapes/ShapeInterval.h         return ShapeInterval<T>(std::max<T>(x1(), interval.x1()), std::min<T>(x2(), interval.x2()));
max               114 Source/core/rendering/shapes/ShapeInterval.h                 result.last().setX2(std::max<T>(result.last().x2(), next->x2()));
max               217 Source/core/rendering/shapes/ShapeInterval.h             set(std::min<T>(x1(), interval.x1()), std::max<T>(x2(), interval.x2()));
max               107 Source/core/rendering/style/BasicShapes.cpp     return std::max(std::max(center.x(), boxSize.width() - center.x()), std::max(center.y(), boxSize.height() - center.y()));
max               152 Source/core/rendering/style/BasicShapes.cpp     return std::max(center, boxWidthOrHeight - center);
max               255 Source/core/rendering/style/BasicShapes.cpp             std::max<float>(boundingBox.width() - left - floatValueForLength(m_right, boundingBox.width()), 0),
max               256 Source/core/rendering/style/BasicShapes.cpp             std::max<float>(boundingBox.height() - top - floatValueForLength(m_bottom, boundingBox.height()), 0)
max                56 Source/core/rendering/style/GridCoordinate.h             size_t initialResolvedPosition = std::max<int>(0, resolvedOppositePosition - positionOffset);
max                84 Source/core/rendering/style/GridCoordinate.h         size_t gridLineIndex = std::max<int>(0, firstLineBeforeOppositePositionIndex - position.spanPosition() + 1);
max              1299 Source/core/rendering/style/RenderStyle.cpp         right = max<LayoutUnit>(right, shadow.x() + blurAndSpread);
max              1300 Source/core/rendering/style/RenderStyle.cpp         bottom = max<LayoutUnit>(bottom, shadow.y() + blurAndSpread);
max              1318 Source/core/rendering/style/RenderStyle.cpp         top = max<LayoutUnit>(top, shadow.y() + blurAndSpread);
max              1321 Source/core/rendering/style/RenderStyle.cpp         left = max<LayoutUnit>(left, shadow.x() + blurAndSpread);
max              1340 Source/core/rendering/style/RenderStyle.cpp         right = max<LayoutUnit>(right, shadow.x() + blurAndSpread);
max              1357 Source/core/rendering/style/RenderStyle.cpp         bottom = max<LayoutUnit>(bottom, shadow.y() + blurAndSpread);
max                95 Source/core/rendering/style/RenderStyle.h using std::max;
max               533 Source/core/rendering/style/RenderStyle.h     unsigned short outlineSize() const { return max(0, outlineWidth() + outlineOffset()); }
max              1256 Source/core/rendering/style/RenderStyle.h     void setOrder(int o) { SET_VAR(rareNonInheritedData, m_order, max(std::numeric_limits<int>::min() + 2, o)); }
max                48 Source/core/rendering/style/ShadowList.cpp         shadowRight = std::max(shadow.x() + blurAndSpread, shadowRight);
max                50 Source/core/rendering/style/ShadowList.cpp         shadowBottom = std::max(shadow.y() + blurAndSpread, shadowBottom);
max                86 Source/core/rendering/style/ShadowList.cpp     size_t maxLength = std::max(fromLength, toLength);
max                57 Source/core/rendering/style/StyleGeneratedImage.cpp             width = max<LayoutUnit>(1, width);
max                60 Source/core/rendering/style/StyleGeneratedImage.cpp             height = max<LayoutUnit>(1, height);
max               171 Source/core/rendering/svg/RenderSVGInlineText.cpp     float closestDistance = std::numeric_limits<float>::max();
max               149 Source/core/rendering/svg/SVGInlineTextBox.cpp     startPosition = max(startPosition - boxStart, 0);
max               711 Source/core/rendering/svg/SVGInlineTextBox.cpp         int markerStartPosition = max<int>(marker->startOffset() - textBox->start(), 0);
max                42 Source/core/rendering/svg/SVGTextLayoutAttributes.cpp     static float s_emptyValue = std::numeric_limits<float>::max() - 1;
max               144 Source/core/rendering/svg/SVGTextQuery.cpp     startPosition = max(0, startPosition);
max                96 Source/core/svg/SVGGlyphMap.h         ASSERT(tableEntry < std::numeric_limits<unsigned short>::max());
max               130 Source/core/svg/SVGGradientElement.cpp         offset = std::min(std::max(previousOffset, offset), 1.0f);
max                38 Source/core/svg/SVGParserUtilities.cpp     static const FloatType max = std::numeric_limits<FloatType>::max();
max                39 Source/core/svg/SVGParserUtilities.cpp     return x >= -max && x <= max;
max               443 Source/core/svg/SVGPathParser.cpp     float scaleFactorSquared = std::max(1 / d - 0.25f, 0.f);
max               594 Source/core/svg/SVGSVGElement.cpp     seconds = max(seconds, 0.0f);
max               183 Source/core/svg/animation/SMILTimeContainer.cpp             scheduleWakeUp(std::max(initialFrameDelay, delay.value()), SynchronizeAnimations);
max               887 Source/core/svg/animation/SVGSMILElement.cpp     return resolvedBegin + min(maxValue, max(minValue, preliminaryActiveDuration));
max               216 Source/core/testing/Internals.h     void setDeviceProximity(Document*, const String& eventType, double value, double min, double max, ExceptionState&);
max               111 Source/core/timing/MemoryInfo.cpp                 if (std::numeric_limits<size_t>::max() / 10 <= nextPowerOfTen) {
max               112 Source/core/timing/MemoryInfo.cpp                     nextPowerOfTen = std::numeric_limits<size_t>::max();
max               121 Source/core/timing/MemoryInfo.cpp                 bucketSizeList[i] = std::numeric_limits<size_t>::max();
max                58 Source/core/xml/XPathFunctions.cpp     Interval(int min, int max);
max               275 Source/core/xml/XPathFunctions.cpp inline Interval::Interval(int min, int max)
max               276 Source/core/xml/XPathFunctions.cpp     : m_min(min), m_max(max)
max               670 Source/modules/filesystem/InspectorFileSystemAgent.cpp     long long endPosition = end ? *end : std::numeric_limits<long long>::max();
max               144 Source/modules/mediasource/MediaSourceBase.cpp             highestEndTime = std::max(highestEndTime, ranges[i]->end(length - 1, ASSERT_NO_EXCEPTION));
max               265 Source/modules/webaudio/AudioBufferSourceNode.cpp             framesThisTime = max(0, framesThisTime);
max               406 Source/modules/webaudio/AudioBufferSourceNode.cpp     grainOffset = max(0.0, grainOffset);
max               412 Source/modules/webaudio/AudioBufferSourceNode.cpp     grainDuration = max(0.0, grainDuration);
max               453 Source/modules/webaudio/AudioBufferSourceNode.cpp     totalRate = max(0.0, totalRate);
max               162 Source/modules/webaudio/AudioNodeInput.cpp         maxChannels = max(maxChannels, output->numberOfChannels());
max               166 Source/modules/webaudio/AudioScheduledSourceNode.cpp         when = max(0.0, when);
max               113 Source/modules/webaudio/PeriodicWave.cpp     pitchRange = std::max(pitchRange, 0.0f);
max               184 Source/modules/webaudio/RealtimeAnalyser.cpp     k = max(0.0, k);
max               112 Source/modules/webaudio/WaveShaperDSPKernel.cpp         index1 = max(index1, 0);
max               114 Source/modules/webaudio/WaveShaperDSPKernel.cpp         index2 = max(index2, 0);
max               207 Source/modules/websockets/WebSocket.cpp     if (numeric_limits<unsigned long>::max() - a < b)
max               208 Source/modules/websockets/WebSocket.cpp         return numeric_limits<unsigned long>::max();
max               100 Source/modules/websockets/WebSocketFrame.cpp     if (payloadLength64 > maxPayloadLength || payloadLength64 + maskingKeyLength > numeric_limits<size_t>::max()) {
max               419 Source/platform/CheckedInt.h       const T max = MaxValue<T>::value;
max               427 Source/platform/CheckedInt.h                ? x <= max / y
max               434 Source/platform/CheckedInt.h              : y >= max / x;
max               194 Source/platform/Decimal.cpp         if (powerOfTen >= std::numeric_limits<uint64_t>::max() / 10)
max               183 Source/platform/DecimalTest.cpp     EXPECT_EQ(Decimal::infinity(Positive), encode(std::numeric_limits<uint64_t>::max(), 1022, Positive) + encode(1, 0, Positive));
max               624 Source/platform/DecimalTest.cpp     EXPECT_EQ(encode(UINT64_C(17976931348623157), 292, Positive), Decimal::fromDouble(std::numeric_limits<double>::max()));
max               625 Source/platform/DecimalTest.cpp     EXPECT_EQ(encode(UINT64_C(17976931348623157), 292, Negative), Decimal::fromDouble(-std::numeric_limits<double>::max()));
max               641 Source/platform/DecimalTest.cpp     EXPECT_EQ(encode(0x7FFFFFFF, 0, Positive), Decimal(std::numeric_limits<int32_t>::max()));
max               158 Source/platform/DragImage.cpp             imageSize.setWidth(std::max(labelSize.width(), urlStringSize.width()) + kDragLabelBorderX * 2);
max               103 Source/platform/LayoutUnit.h             return nextafterf(floatValue, std::numeric_limits<float>::max());
max               123 Source/platform/LayoutUnit.h         REPORT_OVERFLOW(value > std::numeric_limits<int>::min() && value < std::numeric_limits<int>::max());
max               174 Source/platform/LayoutUnit.h         return rawValue() == std::numeric_limits<int>::max()
max               180 Source/platform/LayoutUnit.h     static const LayoutUnit max()
max               183 Source/platform/LayoutUnit.h         m.m_value = std::numeric_limits<int>::max();
max               197 Source/platform/LayoutUnit.h         m.m_value = std::numeric_limits<int>::max() - kFixedPointDenominator / 2;
max               209 Source/platform/LayoutUnit.h         return clampTo<LayoutUnit>(value, LayoutUnit::min(), LayoutUnit::max());
max               215 Source/platform/LayoutUnit.h         return ::abs(value) <= std::numeric_limits<int>::max() / kFixedPointDenominator;
max               219 Source/platform/LayoutUnit.h         return value <= static_cast<unsigned>(std::numeric_limits<int>::max()) / kFixedPointDenominator;
max               223 Source/platform/LayoutUnit.h         return ::fabs(value) <= std::numeric_limits<int>::max() / kFixedPointDenominator;
max               229 Source/platform/LayoutUnit.h             m_value = std::numeric_limits<int>::max();
max               238 Source/platform/LayoutUnit.h             m_value = std::numeric_limits<int>::max();
max               412 Source/platform/LayoutUnit.h     uint32_t saturated = (static_cast<uint32_t>(a.rawValue() ^ b.rawValue()) >> 31) + std::numeric_limits<int>::max();
max               796 Source/platform/LayoutUnit.h inline LayoutUnit clampToLayoutUnit(LayoutUnit value, LayoutUnit min, LayoutUnit max)
max               798 Source/platform/LayoutUnit.h     if (value >= max)
max               799 Source/platform/LayoutUnit.h         return max;
max               250 Source/platform/PurgeableVector.cpp     size_t newCapacity = std::max(capacity, static_cast<size_t>(m_discardableCapacity * growthFactor));
max               259 Source/platform/PurgeableVector.cpp     return std::max(capacity, newCapacity); // Overflow check.
max                99 Source/platform/ThreadTimers.cpp         m_sharedTimer->setFireInterval(max(nextFireTime - currentMonotonicTime, 0.0));
max               183 Source/platform/Timer.cpp     return difference < numeric_limits<unsigned>::max() / 2;
max               412 Source/platform/Timer.cpp     return max(m_unalignedNextFireTime - monotonicallyIncreasingTime(), 0.0);
max                58 Source/platform/audio/AudioArray.h         if (n > std::numeric_limits<unsigned>::max() / sizeof(T))
max               198 Source/platform/audio/AudioBus.cpp     float max = 0.0f;
max               201 Source/platform/audio/AudioBus.cpp         max = std::max(max, channel->maxAbsValue());
max               204 Source/platform/audio/AudioBus.cpp     return max;
max               209 Source/platform/audio/AudioBus.cpp     float max = maxAbsValue();
max               210 Source/platform/audio/AudioBus.cpp     if (max)
max               211 Source/platform/audio/AudioBus.cpp         scale(1.0f / max);
max               124 Source/platform/audio/AudioChannel.cpp     float max = 0;
max               126 Source/platform/audio/AudioChannel.cpp     vmaxmgv(data(), 1, &max, length());
max               128 Source/platform/audio/AudioChannel.cpp     return max;
max               119 Source/platform/audio/AudioDelayDSPKernel.cpp         delayTime = max(0.0, delayTime);
max               131 Source/platform/audio/AudioDelayDSPKernel.cpp             delayTime = std::max(0.0, delayTime);
max                83 Source/platform/audio/AudioResamplerKernel.cpp     rate = max(0.0, rate);
max               212 Source/platform/audio/Biquad.cpp     cutoff = std::max(0.0, std::min(cutoff, 1.0));
max               220 Source/platform/audio/Biquad.cpp         resonance = std::max(0.0, resonance); // can't go negative
max               248 Source/platform/audio/Biquad.cpp     cutoff = std::max(0.0, std::min(cutoff, 1.0));
max               256 Source/platform/audio/Biquad.cpp         resonance = std::max(0.0, resonance); // can't go negative
max               310 Source/platform/audio/Biquad.cpp     frequency = std::max(0.0, std::min(frequency, 1.0));
max               345 Source/platform/audio/Biquad.cpp     frequency = std::max(0.0, std::min(frequency, 1.0));
max               380 Source/platform/audio/Biquad.cpp     frequency = std::max(0.0, std::min(frequency, 1.0));
max               383 Source/platform/audio/Biquad.cpp     Q = std::max(0.0, Q);
max               418 Source/platform/audio/Biquad.cpp     frequency = std::max(0.0, std::min(frequency, 1.0));
max               421 Source/platform/audio/Biquad.cpp     Q = std::max(0.0, Q);
max               454 Source/platform/audio/Biquad.cpp     frequency = std::max(0.0, std::min(frequency, 1.0));
max               457 Source/platform/audio/Biquad.cpp     Q = std::max(0.0, Q);
max               490 Source/platform/audio/Biquad.cpp     frequency = std::max(0.0, frequency);
max               493 Source/platform/audio/Biquad.cpp     Q = std::max(0.0, Q);
max                59 Source/platform/audio/Distance.cpp         distance = max(distance, m_refDistance);
max               243 Source/platform/audio/DynamicsCompressorKernel.cpp     attackTime = max(0.001f, attackTime);
max               326 Source/platform/audio/DynamicsCompressorKernel.cpp             x = max(-12.0f, x);
max               355 Source/platform/audio/DynamicsCompressorKernel.cpp             float effAttenDiffDb = max(0.5f, m_maxAttackCompressionDiffDb);
max               400 Source/platform/audio/DynamicsCompressorKernel.cpp                 attenuationDb = max(2.0f, attenuationDb);
max                75 Source/platform/audio/EqualPowerPanner.cpp     azimuth = max(-180.0, azimuth);
max               114 Source/platform/audio/HRTFDatabase.cpp     elevationAngle = max(static_cast<double>(MinElevation), elevationAngle);
max               119 Source/platform/audio/HRTFKernel.cpp     x = min(1.0f, max(0.0f, x));
max               116 Source/platform/audio/HRTFPanner.cpp     desiredAzimuthIndex = max(0, desiredAzimuthIndex);
max               598 Source/platform/audio/VectorMath.cpp     float max = 0;
max               604 Source/platform/audio/VectorMath.cpp             max = std::max(max, fabsf(*sourceP));
max               627 Source/platform/audio/VectorMath.cpp         max = std::max(max, groupMaxP[0]);
max               628 Source/platform/audio/VectorMath.cpp         max = std::max(max, groupMaxP[1]);
max               629 Source/platform/audio/VectorMath.cpp         max = std::max(max, groupMaxP[2]);
max               630 Source/platform/audio/VectorMath.cpp         max = std::max(max, groupMaxP[3]);
max               649 Source/platform/audio/VectorMath.cpp         max = std::max(groupMax[0], groupMax[1]);
max               656 Source/platform/audio/VectorMath.cpp         max = std::max(max, fabsf(*sourceP));
max               661 Source/platform/audio/VectorMath.cpp     *maxP = max;
max               688 Source/platform/audio/VectorMath.cpp         *destP = std::max(std::min(*sourceP, highThreshold), lowThreshold);
max                45 Source/platform/exported/WebFloatQuad.cpp     int right = static_cast<int>(ceilf(max(max(max(p[0].x, p[1].x), p[2].x), p[3].x)));
max                46 Source/platform/exported/WebFloatQuad.cpp     int bottom = static_cast<int>(ceilf(max(max(max(p[0].y, p[1].y), p[2].y), p[3].y)));
max               507 Source/platform/fonts/Font.cpp             data.fontData->setMaxGlyphPageTreeLevel(max(data.fontData->maxGlyphPageTreeLevel(), node->level()));
max               519 Source/platform/fonts/Font.cpp         data.fontData->setMaxGlyphPageTreeLevel(max(data.fontData->maxGlyphPageTreeLevel(), node->level()));
max               756 Source/platform/fonts/Font.cpp         glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-it.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
max               757 Source/platform/fonts/Font.cpp         glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(it.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
max                42 Source/platform/fonts/GlyphPageTreeNode.cpp using std::max;
max               225 Source/platform/fonts/GlyphPageTreeNode.cpp                     int from = max(0, static_cast<int>(range.from()) - static_cast<int>(start));
max               344 Source/platform/fonts/GlyphPageTreeNode.cpp         fontData->setMaxGlyphPageTreeLevel(max(fontData->maxGlyphPageTreeLevel(), child->m_level));
max                99 Source/platform/fonts/SimpleFontData.cpp         m_maxCharWidth = max(m_avgCharWidth, m_fontMetrics.floatAscent());
max                50 Source/platform/fonts/WidthIterator.cpp     , m_minGlyphBoundingBoxY(numeric_limits<float>::max())
max               259 Source/platform/fonts/WidthIterator.cpp                 m_firstGlyphOverflow = max<float>(0, -bounds.x());
max               302 Source/platform/fonts/WidthIterator.cpp             m_maxGlyphBoundingBoxY = max(m_maxGlyphBoundingBoxY, bounds.maxY());
max               304 Source/platform/fonts/WidthIterator.cpp             m_lastGlyphOverflow = max<float>(0, bounds.maxX() - width);
max               222 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp         glyphOverflow->top = std::max<int>(glyphOverflow->top, ceilf(-shaper.glyphBoundingBox().top()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
max               223 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp         glyphOverflow->bottom = std::max<int>(glyphOverflow->bottom, ceilf(shaper.glyphBoundingBox().bottom()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
max               224 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp         glyphOverflow->left = std::max<int>(0, ceilf(-shaper.glyphBoundingBox().left()));
max               225 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp         glyphOverflow->right = std::max<int>(0, ceilf(shaper.glyphBoundingBox().right() - shaper.totalWidth()));
max               387 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     , m_glyphBoundingBox(std::numeric_limits<float>::max(), std::numeric_limits<float>::min(), std::numeric_limits<float>::min(), std::numeric_limits<float>::max())
max               730 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         i = std::max(i, nextResolvedRun);
max                74 Source/platform/fonts/mac/ComplexTextController.cpp     , m_minGlyphBoundingBoxX(numeric_limits<float>::max())
max                76 Source/platform/fonts/mac/ComplexTextController.cpp     , m_minGlyphBoundingBoxY(numeric_limits<float>::max())
max               137 Source/platform/fonts/mac/ComplexTextController.cpp                     hitGlyphEnd = max<CFIndex>(hitGlyphStart, j + 1 < complexTextRun.glyphCount() ? complexTextRun.indexAt(j + 1) : static_cast<CFIndex>(complexTextRun.indexEnd()));
max               139 Source/platform/fonts/mac/ComplexTextController.cpp                     hitGlyphEnd = max<CFIndex>(hitGlyphStart, j > 0 ? complexTextRun.indexAt(j - 1) : static_cast<CFIndex>(complexTextRun.indexEnd()));
max               461 Source/platform/fonts/mac/ComplexTextController.cpp                     glyphEndOffset = max<unsigned>(glyphStartOffset, static_cast<unsigned>(g + 1 < glyphCount ? complexTextRun.indexAt(g + 1) : complexTextRun.indexEnd()));
max               463 Source/platform/fonts/mac/ComplexTextController.cpp                     glyphEndOffset = max<unsigned>(glyphStartOffset, static_cast<unsigned>(g > 0 ? complexTextRun.indexAt(g - 1) : complexTextRun.indexEnd()));
max               533 Source/platform/fonts/mac/ComplexTextController.cpp         CFIndex lastCharacterIndex = m_run.ltr() ? numeric_limits<CFIndex>::min() : numeric_limits<CFIndex>::max();
max               655 Source/platform/fonts/mac/ComplexTextController.cpp             m_maxGlyphBoundingBoxX = max(m_maxGlyphBoundingBoxX, glyphBounds.maxX());
max               657 Source/platform/fonts/mac/ComplexTextController.cpp             m_maxGlyphBoundingBoxY = max(m_maxGlyphBoundingBoxY, glyphBounds.maxY());
max               140 Source/platform/fonts/mac/FontComplexTextMac.cpp         glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
max               141 Source/platform/fonts/mac/FontComplexTextMac.cpp         glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(controller.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
max               142 Source/platform/fonts/mac/FontComplexTextMac.cpp         glyphOverflow->left = max<int>(0, ceilf(-controller.minGlyphBoundingBoxX()));
max               143 Source/platform/fonts/mac/FontComplexTextMac.cpp         glyphOverflow->right = max<int>(0, ceilf(controller.maxGlyphBoundingBoxX() - controller.totalWidth()));
max                81 Source/platform/geometry/FloatBoxExtent.h         m_right = std::max(m_right, other.right());
max                82 Source/platform/geometry/FloatBoxExtent.h         m_bottom = std::max(m_bottom, other.bottom());
max                89 Source/platform/geometry/FloatBoxExtent.h         m_right = std::max(m_right, rect.maxX());
max                90 Source/platform/geometry/FloatBoxExtent.h         m_bottom = std::max(m_bottom, rect.maxY());
max               123 Source/platform/geometry/FloatPoint.h         return FloatPoint(std::max(m_x, other.m_x), std::max(m_y, other.m_y));
max                55 Source/platform/geometry/FloatPolygon.cpp         && point.x() <= std::max(vertex1.x(), vertex2.x())
max                92 Source/platform/geometry/FloatPolygon.h     float maxX() const { return std::max(vertex1().x(), vertex2().x()); }
max                93 Source/platform/geometry/FloatPolygon.h     float maxY() const { return std::max(vertex1().y(), vertex2().y()); }
max                48 Source/platform/geometry/FloatQuad.cpp     return max(max(a, b), max(c, d));
max                88 Source/platform/geometry/FloatRect.cpp     float left = std::max(x(), other.x());
max                89 Source/platform/geometry/FloatRect.cpp     float top = std::max(y(), other.y());
max               121 Source/platform/geometry/FloatRect.cpp     float maxX = std::max(this->maxX(), other.maxX());
max               122 Source/platform/geometry/FloatRect.cpp     float maxY = std::max(this->maxY(), other.maxY());
max               144 Source/platform/geometry/FloatRect.cpp     float maxX = std::max(this->maxX(), p.x());
max               145 Source/platform/geometry/FloatRect.cpp     float maxY = std::max(this->maxY(), p.y());
max               173 Source/platform/geometry/FloatRect.cpp     float right = std::max(p0.x(), p1.x());
max               174 Source/platform/geometry/FloatRect.cpp     float bottom = std::max(p0.y(), p1.y());
max               191 Source/platform/geometry/FloatRect.cpp     return std::max(std::max(v1, v2), v3);
max               203 Source/platform/geometry/FloatRect.cpp     return std::max(std::max(v1, v2), std::max(v3, v4));
max               104 Source/platform/geometry/FloatRect.h         setWidth(std::max(0.0f, width() - delta));
max               109 Source/platform/geometry/FloatRect.h         setWidth(std::max(0.0f, width() + delta));
max               115 Source/platform/geometry/FloatRect.h         setHeight(std::max(0.0f, height() - delta));
max               120 Source/platform/geometry/FloatRect.h         setHeight(std::max(0.0f, height() + delta));
max                83 Source/platform/geometry/FloatRoundedRect.cpp         m_topLeft.setWidth(std::max<float>(0, m_topLeft.width() + leftWidth));
max                84 Source/platform/geometry/FloatRoundedRect.cpp         m_topLeft.setHeight(std::max<float>(0, m_topLeft.height() + topWidth));
max                87 Source/platform/geometry/FloatRoundedRect.cpp         m_topRight.setWidth(std::max<float>(0, m_topRight.width() + rightWidth));
max                88 Source/platform/geometry/FloatRoundedRect.cpp         m_topRight.setHeight(std::max<float>(0, m_topRight.height() + topWidth));
max                91 Source/platform/geometry/FloatRoundedRect.cpp         m_bottomLeft.setWidth(std::max<float>(0, m_bottomLeft.width() + leftWidth));
max                92 Source/platform/geometry/FloatRoundedRect.cpp         m_bottomLeft.setHeight(std::max<float>(0, m_bottomLeft.height() + bottomWidth));
max                95 Source/platform/geometry/FloatRoundedRect.cpp         m_bottomRight.setWidth(std::max<float>(0, m_bottomRight.width() + rightWidth));
max                96 Source/platform/geometry/FloatRoundedRect.cpp         m_bottomRight.setHeight(std::max<float>(0, m_bottomRight.height() + bottomWidth));
max                65 Source/platform/geometry/IntRect.cpp     int left = std::max(x(), other.x());
max                66 Source/platform/geometry/IntRect.cpp     int top = std::max(y(), other.y());
max                96 Source/platform/geometry/IntRect.cpp     int right = std::max(maxX(), other.maxX());
max                97 Source/platform/geometry/IntRect.cpp     int bottom = std::max(maxY(), other.maxY());
max               117 Source/platform/geometry/IntRect.cpp     int right = std::max(maxX(), other.maxX());
max               118 Source/platform/geometry/IntRect.cpp     int bottom = std::max(maxY(), other.maxY());
max                98 Source/platform/geometry/IntRect.h         setWidth(std::max(0, width() - delta));
max               103 Source/platform/geometry/IntRect.h         setWidth(std::max(0, width() + delta));
max               109 Source/platform/geometry/IntRect.h         setHeight(std::max(0, height() - delta));
max               114 Source/platform/geometry/IntRect.h         setHeight(std::max(0, height() + delta));
max                67 Source/platform/geometry/LayoutPoint.h         return LayoutPoint(std::max(m_x, other.m_x), std::max(m_y, other.m_y));
max                62 Source/platform/geometry/LayoutRect.cpp     LayoutPoint newLocation(std::max(x(), other.x()), std::max(y(), other.y()));
max                86 Source/platform/geometry/LayoutRect.cpp     LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY()));
max               103 Source/platform/geometry/LayoutRect.cpp     LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY()));
max               113 Source/platform/geometry/LayoutRect.h         setWidth(std::max<LayoutUnit>(0, width() - delta));
max               118 Source/platform/geometry/LayoutRect.h         setWidth(std::max<LayoutUnit>(0, width() + delta));
max               124 Source/platform/geometry/LayoutRect.h         setHeight(std::max<LayoutUnit>(0, height() - delta));
max               129 Source/platform/geometry/LayoutRect.h         setHeight(std::max<LayoutUnit>(0, height() + delta));
max               345 Source/platform/geometry/Region.cpp     int minX = std::numeric_limits<int>::max();
max                67 Source/platform/geometry/RoundedRect.cpp         m_topLeft.setWidth(max<int>(0, m_topLeft.width() + leftWidth));
max                68 Source/platform/geometry/RoundedRect.cpp         m_topLeft.setHeight(max<int>(0, m_topLeft.height() + topWidth));
max                71 Source/platform/geometry/RoundedRect.cpp         m_topRight.setWidth(max<int>(0, m_topRight.width() + rightWidth));
max                72 Source/platform/geometry/RoundedRect.cpp         m_topRight.setHeight(max<int>(0, m_topRight.height() + topWidth));
max                75 Source/platform/geometry/RoundedRect.cpp         m_bottomLeft.setWidth(max<int>(0, m_bottomLeft.width() + leftWidth));
max                76 Source/platform/geometry/RoundedRect.cpp         m_bottomLeft.setHeight(max<int>(0, m_bottomLeft.height() + bottomWidth));
max                79 Source/platform/geometry/RoundedRect.cpp         m_bottomRight.setWidth(max<int>(0, m_bottomRight.width() + rightWidth));
max                80 Source/platform/geometry/RoundedRect.cpp         m_bottomRight.setHeight(max<int>(0, m_bottomRight.height() + bottomWidth));
max               157 Source/platform/geometry/RoundedRect.cpp     int minX = m_rect.x() + max(m_radii.topLeft().width(), m_radii.bottomLeft().width());
max               158 Source/platform/geometry/RoundedRect.cpp     int minY = m_rect.y() + max(m_radii.topLeft().height(), m_radii.topRight().height());
max               159 Source/platform/geometry/RoundedRect.cpp     int maxX = m_rect.maxX() - max(m_radii.topRight().width(), m_radii.bottomRight().width());
max               160 Source/platform/geometry/RoundedRect.cpp     int maxY = m_rect.maxY() - max(m_radii.bottomLeft().height(), m_radii.bottomRight().height());
max               184 Source/platform/geometry/RoundedRect.cpp     int maxRadiusWidth = std::max(m_radii.topLeft().width() + m_radii.topRight().width(), m_radii.bottomLeft().width() + m_radii.bottomRight().width());
max               185 Source/platform/geometry/RoundedRect.cpp     int maxRadiusHeight = std::max(m_radii.topLeft().height() + m_radii.bottomLeft().height(), m_radii.topRight().height() + m_radii.bottomRight().height());
max               468 Source/platform/graphics/BitmapImage.cpp         m_frameTimer->startOneShot(std::max(m_desiredFrameStartTime - time, 0.), FROM_HERE);
max                53 Source/platform/graphics/Color.cpp     return 0xFF000000 | max(0, min(r, 255)) << 16 | max(0, min(g, 255)) << 8 | max(0, min(b, 255));
max                58 Source/platform/graphics/Color.cpp     return max(0, min(a, 255)) << 24 | max(0, min(r, 255)) << 16 | max(0, min(g, 255)) << 8 | max(0, min(b, 255));
max                64 Source/platform/graphics/Color.cpp     return max(0, min(static_cast<int>(lroundf(255.0f * f)), 255));
max               296 Source/platform/graphics/Color.cpp     float v = max(r, max(g, b));
max               321 Source/platform/graphics/Color.cpp     float v = max(r, max(g, b));
max               322 Source/platform/graphics/Color.cpp     float multiplier = max(0.0f, (v - 0.33f) / v);
max               410 Source/platform/graphics/Color.cpp     double max = std::max(std::max(r, g), b);
max               413 Source/platform/graphics/Color.cpp     if (max == min)
max               415 Source/platform/graphics/Color.cpp     else if (max == r)
max               416 Source/platform/graphics/Color.cpp         hue = (60.0 * ((g - b) / (max - min))) + 360.0;
max               417 Source/platform/graphics/Color.cpp     else if (max == g)
max               418 Source/platform/graphics/Color.cpp         hue = (60.0 * ((b - r) / (max - min))) + 120.0;
max               420 Source/platform/graphics/Color.cpp         hue = (60.0 * ((r - g) / (max - min))) + 240.0;
max               428 Source/platform/graphics/Color.cpp     lightness = 0.5 * (max + min);
max               429 Source/platform/graphics/Color.cpp     if (max == min)
max               432 Source/platform/graphics/Color.cpp         saturation = ((max - min) / (max + min));
max               434 Source/platform/graphics/Color.cpp         saturation = ((max - min) / (2.0 - (max + min)));
max                50 Source/platform/graphics/ColorSpace.cpp             color = std::max(0.0f, color);
max                67 Source/platform/graphics/ColorSpace.cpp             color = std::max(0.0f, color);
max               674 Source/platform/graphics/GraphicsContext.cpp         holeRect.move(-max(shadowOffset.width(), 0) - shadowBlur, 0);
max               675 Source/platform/graphics/GraphicsContext.cpp         holeRect.setWidth(holeRect.width() + max(shadowOffset.width(), 0) + shadowBlur);
max               678 Source/platform/graphics/GraphicsContext.cpp         holeRect.move(0, -max(shadowOffset.height(), 0) - shadowBlur);
max               679 Source/platform/graphics/GraphicsContext.cpp         holeRect.setHeight(holeRect.height() + max(shadowOffset.height(), 0) + shadowBlur);
max               920 Source/platform/graphics/GraphicsContext.cpp         int y = floorf(pt.y() + std::max<float>(strokeThickness() / 2.0f, 0.5f));
max               412 Source/platform/graphics/GraphicsContext.h     static int fastMod(int value, int max)
max               419 Source/platform/graphics/GraphicsContext.h         if (value >= max)
max               420 Source/platform/graphics/GraphicsContext.h             value %= max;
max               934 Source/platform/graphics/GraphicsLayer.cpp     float clampedOpacity = std::max(std::min(opacity, 1.0f), 0.0f);
max               187 Source/platform/graphics/Image.cpp         float hRepetitions = std::max(1.0f, roundf(dstRect.width() / (tileScaleFactor.width() * srcRect.width())));
max               191 Source/platform/graphics/Image.cpp         float vRepetitions = std::max(1.0f, roundf(dstRect.height() / (tileScaleFactor.height() * srcRect.height())));
max               314 Source/platform/graphics/ImageBuffer.cpp     if (area > static_cast<float>(std::numeric_limits<int>::max()))
max                95 Source/platform/graphics/filters/FEBlend.cpp     return fastDivideBy255(std::max((255 - alphaA) * colorB + colorA * 255, (255 - alphaB) * colorA + colorB * 255));
max               114 Source/platform/graphics/filters/FEComponentTransfer.cpp         val = std::max(0.0, std::min(255.0, val));
max               129 Source/platform/graphics/filters/FEComponentTransfer.cpp         val = std::max(0.0, std::min(255.0, val));
max               138 Source/platform/graphics/filters/FEComponentTransfer.cpp         val = std::max(0.0, std::min(255.0, val));
max               148 Source/platform/graphics/filters/FEComponentTransfer.cpp         val = std::max(0.0, std::min(255.0, val));
max               191 Source/platform/graphics/filters/FEComposite.cpp     float upperLimit = std::max(0.0f, k1) + std::max(0.0f, k2) + std::max(0.0f, k3) + k4;
max               230 Source/platform/graphics/filters/FEConvolveMatrix.cpp static ALWAYS_INLINE unsigned char clampRGBAValue(float channel, unsigned char max = 255)
max               234 Source/platform/graphics/filters/FEConvolveMatrix.cpp     if (channel >= max)
max               235 Source/platform/graphics/filters/FEConvolveMatrix.cpp         return max;
max                81 Source/platform/graphics/filters/FEDiffuseLighting.cpp     diffuseConstant = std::max(diffuseConstant, 0.0f);
max                91 Source/platform/graphics/filters/FEGaussianBlur.cpp         int size = max<unsigned>(2, static_cast<unsigned>(floorf(std.x() * gaussianKernelFactor() + 0.5f)));
max                96 Source/platform/graphics/filters/FEGaussianBlur.cpp         int size = max<unsigned>(2, static_cast<unsigned>(floorf(std.y() * gaussianKernelFactor() + 0.5f)));
max                48 Source/platform/graphics/filters/FELighting.cpp     , m_diffuseConstant(std::max(diffuseConstant, 0.0f))
max                49 Source/platform/graphics/filters/FELighting.cpp     , m_specularConstant(std::max(specularConstant, 0.0f))
max                50 Source/platform/graphics/filters/FELighting.cpp     , m_specularExponent(std::min(std::max(specularExponent, 1.0f), 128.0f))
max                83 Source/platform/graphics/filters/FESpecularLighting.cpp     specularConstant = std::max(specularConstant, 0.0f);
max                97 Source/platform/graphics/filters/FESpecularLighting.cpp     specularExponent = std::min(std::max(specularExponent, 1.0f), 128.0f);
max               326 Source/platform/graphics/filters/FETurbulence.cpp     turbulenceFunctionResult = std::max(std::min(turbulenceFunctionResult, 1.f), 0.f);
max               128 Source/platform/graphics/filters/FilterOperations.cpp                 std::max(0, outsetSize.height() - dropShadowOperation->y()),
max               129 Source/platform/graphics/filters/FilterOperations.cpp                 std::max(0, outsetSize.width() + dropShadowOperation->x()),
max               130 Source/platform/graphics/filters/FilterOperations.cpp                 std::max(0, outsetSize.height() + dropShadowOperation->y()),
max               131 Source/platform/graphics/filters/FilterOperations.cpp                 std::max(0, outsetSize.width() - dropShadowOperation->x())
max               142 Source/platform/graphics/filters/FilterOperations.cpp                     std::max(0.0f, -outsetRect.y()),
max               143 Source/platform/graphics/filters/FilterOperations.cpp                     std::max(0.0f, outsetRect.x() + outsetRect.width() - 1),
max               144 Source/platform/graphics/filters/FilterOperations.cpp                     std::max(0.0f, outsetRect.y() + outsetRect.height() - 1),
max               145 Source/platform/graphics/filters/FilterOperations.cpp                     std::max(0.0f, -outsetRect.x())
max                67 Source/platform/graphics/filters/ParallelJobs.h         size_t numberOfJobs = std::max(static_cast<size_t>(2), std::min(requestedJobNumber, blink::Platform::current()->numberOfProcessors()));
max               150 Source/platform/graphics/filters/SpotLightSource.cpp     specularExponent = std::min(std::max(specularExponent, 1.0f), 128.0f);
max                71 Source/platform/graphics/filters/SpotLightSource.h         , m_specularExponent(std::min(std::max(specularExponent, 1.0f), 128.0f))
max               676 Source/platform/graphics/gpu/DrawingBuffer.cpp     return (max(0, size.width()) * max(0, size.height())) - (max(0, m_size.width()) * max(0, m_size.height()));
max               249 Source/platform/graphics/skia/OpaqueRegionSkia.cpp         rect.fRight = std::max(rect.fRight, points[i].fX + 1);
max               251 Source/platform/graphics/skia/OpaqueRegionSkia.cpp         rect.fBottom = std::max(rect.fBottom, points[i].fY + 1);
max               148 Source/platform/graphics/skia/SkiaUtils.cpp     SkScalar biggestCoord = std::max(std::max(std::max(bounds.fRight, bounds.fBottom), -bounds.fLeft), -bounds.fTop);
max               151 Source/platform/graphics/skia/SkiaUtils.cpp     biggestCoord = std::max(std::max(biggestCoord, fX + 1), fY + 1);
max               499 Source/platform/image-decoders/gif/GIFImageReader.cpp                 bytesInBlock = std::max(bytesInBlock, static_cast<size_t>(4));
max               591 Source/platform/image-decoders/gif/GIFImageReader.cpp                 GETN(std::max(3, static_cast<int>(*currentComponent)), GIFConsumeNetscapeExtension);
max               672 Source/platform/image-decoders/gif/GIFImageReader.cpp             m_screenWidth = std::max(m_screenWidth, width);
max               673 Source/platform/image-decoders/gif/GIFImageReader.cpp             m_screenHeight = std::max(m_screenHeight, height);
max               322 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         m_bytesToSkip = std::max(numBytes - bytesToSkip, static_cast<long>(0));
max               630 Source/platform/network/ResourceResponse.cpp     unsigned max = safeHeader.length();
max               631 Source/platform/network/ResourceResponse.cpp     for (unsigned pos = 0; pos < max; /* pos incremented in loop */) {
max               639 Source/platform/network/ResourceResponse.cpp             String value = safeHeader.substring(pos, max - pos).stripWhiteSpace();
max               677 Source/platform/network/ResourceResponse.cpp             result.append(pair<String, String>(trimToNextSeparator(safeHeader.substring(pos, max - pos).stripWhiteSpace()), ""));
max               145 Source/platform/scroll/ScrollAnimator.cpp     return std::max(std::min(pos, maxScrollPos), minScrollPos);
max               236 Source/platform/scroll/ScrollAnimatorNone.cpp         newPosition = max(min(newPosition, scrollableSize), 0.0f);
max               271 Source/platform/scroll/ScrollAnimatorNone.cpp     double attackTimeLeft = max(0., m_attackTime - deltaTime);
max               291 Source/platform/scroll/ScrollAnimatorNone.cpp             double additionalTime = max(0., coastMinTimeLeft - minTimeLeft);
max               302 Source/platform/scroll/ScrollAnimatorNone.cpp     double sustainTimeLeft = max(0., timeLeft - releaseTimeLeft - attackTimeLeft);
max               196 Source/platform/scroll/ScrollView.cpp     return IntSize(max(0, size.width() - verticalScrollbarWidth),
max               197 Source/platform/scroll/ScrollView.cpp         max(0, size.height() - horizontalScrollbarHeight));
max               544 Source/platform/scroll/ScrollView.cpp         int panIconDirtySquareSizeLength = 2 * (panIconSizeLength + max(abs(scrollDelta.width()), abs(scrollDelta.height()))); // We only want to repaint what's necessary
max               415 Source/platform/scroll/ScrollableArea.cpp                    std::max(0, visibleWidth() + verticalScrollbarWidth),
max               416 Source/platform/scroll/ScrollableArea.cpp                    std::max(0, visibleHeight() + horizontalScrollbarHeight));
max               433 Source/platform/scroll/ScrollableArea.cpp     int pageStep = std::max(minPageStep, length - maxOverlapBetweenPages());
max               435 Source/platform/scroll/ScrollableArea.cpp     return std::max(pageStep, 1);
max               196 Source/platform/scroll/ScrollableArea.h     int clampScrollPosition(ScrollbarOrientation orientation, int pos)  { return std::max(std::min(pos, maximumScrollPosition(orientation)), minimumScrollPosition(orientation)); }
max               312 Source/platform/scroll/Scrollbar.cpp         delta = max(-thumbPos, delta);
max               242 Source/platform/scroll/ScrollbarTheme.cpp     float overhang = std::max(0.0f, std::max(overhangAtStart, overhangAtEnd));
max               253 Source/platform/scroll/ScrollbarTheme.cpp         float pos = std::max(0.0f, scrollbar->currentPos()) * (trackLength(scrollbar) - thumbLength(scrollbar)) / size;
max               272 Source/platform/scroll/ScrollbarTheme.cpp     length = std::max(length, minimumThumbLength(scrollbar));
max               119 Source/platform/scroll/ScrollbarTheme.h     virtual int maxOverlapBetweenPages() { return std::numeric_limits<int>::max(); }
max                91 Source/platform/scroll/ScrollbarThemeOverlay.cpp     length = min(max(length, minimumThumbLength(scrollbar)), trackLen);
max                59 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     void setVolume(float volume) { m_volume = std::max(std::min(1.0f, volume), 0.0f); }
max                63 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     void setRate(float rate) { m_rate = std::max(std::min(10.0f, rate), 0.1f); }
max                67 Source/platform/speech/PlatformSpeechSynthesisUtterance.h     void setPitch(float pitch) { m_pitch = std::max(std::min(2.0f, pitch), 0.0f); }
max               589 Source/platform/text/BidiResolver.h         levelHigh = std::max(run->level(), levelHigh);
max               220 Source/platform/text/TextBreakIteratorICU.cpp     ASSERT(length <= numeric_limits<int32_t>::max());
max               221 Source/platform/text/TextBreakIteratorICU.cpp     text->chunkLength = length <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(length) : 0;
max               246 Source/platform/text/TextBreakIteratorICU.cpp     ASSERT(offset <= numeric_limits<int32_t>::max());
max               247 Source/platform/text/TextBreakIteratorICU.cpp     text->chunkOffset = min(offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0, text->chunkLength);
max               263 Source/platform/text/TextBreakIteratorICU.cpp             ASSERT(offset <= numeric_limits<int32_t>::max());
max               264 Source/platform/text/TextBreakIteratorICU.cpp             text->chunkOffset = offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
max               277 Source/platform/text/TextBreakIteratorICU.cpp             ASSERT(offset <= numeric_limits<int32_t>::max());
max               278 Source/platform/text/TextBreakIteratorICU.cpp             text->chunkOffset = offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
max               346 Source/platform/text/TextBreakIteratorICU.cpp     if (!string || length > static_cast<unsigned>(numeric_limits<int32_t>::max())) {
max               375 Source/platform/text/TextBreakIteratorICU.cpp     ASSERT(length <= numeric_limits<int32_t>::max());
max               376 Source/platform/text/TextBreakIteratorICU.cpp     text->chunkLength = length <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(length) : 0;
max               380 Source/platform/text/TextBreakIteratorICU.cpp     ASSERT(offset <= numeric_limits<int32_t>::max());
max               381 Source/platform/text/TextBreakIteratorICU.cpp     text->chunkOffset = min(offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0, text->chunkLength);
max               403 Source/platform/text/TextBreakIteratorICU.cpp     ASSERT(offset <= numeric_limits<int32_t>::max());
max               404 Source/platform/text/TextBreakIteratorICU.cpp     text->chunkOffset = min(offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0, text->chunkLength);
max               458 Source/platform/text/TextBreakIteratorICU.cpp     if (!string || length > static_cast<unsigned>(numeric_limits<int32_t>::max())) {
max                74 Source/platform/transforms/TransformOperations.cpp     unsigned size = max(fromSize, toSize);
max               624 Source/platform/transforms/TransformationMatrix.cpp     return min<float>(max<float>(f, (-LayoutUnit::max() / 2).toFloat()), (LayoutUnit::max() / 2).toFloat());
max               636 Source/platform/transforms/TransformationMatrix.cpp         right = (LayoutUnit::max() / 2).toFloat();
max               642 Source/platform/transforms/TransformationMatrix.cpp         bottom = (LayoutUnit::max() / 2).toFloat();
max               532 Source/web/FrameLoaderClientImpl.cpp     offset = std::max(offset, -webview->client()->historyBackListCount());
max               289 Source/web/LinkHighlight.cpp     float extraDurationRequired = std::max(0.f, minPreFadeDuration - static_cast<float>(monotonicallyIncreasingTime() - m_startTime));
max               192 Source/web/PageScaleConstraintsSet.cpp                     m_pageDefinedConstraints.maximumScale = std::max<float>(m_pageDefinedConstraints.maximumScale, m_pageDefinedConstraints.initialScale);
max               117 Source/web/PopupContainer.cpp         unsigned originalCutoff = std::max(enclosingScreen.x() - widgetRectInScreen.x(), 0) + std::max(widgetRectInScreen.maxX() - enclosingScreen.maxX(), 0);
max               118 Source/web/PopupContainer.cpp         unsigned inverseCutoff = std::max(enclosingScreen.x() - inverseWidgetRectInScreen.x(), 0) + std::max(inverseWidgetRectInScreen.maxX() - enclosingScreen.maxX(), 0);
max               128 Source/web/PopupContainer.cpp             listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
max               131 Source/web/PopupContainer.cpp             listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
max               165 Source/web/PopupContainer.cpp     m_listBox->setMaxWidth(std::numeric_limits<int>::max());
max               383 Source/web/PopupContainer.cpp     listBox()->setBaseWidth(max(controlSize.width() - borderSize * 2, 0));
max               410 Source/web/PopupContainer.cpp     listBox()->setBaseWidth(max(m_controlSize.width() - borderSize * 2, 0));
max                81 Source/web/PopupListBox.cpp     , m_maxWindowWidth(std::numeric_limits<int>::max())
max               336 Source/web/PopupListBox.cpp     int index = (max(0, m_selectedIndex) + searchStartOffset) % itemCount;
max               445 Source/web/PopupListBox.cpp         maxWidth = rowRect.width() - max<int>(0, m_popupClient->clientPaddingRight());
max               447 Source/web/PopupListBox.cpp         textX = max<int>(0, m_popupClient->clientPaddingLeft());
max               577 Source/web/PopupListBox.cpp         return max(separatorHeight, minimumHeight);
max               580 Source/web/PopupListBox.cpp     return max(fontHeight, minimumHeight);
max               648 Source/web/PopupListBox.cpp     targetIndex = std::min(std::max(targetIndex, 0), numItems() - 1);
max               748 Source/web/PopupListBox.cpp         baseWidth = max(baseWidth, width);
max               751 Source/web/PopupListBox.cpp         paddingWidth = max<int>(paddingWidth,
max               753 Source/web/PopupListBox.cpp         lineEndPaddingWidth = max<int>(lineEndPaddingWidth,
max               282 Source/web/ScrollbarGroup.cpp     int pageStep = std::max(
max               286 Source/web/ScrollbarGroup.cpp     return std::max(pageStep, 1);
max                92 Source/web/ValidationMessageClientImpl.cpp     m_finishTime = monotonicallyIncreasingTime() + std::max(minimumSecondToShowValidationMessage, (message.length() + title.length()) * secondPerCharacter);
max              1036 Source/web/WebViewImpl.cpp         rightMargin = max(leftMargin, minimumMargin);
max              1042 Source/web/WebViewImpl.cpp         leftMargin = min(leftMargin, max(rightMargin, minimumMargin));
max              1089 Source/web/WebViewImpl.cpp             scale = max(scale, defaultScaleWhenAlreadyLegible);
max              1110 Source/web/WebViewImpl.cpp         rect.y = max<float>(rect.y, hitPoint.y + padding - screenHeight);
max              1117 Source/web/WebViewImpl.cpp         rect.x = max<float>(rect.x, hitPoint.x + padding - screenWidth);
max              2542 Source/web/WebViewImpl.cpp         newScroll.setX(max<int>(textboxRectInDocumentCoordinates.x(), caretInDocumentCoordinates.x() + caretInDocumentCoordinates.width() + caretPadding - viewWidth));
max              2550 Source/web/WebViewImpl.cpp         newScroll.setY(max<int>(textboxRectInDocumentCoordinates.y(), caretInDocumentCoordinates.y() + caretInDocumentCoordinates.height() + caretPadding - viewHeight));
max              2627 Source/web/WebViewImpl.cpp     m_zoomLevel = max(min(zoomLevel, m_maximumZoomLevel), m_minimumZoomLevel);
max                36 Source/web/tests/PopupContainerTest.cpp     virtual void setMaxHeight(int max) OVERRIDE { maxHeight = max; }
max                48 Source/web/tests/PopupContainerTest.cpp     virtual void setMaxWidthAndLayout(int max) OVERRIDE
max                50 Source/web/tests/PopupContainerTest.cpp         maxWidth = max;
max               281 Source/web/tests/ScrollAnimatorNoneTest.cpp     double attackTimeLeft = max(0., m_data->m_attackTime - deltaTime);
max               282 Source/web/tests/ScrollAnimatorNoneTest.cpp     double sustainTimeLeft = max(0., timeLeft - releaseTimeLeft - attackTimeLeft);
max               311 Source/web/tests/ScrollAnimatorNoneTest.cpp     double attackTimeLeft = max(0., m_data->m_attackTime - deltaTime);
max               312 Source/web/tests/ScrollAnimatorNoneTest.cpp     double sustainTimeLeft = max(0., timeLeft - releaseTimeLeft - attackTimeLeft);
max              3057 Source/web/tests/WebFrameTest.cpp     WebString text = frame->contentAsText(std::numeric_limits<size_t>::max());
max              3076 Source/web/tests/WebFrameTest.cpp     text = frame->contentAsText(std::numeric_limits<size_t>::max());
max              3097 Source/web/tests/WebFrameTest.cpp     WebString text = frame->contentAsText(std::numeric_limits<size_t>::max());
max              3108 Source/web/tests/WebFrameTest.cpp     text = frame->contentAsText(std::numeric_limits<size_t>::max());
max              4117 Source/web/tests/WebFrameTest.cpp     WebString text = frame->contentAsText(std::numeric_limits<size_t>::max());
max              4229 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("_welcome_.", frame->contentAsText(std::numeric_limits<size_t>::max()).utf8());
max                54 Source/wtf/ArrayBufferBuilder.cpp     if (sizeToIncrease > std::numeric_limits<unsigned>::max() - m_bytesUsed)
max                60 Source/wtf/ArrayBufferBuilder.cpp     unsigned exponentialGrowthNewBufferSize = std::numeric_limits<unsigned>::max();
max                61 Source/wtf/ArrayBufferBuilder.cpp     if (currentBufferSize <= std::numeric_limits<unsigned>::max() / 2)
max                44 Source/wtf/BloomFilter.h     static uint8_t maximumCount() { return std::numeric_limits<uint8_t>::max(); }
max               123 Source/wtf/CheckedArithmetic.h         return value <= std::numeric_limits<Target>::max();
max               132 Source/wtf/CheckedArithmetic.h         return std::numeric_limits<Target>::min() <= value && value <= std::numeric_limits<Target>::max();
max               145 Source/wtf/CheckedArithmetic.h             return static_cast<Target>(value) <= std::numeric_limits<Target>::max();
max               148 Source/wtf/CheckedArithmetic.h         return value <= static_cast<Source>(std::numeric_limits<Target>::max());
max               157 Source/wtf/CheckedArithmetic.h             return value <= static_cast<Source>(std::numeric_limits<Target>::max());
max               246 Source/wtf/CheckedArithmetic.h                 if ((std::numeric_limits<ResultType>::max() - rhs) < lhs)
max               262 Source/wtf/CheckedArithmetic.h                 if (lhs > std::numeric_limits<ResultType>::max() + rhs)
max               265 Source/wtf/CheckedArithmetic.h                 if (rhs > std::numeric_limits<ResultType>::max() + lhs)
max               277 Source/wtf/CheckedArithmetic.h                 if (lhs && (std::numeric_limits<ResultType>::max() / lhs) < rhs)
max               282 Source/wtf/CheckedArithmetic.h                 if ((std::numeric_limits<ResultType>::max() / -lhs) < -rhs)
max               328 Source/wtf/CheckedArithmetic.h         if (std::numeric_limits<ResultType>::max() / lhs < rhs)
max               344 Source/wtf/CheckedArithmetic.h         if (temp > std::numeric_limits<ResultType>::max())
max               355 Source/wtf/CheckedArithmetic.h         if (temp > std::numeric_limits<ResultType>::max())
max               366 Source/wtf/CheckedArithmetic.h         if (temp > std::numeric_limits<ResultType>::max())
max               489 Source/wtf/CheckedArithmetic.h         if (m_value == std::numeric_limits<T>::max())
max               506 Source/wtf/CheckedArithmetic.h         if (m_value == std::numeric_limits<T>::max())
max               576 Source/wtf/CheckedArithmetic.h         if (!(std::numeric_limits<T>::min() <= result && std::numeric_limits<T>::max() >= result))
max                38 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(std::numeric_limits<type>::max(), (value + std::numeric_limits<type>::max()).unsafeGet()); \
max                39 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(std::numeric_limits<type>::max(), (std::numeric_limits<type>::max() + value).unsafeGet()); \
max                66 Source/wtf/CheckedArithmeticTest.cpp         value = std::numeric_limits<type>::max(); \
max                71 Source/wtf/CheckedArithmeticTest.cpp         value = std::numeric_limits<type>::max(); \
max                80 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \
max                82 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * value).safeGet(_value)); \
max                85 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \
max                87 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * value).safeGet(_value)); \
max                90 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \
max                92 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * value).safeGet(_value)); \
max                95 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \
max                97 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * (type)0).safeGet(_value)); \
max               100 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidNotOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \
max               102 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidNotOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * (type)1).safeGet(_value)); \
max               105 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidOverflow == (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).safeGet(_value)); \
max               107 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, CheckedState::DidOverflow == (Checked<type, RecordOverflow>(std::numeric_limits<type>::max()) * (type)2).safeGet(_value)); \
max               109 Source/wtf/CheckedArithmeticTest.cpp         EXPECT_EQ(true, (value * Checked<type, RecordOverflow>(std::numeric_limits<type>::max())).hasOverflowed()); \
max               118 Source/wtf/CheckedArithmeticTest.cpp         value = std::numeric_limits<type>::max(); \
max               123 Source/wtf/CheckedArithmeticTest.cpp         value = std::numeric_limits<type>::max(); \
max               130 Source/wtf/CheckedArithmeticTest.cpp         value = std::numeric_limits<type>::max(); \
max               135 Source/wtf/CheckedArithmeticTest.cpp         value = std::numeric_limits<type>::max(); \
max               539 Source/wtf/DateMath.cpp     if (string == *stopPosition || longResult <= std::numeric_limits<int>::min() || longResult >= std::numeric_limits<int>::max())
max               549 Source/wtf/DateMath.cpp     if (string == *stopPosition || *result == std::numeric_limits<long>::min() || *result == std::numeric_limits<long>::max())
max               620 Source/wtf/DateMath.cpp         if (day <= std::numeric_limits<int>::min() || day >= std::numeric_limits<int>::max())
max               311 Source/wtf/Deque.h         m_buffer.allocateBuffer(std::max(static_cast<size_t>(16), oldCapacity + oldCapacity / 4 + 1));
max               124 Source/wtf/HashTraits.h         static T emptyValue() { return std::numeric_limits<T>::max(); }
max               125 Source/wtf/HashTraits.h         static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; }
max               126 Source/wtf/HashTraits.h         static bool isDeletedValue(T value) { return value == std::numeric_limits<T>::max() - 1; }
max               223 Source/wtf/MathExtras.h template<> inline float defaultMinimumForClamp() { return -std::numeric_limits<float>::max(); }
max               224 Source/wtf/MathExtras.h template<> inline double defaultMinimumForClamp() { return -std::numeric_limits<double>::max(); }
max               225 Source/wtf/MathExtras.h template<typename T> inline T defaultMaximumForClamp() { return std::numeric_limits<T>::max(); }
max               227 Source/wtf/MathExtras.h template<typename T> inline T clampTo(double value, T min = defaultMinimumForClamp<T>(), T max = defaultMaximumForClamp<T>())
max               229 Source/wtf/MathExtras.h     if (value >= static_cast<double>(max))
max               230 Source/wtf/MathExtras.h         return max;
max               264 Source/wtf/MathExtras.h     const unsigned intMax = static_cast<unsigned>(std::numeric_limits<int>::max());
max               267 Source/wtf/MathExtras.h         return std::numeric_limits<int>::max();
max               273 Source/wtf/MathExtras.h     return x > static_cast<float>(std::numeric_limits<int>::min()) && x < static_cast<float>(std::numeric_limits<int>::max());
max               291 Source/wtf/MathExtras.h         double fmodValue = fmod(trunc(d), std::numeric_limits<unsigned long long>::max() + 1.0);
max               302 Source/wtf/MathExtras.h             value = std::numeric_limits<unsigned long long>::max() - fmodValueInUnsignedLongLong + 1;
max                59 Source/wtf/MathExtrasTest.cpp     long maxInt = std::numeric_limits<int>::max();
max                76 Source/wtf/MathExtrasTest.cpp     long long maxInt = std::numeric_limits<int>::max();
max                96 Source/wtf/MathExtrasTest.cpp     float maxInt = std::numeric_limits<int>::max();
max               114 Source/wtf/MathExtrasTest.cpp     double maxInt = std::numeric_limits<int>::max();
max               131 Source/wtf/MathExtrasTest.cpp     double maxFloat = std::numeric_limits<float>::max();
max               154 Source/wtf/MathExtrasTest.cpp     unsigned long maxUnsigned = std::numeric_limits<unsigned>::max();
max               167 Source/wtf/MathExtrasTest.cpp     unsigned long long maxUnsigned = std::numeric_limits<unsigned>::max();
max                75 Source/wtf/MessageQueue.h         static double infiniteTime() { return std::numeric_limits<double>::max(); }
max                46 Source/wtf/SaturatedArithmetic.h         result = std::numeric_limits<int>::max() + (ua >> 31);
max                60 Source/wtf/SaturatedArithmetic.h         result = std::numeric_limits<int>::max() + (ua >> 31);
max                84 Source/wtf/StringExtrasTest.cpp     const IntegerType max = std::numeric_limits<IntegerType>::max();
max                85 Source/wtf/StringExtrasTest.cpp     CString maxStringData = String::number(max).latin1();
max                86 Source/wtf/StringExtrasTest.cpp     snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, max);
max               911 Source/wtf/Vector.h         reserveCapacity(std::max(newMinCapacity, std::max(static_cast<size_t>(kInitialVectorSize), expandedCapacity)));
max                40 Source/wtf/text/CString.cpp     RELEASE_ASSERT(length < (numeric_limits<unsigned>::max() - sizeof(CStringBuffer)));
max                39 Source/wtf/text/StringBuilder.cpp     return std::max(requiredLength, std::max(minimumCapacity, capacity * 2));
max               187 Source/wtf/text/StringConcatenate.h         RELEASE_ASSERT(len <= std::numeric_limits<unsigned>::max());
max               379 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar)));
max               393 Source/wtf/text/StringImpl.cpp     m_highestStaticStringLength = std::max(m_highestStaticStringLength, length);
max               445 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(length <= numeric_limits<unsigned>::max());
max               518 Source/wtf/text/StringImpl.cpp         RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
max               548 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
max               584 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
max               724 Source/wtf/text/StringImpl.cpp     if (m_length > static_cast<unsigned>(numeric_limits<int32_t>::max()))
max               749 Source/wtf/text/StringImpl.cpp     if (m_length > static_cast<unsigned>(numeric_limits<int32_t>::max()))
max               791 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
max              1119 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(matchStringLength <= numeric_limits<unsigned>::max());
max              1181 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(matchStringLength <= numeric_limits<unsigned>::max());
max              1597 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT((length() - lengthToReplace) < (numeric_limits<unsigned>::max() - lengthToInsert));
max              1663 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(!repStrLength || matchCount <= numeric_limits<unsigned>::max() / repStrLength);
max              1667 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(newSize < (numeric_limits<unsigned>::max() - replaceSize));
max              1738 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(!repStrLength || matchCount <= numeric_limits<unsigned>::max() / repStrLength);
max              1742 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(newSize < (numeric_limits<unsigned>::max() - replaceSize));
max              1823 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(!repStrLength || matchCount <= numeric_limits<unsigned>::max() / repStrLength);
max              1825 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(newSize <= (numeric_limits<unsigned>::max() - matchCount * repStrLength));
max               416 Source/wtf/text/StringImpl.h         RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(CharType)));
max               635 Source/wtf/text/StringImpl.h     RELEASE_ASSERT(length <= std::numeric_limits<unsigned>::max());
max               143 Source/wtf/text/TextCodecUTF16.cpp     ASSERT(length <= numeric_limits<size_t>::max() / 2);
max               170 Source/wtf/text/TextCodecUTF16.cpp     RELEASE_ASSERT(length <= numeric_limits<size_t>::max() / 2);
max               434 Source/wtf/text/TextCodecUTF8.cpp     if (length > numeric_limits<size_t>::max() / 3)
max                98 Source/wtf/text/WTFString.cpp         RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length());
max               107 Source/wtf/text/WTFString.cpp     RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length());
max               136 Source/wtf/text/WTFString.cpp     RELEASE_ASSERT(m_impl->length() < numeric_limits<unsigned>::max());
max               194 Source/wtf/text/WTFString.cpp         RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
max               203 Source/wtf/text/WTFString.cpp     RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
max               226 Source/wtf/text/WTFString.cpp     RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
max               245 Source/wtf/text/WTFString.cpp     RELEASE_ASSERT(lengthToInsert <= numeric_limits<unsigned>::max() - impl->length());
max               812 Source/wtf/text/WTFString.cpp     if (length > numeric_limits<unsigned>::max() / 3)
max               902 Source/wtf/text/WTFString.cpp     RELEASE_ASSERT(length <= numeric_limits<unsigned>::max());
max               966 Source/wtf/text/WTFString.cpp     static const IntegralType integralMax = numeric_limits<IntegralType>::max();
max                85 Source/wtf/text/WTFStringTest.cpp     testNumberToStringECMAScript(Limits::max(), "1.7976931348623157e+308");
max               542 public/platform/Platform.h     virtual void histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount) { }
max               112 public/platform/WebFloatRect.h         return gfx::RectF(x, y, std::max(0.0f, width), std::max(0.0f, height));
max               113 public/platform/WebFloatSize.h         return gfx::SizeF(std::max(0.f, width), std::max(0.f, height));
max               112 public/platform/WebRect.h         return gfx::Rect(x, y, std::max(0, width), std::max(0, height));
max               112 public/platform/WebSize.h         return gfx::Size(std::max(0, width), std::max(0, height));