Home
last modified time | relevance | path

Searched refs:IsTextAreaElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.cc91 IsTextAreaElement(element); in IsAutofillableElement()
512 (IsTextAreaElement(*element) && in ForEachMatchingFormField()
548 } else if (IsTextAreaElement(*field)) { in FillFormField()
648 bool IsTextAreaElement(const WebFormControlElement& element) { in IsTextAreaElement() function
781 } else if (IsTextAreaElement(element)) { in WebFormControlElementToFormField()
798 } else if (IsTextAreaElement(element)) { in WebFormControlElementToFormField()
Dform_autofill_util.h64 bool IsTextAreaElement(const blink::WebFormControlElement& element);
Dform_cache.cc114 } else if (IsTextAreaElement(element)) { in ExtractFormsAndFormElements()
208 } else if (IsTextAreaElement(control_element)) { in ClearFormWithElement()