HomeSort by relevance Sort by last modified time
    Searched refs:AutofillCreditCardChange (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/webdata/
autofill_change.cc 36 AutofillCreditCardChange::AutofillCreditCardChange(
44 AutofillCreditCardChange::~AutofillCreditCardChange() {
47 bool AutofillCreditCardChange::operator==(
48 const AutofillCreditCardChange& change) const {
autofill_change.h 70 class AutofillCreditCardChange : public GenericAutofillChange<std::string> {
77 AutofillCreditCardChange(Type type,
80 virtual ~AutofillCreditCardChange();
83 bool operator==(const AutofillCreditCardChange& change) const;
web_data_service_unittest.cc 377 const AutofillCreditCardChange expected_change(
378 AutofillCreditCardChange::ADD, card.guid(), &card);
385 Property(&Details<const AutofillCreditCardChange>::ptr,
421 const AutofillCreditCardChange expected_change(
422 AutofillCreditCardChange::REMOVE, credit_card.guid(), NULL);
428 Property(&Details<const AutofillCreditCardChange>::ptr,
468 const AutofillCreditCardChange expected_change(
469 AutofillCreditCardChange::UPDATE, card1.guid(), &card1_changed);
476 Property(&Details<const AutofillCreditCardChange>::ptr,
543 const AutofillCreditCardChange expected_card_change
    [all...]
web_data_service.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 22 class AutofillCreditCardChange;

Completed in 1804 milliseconds