Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DStepRange.cpp87 const Decimal inRangeValue = max(m_minimum, min(value, m_maximum)); in clampValue() local
89 return inRangeValue; in clampValue()
91 const Decimal roundedValue = roundByStep(inRangeValue, m_minimum); in clampValue()