isASCIILineBreak 413 Source/core/html/forms/TextFieldInputType.cpp return limitLength(proposedValue.removeCharacters(isASCIILineBreak), HTMLInputElement::maximumLength); isASCIILineBreak 441 Source/core/html/forms/TextFieldInputType.cpp while (textLength > 0 && isASCIILineBreak(eventText[textLength - 1]))