Searched defs:clampValue (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DStepRange.cpp83 Decimal StepRange::clampValue(const Decimal& value) const function in class:blink::StepRange
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeNumericFieldElement.h56 int clampValue(int) const;
67 int clampValue(int value) const { return m_range.clampValue(value); } function in class:blink::DateTimeNumericFieldElement
H A DDateTimeNumericFieldElement.cpp40 int DateTimeNumericFieldElement::Range::clampValue(int value) const function in class:blink::DateTimeNumericFieldElement::Range
177 m_value = m_hardLimits.clampValue(value);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDecimalTest.cpp69 Decimal clampValue(Decimal value) const function in class:DecimalStepRange
99 value = stepRange.clampValue(value);
110 value = stepRange.clampValue(value);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBuffer.h75 static inline int clampValue(int x, int left, int right);
82 int ArrayBuffer::clampValue(int x, int left, int right) function in class:WTF::ArrayBuffer
172 return clampValue(index, 0, currentLength);
/external/deqp/framework/common/
H A DtcuFloatFormat.cpp155 Interval FloatFormat::clampValue (double d) const function in class:tcu::FloatFormat
192 ret |= clampValue(round(tmp.lo(), true)) | clampValue(round(tmp.hi(), false));

Completed in 175 milliseconds