Searched defs:AutofillProfileChange (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dautofill_change.cc17 AutofillProfileChange::AutofillProfileChange( function in class:AutofillProfileChange
26 AutofillProfileChange::~AutofillProfileChange() {
29 bool AutofillProfileChange::operator==(
30 const AutofillProfileChange& change) const {
H A Dautofill_change.h49 class AutofillProfileChange : public GenericAutofillChange<std::string> { class in inherits:GenericAutofillChange
56 AutofillProfileChange(Type type,
59 virtual ~AutofillProfileChange();
62 bool operator==(const AutofillProfileChange& change) const;

Completed in 70 milliseconds