Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_dialog_controller_android.cc200 bool has_types = false; in Show() local
203 &has_types, &has_sections); in Show()
207 if (!has_types || in Show()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc574 bool has_types = false; in Show() local
577 &has_types, &has_sections); in Show()
580 if (!has_types) { in Show()