Home | History | Annotate | Download | only in WebCore

Lines Matching full:toolong

217         - ValidityState.tooLong behavior was inconsistent with UIs of
218 <input> and <textarea>. tooLong checked Unicode code point length
224 (WebCore::HTMLInputElement::tooLong): Use numGraphemeClusters() instead of length().
233 (WebCore::HTMLTextAreaElement::tooLong): Use numGraphemeClusters() instead of length().