Home | History | Annotate | Download | only in Api

Lines Matching full:inputelement

1446                         HTMLInputElement* inputElement = static_cast<HTMLInputElement*>(frame->document()->focusedNode());
1447 return QVariant(inputElement->maxLength());
1450 return QVariant(InputElement::s_maximumLength);