Home | History | Annotate | Download | only in html

Lines Matching full:proposedvalue

2455 String HTMLInputElement::sanitizeValue(const String& proposedValue) const
2458 return InputElement::sanitizeValue(this, proposedValue);
2459 return proposedValue;