Home | History | Annotate | Download | only in html

Lines Matching refs:localizeValue

1355 String HTMLInputElement::localizeValue(const String& proposedValue) const
1359 return m_inputType->localizeValue(proposedValue);
1823 suggestion.localizedValue = localizeValue(option->value());