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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebFormControlElement.h112 BLINK_EXPORT WebString nameForAutofill() const;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFormControlElement.cpp80 WebString WebFormControlElement::nameForAutofill() const function in class:blink::WebFormControlElement
82 return constUnwrap<HTMLFormControlElement>()->nameForAutofill();
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_form_conversion_utils.cc193 password_form->username_element = username_element.nameForAutofill();
229 password_form->password_element = password.nameForAutofill();
234 password_form->new_password_element = new_password.nameForAutofill();
H A Dform_cache.cc292 if (base::string16(element->nameForAutofill()) !=
H A Dform_autofill_util.cc490 if (base::string16(element->nameForAutofill()) != data.fields[i].name) {
754 field->name = element.nameForAutofill();
917 element_name = field_element.nameForAutofill();
H A Dpassword_autofill_agent.cc378 blink::WebString name = element.nameForAutofill();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElement.h109 String nameForAutofill() const;
H A DHTMLFormControlElement.cpp537 String HTMLFormControlElement::nameForAutofill() const function in class:blink::HTMLFormControlElement

Completed in 284 milliseconds