Home
last modified time | relevance | path

Searched refs:replaceEOLAndLimitLength (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DInputElement.cpp138 static String replaceEOLAndLimitLength(const InputElement* inputElement, const String& proposedValu… in replaceEOLAndLimitLength() function
169 return replaceEOLAndLimitLength(inputElement, proposedValue, s_maximumLength); in sanitizeValueForTextField()
174 return replaceEOLAndLimitLength(inputElement, proposedValue, maxLength); in sanitizeUserInputValue()
/external/webkit/Source/WebCore/
DChangeLog2863 (WebCore::replaceEOLAndLimitLength): Moved from InputElement.cpp.
2864 (WebCore::TextFieldInputType::sanitizeValue): Implement with replaceEOLAndLimitLength().
DChangeLog-2010-12-0695528 (WebCore::replaceEOLAndLimitLength):
95531 Renamed from sanitizeValue(), and call replaceEOLAndLimitLength()
95534 Just call replaceEOLAndLimitLength().