HomeSort by relevance Sort by last modified time
    Searched full:closestleft (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RangeInputType.cpp 384 const Decimal closestLeft = middle ? m_tickMarkValues[middle - 1] : Decimal::infinity(Decimal::Negative);
386 if (closestRight - value < value - closestLeft)
388 return closestLeft;

Completed in 53 milliseconds