HomeSort by relevance Sort by last modified time
    Searched full:html_input_element (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
FormManagerAndroid.cpp 118 HTMLInputElement* html_input_element = HTMLFormControlElementToHTMLInputElement(element); local
119 return (html_input_element && IsTextInput(html_input_element)) || IsSelectElement(element);
    [all...]

Completed in 8707 milliseconds