computeLengthForSubmission  297 Source/core/html/HTMLTextAreaElement.cpp     unsigned currentLength = computeLengthForSubmission(currentValue);
computeLengthForSubmission  298 Source/core/html/HTMLTextAreaElement.cpp     if (currentLength + computeLengthForSubmission(event->text()) < unsignedMaxLength)
computeLengthForSubmission  306 Source/core/html/HTMLTextAreaElement.cpp     unsigned selectionLength = focused() ? computeLengthForSubmission(plainText(document().frame()->selection().selection().toNormalizedRange().get())) : 0;
computeLengthForSubmission  474 Source/core/html/HTMLTextAreaElement.cpp         return locale().validationMessageTooLongText(computeLengthForSubmission(value()), maxLength());
computeLengthForSubmission  499 Source/core/html/HTMLTextAreaElement.cpp     return computeLengthForSubmission(value) > static_cast<unsigned>(max);