HomeSort by relevance Sort by last modified time
    Searched defs:clampValue (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.cpp 83 Decimal StepRange::clampValue(const Decimal& value) const
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBuffer.h 75 static inline int clampValue(int x, int left, int right);
82 int ArrayBuffer::clampValue(int x, int left, int right)
172 return clampValue(index, 0, currentLength);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.h 56 int clampValue(int) const;
67 int clampValue(int value) const { return m_range.clampValue(value); }
DateTimeNumericFieldElement.cpp 40 int DateTimeNumericFieldElement::Range::clampValue(int value) const
177 m_value = m_hardLimits.clampValue(value);
  /external/chromium_org/third_party/WebKit/Source/platform/
DecimalTest.cpp 69 Decimal clampValue(Decimal value) const
99 value = stepRange.clampValue(value);
110 value = stepRange.clampValue(value);
    [all...]
  /external/deqp/framework/common/
tcuFloatFormat.cpp 155 Interval FloatFormat::clampValue (double d) const
192 ret |= clampValue(round(tmp.lo(), true)) | clampValue(round(tmp.hi(), false));

Completed in 95 milliseconds