Home | History | Annotate | Download | only in webkit

Lines Matching refs:mMaxLength

159         private int mMaxLength;
422 mMaxLength = initData.mMaxLength;
567 if (mMaxLength > 0) {
569 int maxReplace = mMaxLength - editable.length() + numReplaced;