FormDataPredictions 121 components/autofill/content/browser/content_autofill_driver.cc std::vector<FormDataPredictions> type_predictions; FormDataPredictions 132 components/autofill/content/browser/content_autofill_driver_unittest.cc std::vector<FormDataPredictions>* predictions) { FormDataPredictions 138 components/autofill/content/browser/content_autofill_driver_unittest.cc Tuple1<std::vector<FormDataPredictions> > autofill_param; FormDataPredictions 280 components/autofill/content/browser/content_autofill_driver_unittest.cc std::vector<FormDataPredictions> expected_type_predictions; FormDataPredictions 284 components/autofill/content/browser/content_autofill_driver_unittest.cc std::vector<FormDataPredictions> output_type_predictions; FormDataPredictions 66 components/autofill/content/common/autofill_messages.h IPC_STRUCT_TRAITS_BEGIN(autofill::FormDataPredictions) FormDataPredictions 116 components/autofill/content/common/autofill_messages.h std::vector<autofill::FormDataPredictions> /* forms */) FormDataPredictions 425 components/autofill/content/renderer/autofill_agent.cc const std::vector<FormDataPredictions>& forms) { FormDataPredictions 94 components/autofill/content/renderer/autofill_agent.h const std::vector<FormDataPredictions>& forms); FormDataPredictions 234 components/autofill/content/renderer/form_cache.cc bool FormCache::ShowPredictions(const FormDataPredictions& form) { FormDataPredictions 26 components/autofill/content/renderer/form_cache.h struct FormDataPredictions; FormDataPredictions 60 components/autofill/content/renderer/form_cache.h bool ShowPredictions(const FormDataPredictions& form); FormDataPredictions 604 components/autofill/core/browser/form_structure.cc std::vector<FormDataPredictions>* forms) { FormDataPredictions 609 components/autofill/core/browser/form_structure.cc FormDataPredictions form; FormDataPredictions 47 components/autofill/core/browser/form_structure.h struct FormDataPredictions; FormDataPredictions 92 components/autofill/core/browser/form_structure.h std::vector<FormDataPredictions>* forms); FormDataPredictions 9 components/autofill/core/common/form_data_predictions.cc FormDataPredictions::FormDataPredictions() { FormDataPredictions 12 components/autofill/core/common/form_data_predictions.cc FormDataPredictions::FormDataPredictions(const FormDataPredictions& other) FormDataPredictions 19 components/autofill/core/common/form_data_predictions.cc FormDataPredictions::~FormDataPredictions() { FormDataPredictions 22 components/autofill/core/common/form_data_predictions.cc bool FormDataPredictions::operator==( FormDataPredictions 23 components/autofill/core/common/form_data_predictions.cc const FormDataPredictions& predictions) const { FormDataPredictions 30 components/autofill/core/common/form_data_predictions.cc bool FormDataPredictions::operator!=( FormDataPredictions 31 components/autofill/core/common/form_data_predictions.cc const FormDataPredictions& predictions) const { FormDataPredictions 27 components/autofill/core/common/form_data_predictions.h FormDataPredictions(); FormDataPredictions 28 components/autofill/core/common/form_data_predictions.h FormDataPredictions(const FormDataPredictions& other); FormDataPredictions 29 components/autofill/core/common/form_data_predictions.h ~FormDataPredictions(); FormDataPredictions 32 components/autofill/core/common/form_data_predictions.h bool operator==(const FormDataPredictions& predictions) const; FormDataPredictions 33 components/autofill/core/common/form_data_predictions.h bool operator!=(const FormDataPredictions& predictions) const;