Searched defs:AutofillChange (Results 1 - 4 of 4) 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 {
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_change.cc13 AutofillChange::AutofillChange(Type type, const AutofillKey& key) function in class:autofill::AutofillChange
17 AutofillChange::~AutofillChange() {
H A Dautofill_change.h42 class AutofillChange : public GenericAutofillChange<AutofillKey> { class in namespace:autofill
44 AutofillChange(Type type, const AutofillKey& key);
45 virtual ~AutofillChange();
46 bool operator==(const AutofillChange& change) const {
51 typedef std::vector<AutofillChange> AutofillChangeList;

Completed in 43 milliseconds