Searched refs:IsAutofillableInputElement (Results 1 – 2 of 2) sorted by relevance
89 return IsAutofillableInputElement(input_element) || in IsAutofillableElement()510 ((IsAutofillableInputElement(input_element) && in ForEachMatchingFormField()661 bool IsAutofillableInputElement(const WebInputElement* element) { in IsAutofillableInputElement() function736 if (IsAutofillableInputElement(input_element) && in ExtractAutofillableElements()770 if (IsAutofillableInputElement(input_element)) { in WebFormControlElementToFormField()796 if (IsAutofillableInputElement(input_element)) { in WebFormControlElementToFormField()880 IsAutofillableInputElement(input_element) && in WebFormElementToFormData()1100 if (!IsAutofillableInputElement(input_element)) in FormWithElementIsAutofilled()
71 bool IsAutofillableInputElement(const blink::WebInputElement* element);