Searched refs:appendableLength (Results 1 – 2 of 2) sorted by relevance
261 unsigned appendableLength = unsignedMaxLength > baseLength ? unsignedMaxLength - baseLength : 0; in handleBeforeTextInsertedEvent() local262 event->setText(sanitizeUserInputValue(event->text(), appendableLength)); in handleBeforeTextInsertedEvent()
198 unsigned appendableLength = maxLength > baseLength ? maxLength - baseLength : 0; in handleBeforeTextInsertedEvent() local214 textEvent->setText(sanitizeUserInputValue(inputElement, textEvent->text(), appendableLength)); in handleBeforeTextInsertedEvent()