Searched refs:computeLengthForSubmission (Results 1 – 1 of 1) sorted by relevance
73 static inline unsigned computeLengthForSubmission(const String& text) in computeLengthForSubmission() function292 unsigned currentLength = computeLengthForSubmission(currentValue); in handleBeforeTextInsertedEvent()293 if (currentLength + computeLengthForSubmission(event->text()) < unsignedMaxLength) in handleBeforeTextInsertedEvent()301 …unsigned selectionLength = focused() ? computeLengthForSubmission(plainText(document().frame()->se… in handleBeforeTextInsertedEvent()448 … return locale().validationMessageTooLongText(computeLengthForSubmission(value()), maxLength()); in validationMessage()473 return computeLengthForSubmission(value) > static_cast<unsigned>(max); in tooLong()