Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.h55 bool IsMonthInput(const blink::WebInputElement* element);
Dform_autofill_util.cc537 if (IsTextInput(input_element) || IsMonthInput(input_element)) { in FillFormField()
632 bool IsMonthInput(const WebInputElement* element) { in IsMonthInput() function
663 IsMonthInput(element) || in IsAutofillableInputElement()
Dform_cache.cc199 if (IsTextInput(input_element) || IsMonthInput(input_element)) { in ClearFormWithElement()