Home | History | Annotate | Download | only in src

Lines Matching refs:inputElement

79         HTMLInputElement* inputElement = toHTMLInputElement(formElement);
80 if (!inputElement->isEnabledFormControl())
84 && inputElement->isPasswordField()
85 && inputElement->autoComplete()) {
88 fields->passwords.append(inputElement);
101 HTMLInputElement* inputElement = toHTMLInputElement(formElement);
102 if (!inputElement->isEnabledFormControl())
106 if ((inputElement->isTextField() && !inputElement->isPasswordField())
107 && (inputElement->autoComplete())) {
108 fields->userName = inputElement;