HomeSort by relevance Sort by last modified time
    Searched defs:FormDataPredictions (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/core/common/
form_data_predictions.cc 9 FormDataPredictions::FormDataPredictions() {
12 FormDataPredictions::FormDataPredictions(const FormDataPredictions& other)
19 FormDataPredictions::~FormDataPredictions() {
22 bool FormDataPredictions::operator==(
23 const FormDataPredictions& predictions) const {
30 bool FormDataPredictions::operator!=
    [all...]
form_data_predictions.h 17 struct FormDataPredictions {
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 27 milliseconds