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

/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.h65 bool getAllowedValueStepWithDecimalPlaces(double*, unsigned*) const;
H A DHTMLInputElement.cpp284 return getAllowedValueStepWithDecimalPlaces(step, 0);
287 bool HTMLInputElement::getAllowedValueStepWithDecimalPlaces(double* step, unsigned* decimalPlaces) const function in class:WebCore::HTMLInputElement
332 if (!getAllowedValueStepWithDecimalPlaces(&step, &stepDecimalPlaces)) {
1404 else if (!getAllowedValueStepWithDecimalPlaces(&step, &stepDecimalPlaces))

Completed in 208 milliseconds