Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.cc185 base::string16 FindChildText(const WebNode& node) { in FindChildText() function
234 base::string16 value = FindChildText(previous); in InferLabelFromPrevious()
260 inferred_label = FindChildText(previous); in InferLabelFromPrevious()
281 return FindChildText(parent); in InferLabelFromListItem()
310 inferred_label = FindChildText(previous); in InferLabelFromTableColumn()
338 inferred_label = FindChildText(previous); in InferLabelFromTableRow()
362 inferred_label = FindChildText(node); in InferLabelFromDivTable()
407 return FindChildText(previous); in InferLabelFromDefinitionList()
927 base::string16 label_text = FindChildText(label); in WebFormElementToFormData()