Home
last modified time | relevance | path

Searched refs:GetFormIdentifier (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.h79 const base::string16 GetFormIdentifier(const blink::WebFormElement& form);
Dform_cache.cc259 base::string16 element_name = GetFormIdentifier(form_element); in ShowPredictions()
Dform_autofill_util.cc667 const base::string16 GetFormIdentifier(const WebFormElement& form) { in GetFormIdentifier() function
847 form->name = GetFormIdentifier(form_element); in WebFormElementToFormData()