clampValue 405 Source/core/html/forms/InputType.cpp Decimal candidate1 = stepRange.clampValue(numericValue); clampValue 229 Source/core/html/forms/RangeInputType.cpp newValue = stepRange.clampValue(newValue); clampValue 309 Source/core/html/forms/RangeInputType.cpp return serializeForNumberType(stepRange.clampValue(proposedNumericValue)); clampValue 75 Source/core/html/forms/StepRange.h Decimal clampValue(const Decimal& value) const; clampValue 87 Source/core/html/forms/StepRange.h return clampValue((m_minimum + m_maximum) / 2); clampValue 192 Source/core/html/shadow/DateTimeFieldElements.cpp value = Range(0, 23).clampValue(value) % 12; clampValue 235 Source/core/html/shadow/DateTimeFieldElements.cpp value = Range(0, 24).clampValue(value) % 12; clampValue 271 Source/core/html/shadow/DateTimeFieldElements.cpp value = Range(0, 23).clampValue(value); clampValue 318 Source/core/html/shadow/DateTimeFieldElements.cpp value = Range(0, 24).clampValue(value); clampValue 177 Source/core/html/shadow/DateTimeNumericFieldElement.cpp m_value = m_hardLimits.clampValue(value); clampValue 56 Source/core/html/shadow/DateTimeNumericFieldElement.h int clampValue(int) const; clampValue 67 Source/core/html/shadow/DateTimeNumericFieldElement.h int clampValue(int value) const { return m_range.clampValue(value); } clampValue 59 Source/core/html/shadow/SliderThumbElement.cpp return stepRange.proportionFromValue(stepRange.clampValue(oldValue)); clampValue 285 Source/core/html/shadow/SliderThumbElement.cpp Decimal value = stepRange.clampValue(stepRange.valueFromProportion(fraction)); clampValue 99 Source/platform/DecimalTest.cpp value = stepRange.clampValue(value); clampValue 110 Source/platform/DecimalTest.cpp value = stepRange.clampValue(value); clampValue 76 Source/wtf/ArrayBuffer.h static inline int clampValue(int x, int left, int right); clampValue 83 Source/wtf/ArrayBuffer.h int ArrayBuffer::clampValue(int x, int left, int right) clampValue 173 Source/wtf/ArrayBuffer.h return clampValue(index, 0, currentLength);