Searched refs:FormDataPredictions (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dform_data_predictions.cc9 FormDataPredictions::FormDataPredictions() { function in class:autofill::FormDataPredictions
12 FormDataPredictions::FormDataPredictions(const FormDataPredictions& other) function in class:autofill::FormDataPredictions
19 FormDataPredictions::~FormDataPredictions() {
22 bool FormDataPredictions::operator==(
23 const FormDataPredictions& predictions) const {
30 bool FormDataPredictions
[all...]
H A Dform_data_predictions.h17 struct FormDataPredictions { struct in namespace:autofill
27 FormDataPredictions();
28 FormDataPredictions(const FormDataPredictions& other);
29 ~FormDataPredictions();
32 bool operator==(const FormDataPredictions& predictions) const;
33 bool operator!=(const FormDataPredictions& predictions) const;
/external/chromium_org/components/autofill/content/renderer/
H A Dform_cache.h26 struct FormDataPredictions;
50 bool ShowPredictions(const FormDataPredictions& form);
H A Dautofill_agent.h95 const std::vector<FormDataPredictions>& forms);
H A Dform_cache.cc246 bool FormCache::ShowPredictions(const FormDataPredictions& form) {
H A Dautofill_agent.cc452 const std::vector<FormDataPredictions>& forms) {
/external/chromium_org/components/autofill/content/common/
H A Dautofill_messages.h67 IPC_STRUCT_TRAITS_BEGIN(autofill::FormDataPredictions)
126 std::vector<autofill::FormDataPredictions> /* forms */)
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.h42 struct FormDataPredictions;
87 std::vector<FormDataPredictions>* forms);
H A Dform_structure.cc620 std::vector<FormDataPredictions>* forms) {
625 FormDataPredictions form;
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver_unittest.cc132 std::vector<FormDataPredictions>* predictions) {
138 Tuple1<std::vector<FormDataPredictions> > autofill_param;
275 std::vector<FormDataPredictions> expected_type_predictions;
279 std::vector<FormDataPredictions> output_type_predictions;
H A Dcontent_autofill_driver.cc124 std::vector<FormDataPredictions> type_predictions;

Completed in 217 milliseconds