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

/external/chromium/chrome/browser/webdata/
H A Dautofill_change.cc10 AutofillChange::AutofillChange(Type type, const AutofillKey& key) function in class:AutofillChange
14 AutofillChange::~AutofillChange() {
H A Dautofill_change.h39 class AutofillChange : public GenericAutofillChange<AutofillKey> { class in inherits:GenericAutofillChange
41 AutofillChange(Type type, const AutofillKey& key);
42 virtual ~AutofillChange();
43 bool operator==(const AutofillChange& change) const {

Completed in 41 milliseconds