Searched refs:isASCIILineBreak (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextFieldInputType.cpp383 static bool isASCIILineBreak(UChar c) function in namespace:blink
400 return limitLength(proposedValue.removeCharacters(isASCIILineBreak), HTMLInputElement::maximumLength);
428 while (textLength > 0 && isASCIILineBreak(eventText[textLength - 1]))

Completed in 76 milliseconds