Searched defs:acceptableError (Results 1 – 3 of 3) sorted by relevance
204 double NumberInputType::acceptableError(double step) const in acceptableError() function in WebCore::NumberInputType
290 double InputType::acceptableError(double) const in acceptableError() function in WebCore::InputType
347 double acceptableError = m_inputType->acceptableError(step); in applyStep() local