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

/external/chromium/chrome/browser/webdata/
H A Dautofill_change.cc36 AutofillCreditCardChange::AutofillCreditCardChange( function in class:AutofillCreditCardChange
44 AutofillCreditCardChange::~AutofillCreditCardChange() {
47 bool AutofillCreditCardChange::operator==(
48 const AutofillCreditCardChange& change) const {
H A Dautofill_change.h70 class AutofillCreditCardChange : public GenericAutofillChange<std::string> { class in inherits:GenericAutofillChange
77 AutofillCreditCardChange(Type type,
80 virtual ~AutofillCreditCardChange();
83 bool operator==(const AutofillCreditCardChange& change) const;

Completed in 15 milliseconds