Searched defs:FormDataPredictions (Results 1 - 2 of 2) 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;

Completed in 130 milliseconds