Home
last modified time | relevance | path

Searched refs:computeLengthForSubmission (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.cpp73 static inline unsigned computeLengthForSubmission(const String& text) in computeLengthForSubmission() function
292 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()