Searched refs:replaceEOLAndLimitLength (Results 1 – 3 of 3) sorted by relevance
138 static String replaceEOLAndLimitLength(const InputElement* inputElement, const String& proposedValu… in replaceEOLAndLimitLength() function169 return replaceEOLAndLimitLength(inputElement, proposedValue, s_maximumLength); in sanitizeValueForTextField()174 return replaceEOLAndLimitLength(inputElement, proposedValue, maxLength); in sanitizeUserInputValue()
2863 (WebCore::replaceEOLAndLimitLength): Moved from InputElement.cpp.2864 (WebCore::TextFieldInputType::sanitizeValue): Implement with replaceEOLAndLimitLength().
95528 (WebCore::replaceEOLAndLimitLength):95531 Renamed from sanitizeValue(), and call replaceEOLAndLimitLength()95534 Just call replaceEOLAndLimitLength().