Searched defs:parseToDoubleWithDecimalPlaces (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DNumberInputType.cpp154 return parseToDoubleWithDecimalPlaces(element()->fastGetAttribute(minAttr), defaultStepBase(), decimalPlaces);
188 double NumberInputType::parseToDoubleWithDecimalPlaces(const String& src, double defaultValue, unsigned *decimalPlaces) const function in class:WebCore::NumberInputType
H A DInputType.cpp377 double InputType::parseToDoubleWithDecimalPlaces(const String& src, double defaultValue, unsigned *decimalPlaces) const function in class:WebCore::InputType

Completed in 59 milliseconds