Home | History | Annotate | Download | only in webkit

Lines Matching refs:maxLength

766     private void setMaxLength(int maxLength) {
767 mMaxLength = maxLength;
768 if (-1 == maxLength) {
772 new InputFilter.LengthFilter(maxLength) });
861 int maxLength = -1;
915 maxLength = mWebView.nativeFocusCandidateMaxLength();
924 setMaxLength(maxLength);