Searched defs:proposedValue (Results 1 – 7 of 7) sorted by relevance
240 bool NumberInputType::isAcceptableValue(const String& proposedValue) in isAcceptableValue()245 String NumberInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
122 String TextFieldInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
274 String RangeInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
265 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength) in sanitizeUserInputValue()
535 String InputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
138 …ing replaceEOLAndLimitLength(const InputElement* inputElement, const String& proposedValue, int ma… in replaceEOLAndLimitLength()159 …utElement::sanitizeValueForTextField(const InputElement* inputElement, const String& proposedValue) in sanitizeValueForTextField()172 …ment::sanitizeUserInputValue(const InputElement* inputElement, const String& proposedValue, int ma… in sanitizeUserInputValue()
93 …virtual String sanitizeValue(const String& proposedValue) const { return constrainValue(proposedVa… in sanitizeValue()