Home
last modified time | relevance | path

Searched refs:proportionFromValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DStepRange.h93 Decimal proportionFromValue(const Decimal& value) const in proportionFromValue() function
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSliderThumbElement.cpp59 return stepRange.proportionFromValue(stepRange.clampValue(oldValue)); in sliderPosition()
292 double closestFraction = stepRange.proportionFromValue(closest).toDouble(); in setPositionFromPoint()