HomeSort by relevance Sort by last modified time
    Searched full:allowedlength (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/dom/
InputElement.cpp 392 unsigned allowedLength = maskLength;
394 allowedLength -= escapeCharCount;
399 allowedLength = data.maxInputCharsAllowed();
402 allowedLength = leftLen + allowedLength - 2;
406 if (allowedLength < data.maxInputCharsAllowed())
407 data.setMaxInputCharsAllowed(allowedLength);

Completed in 46 milliseconds