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

/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp331 unsigned stepDecimalPlaces, currentDecimalPlaces; local
332 if (!getAllowedValueStepWithDecimalPlaces(&step, &stepDecimalPlaces)) {
359 double scale = pow(10.0, static_cast<double>(max(stepDecimalPlaces, currentDecimalPlaces)));
362 double scale = pow(10.0, static_cast<double>(max(stepDecimalPlaces, baseDecimalPlaces)));
1401 unsigned stepDecimalPlaces, baseDecimalPlaces; local
1408 else if (!getAllowedValueStepWithDecimalPlaces(&step, &stepDecimalPlaces))
1436 double scale = pow(10.0, static_cast<double>(max(stepDecimalPlaces, baseDecimalPlaces)));

Completed in 28 milliseconds