serializeForNumberType  126 Source/core/html/forms/NumberInputType.cpp     element().setValue(serializeForNumberType(newValue), eventBehavior);
serializeForNumberType  131 Source/core/html/forms/NumberInputType.cpp     element().setValue(serializeForNumberType(newValue), eventBehavior);
serializeForNumberType  199 Source/core/html/forms/NumberInputType.cpp     return serializeForNumberType(value);
serializeForNumberType  271 Source/core/html/forms/RangeInputType.cpp     return serializeForNumberType(value);
serializeForNumberType  302 Source/core/html/forms/RangeInputType.cpp     return serializeForNumberType(createStepRange(RejectAny).defaultValue());
serializeForNumberType  309 Source/core/html/forms/RangeInputType.cpp     return serializeForNumberType(stepRange.clampValue(proposedNumericValue));
serializeForNumberType   53 Source/core/html/parser/HTMLParserIdioms.h String serializeForNumberType(const Decimal&);
serializeForNumberType   54 Source/core/html/parser/HTMLParserIdioms.h String serializeForNumberType(double);
serializeForNumberType  297 Source/core/html/shadow/SliderThumbElement.cpp     String valueString = serializeForNumberType(value);