Searched refs:bigStep (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DRangeInputType.cpp195 const Decimal bigStep = std::max((stepRange.maximum() - stepRange.minimum()) / 10, step); local
213 newValue = current + bigStep;
215 newValue = current - bigStep;

Completed in 145 milliseconds