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

/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp331 unsigned stepDecimalPlaces, currentDecimalPlaces; local
337 double current = m_inputType->parseToDoubleWithDecimalPlaces(value(), nan, &currentDecimalPlaces);
359 double scale = pow(10.0, static_cast<double>(max(stepDecimalPlaces, currentDecimalPlaces)));

Completed in 30 milliseconds