Searched refs:nameForAutofill (Results 1 – 10 of 10) sorted by relevance
77 WebString WebFormControlElement::nameForAutofill() const in nameForAutofill() function in blink::WebFormControlElement79 return constUnwrap<HTMLFormControlElement>()->nameForAutofill(); in nameForAutofill()
110 return element.nameForAutofill(); in getElementNameOrId()
1001 WebString name = WebInputElement(toHTMLInputElement(element)).nameForAutofill(); in autocompleteHandleKeyEvent()
70 BLINK_EXPORT WebString nameForAutofill() const;
37 name = element.nameForAutofill(); in FormField()
111 String nameForAutofill() const;
525 String HTMLFormControlElement::nameForAutofill() const in nameForAutofill() function in WebCore::HTMLFormControlElement
494 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()
283 if (base::string16(element->nameForAutofill()) != in ShowPredictions()
262 blink::WebString name = element.nameForAutofill(); in TextDidChangeInTextField()