Searched refs:nameForAutofill (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DStringUtils.h50 inline string16 nameForAutofill(const HTMLFormControlElement& element) function
H A DFormManagerAndroid.cpp374 field->name = nameForAutofill(*element);
527 name_map.find(nameForAutofill(*field_element));
645 if (nameForAutofill(*candidate) == nameForAutofill(*element)) {
834 string16 element_name = nameForAutofill(*element);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFormControlElement.h66 WEBKIT_API WebString nameForAutofill() const;
/external/webkit/Source/WebKit/chromium/src/
H A DWebFormControlElement.cpp66 WebString WebFormControlElement::nameForAutofill() const function in class:WebKit::WebFormControlElement
H A DEditorClientImpl.cpp742 WebString name = WebInputElement(inputElement).nameForAutofill();
H A DWebViewImpl.cpp675 WebString name = WebInputElement(static_cast<HTMLInputElement*>(element)).nameForAutofill();
/external/chromium/webkit/glue/
H A Dform_field.cc37 name = element.nameForAutofill();

Completed in 125 milliseconds