Home
last modified time | relevance | path

Searched refs:IsAutofillableInputElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.cc89 return IsAutofillableInputElement(input_element) || in IsAutofillableElement()
510 ((IsAutofillableInputElement(input_element) && in ForEachMatchingFormField()
661 bool IsAutofillableInputElement(const WebInputElement* element) { in IsAutofillableInputElement() function
736 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()
Dform_autofill_util.h71 bool IsAutofillableInputElement(const blink::WebInputElement* element);