Searched refs:clampValue (Results 1 – 3 of 3) sorted by relevance
61 double clampValue(double value);93 double SliderRange::clampValue(double value) in clampValue() function in WebCore::SliderRange113 double newValue = clampValue(oldValue); in valueFromElement()441 double value = range.clampValue(range.valueFromProportion(fraction)); in setValueForPosition()
27281 (WebCore::SliderRange::clampValue): Added. Does standard clamping based on the above.
30836 (WebCore::SliderRange::clampValue):