Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebFormControlElement.cpp77 WebString WebFormControlElement::nameForAutofill() const in nameForAutofill() function in blink::WebFormControlElement
79 return constUnwrap<HTMLFormControlElement>()->nameForAutofill(); in nameForAutofill()
DWebPasswordFormData.cpp110 return element.nameForAutofill(); in getElementNameOrId()
DWebViewImpl.cpp1001 WebString name = WebInputElement(toHTMLInputElement(element)).nameForAutofill(); in autocompleteHandleKeyEvent()
/external/chromium_org/third_party/WebKit/public/web/
DWebFormControlElement.h70 BLINK_EXPORT WebString nameForAutofill() const;
/external/chromium/webkit/glue/
Dform_field.cc37 name = element.nameForAutofill(); in FormField()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.h111 String nameForAutofill() const;
DHTMLFormControlElement.cpp525 String HTMLFormControlElement::nameForAutofill() const in nameForAutofill() function in WebCore::HTMLFormControlElement
/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.cc494 if (base::string16(element->nameForAutofill()) != data.fields[i].name) { in ForEachMatchingFormField()
755 field->name = element.nameForAutofill(); in WebFormControlElementToFormField()
921 element_name = field_element.nameForAutofill(); in WebFormElementToFormData()
Dform_cache.cc283 if (base::string16(element->nameForAutofill()) != in ShowPredictions()
Dpassword_autofill_agent.cc262 blink::WebString name = element.nameForAutofill(); in TextDidChangeInTextField()