Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/content/renderer/
Dform_cache.h59 bool ShowPredictions(const FormDataPredictions& form);
Dform_cache.cc237 bool FormCache::ShowPredictions(const FormDataPredictions& form) { in ShowPredictions() function in autofill::FormCache
Dautofill_agent.cc451 form_cache_.ShowPredictions(forms[i]); in OnFieldTypePredictionsAvailable()