Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DFormManagerAndroid.cpp118 HTMLInputElement* html_input_element = HTMLFormControlElementToHTMLInputElement(element); in IsAutofillableElement() local
119 return (html_input_element && IsTextInput(html_input_element)) || IsSelectElement(element); in IsAutofillableElement()