HomeSort by relevance Sort by last modified time
    Searched defs:imported_credit_card (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h 36 const CreditCard& imported_credit_card) OVERRIDE;
50 const CreditCard& imported_credit_card() { return imported_credit_card_; } function in class:autofill::TestPersonalDataManager
autofill_merge_unittest.cc 232 scoped_ptr<CreditCard> imported_credit_card; local
233 personal_data_.ImportFormData(form_structure, &imported_credit_card);
234 EXPECT_EQ(static_cast<CreditCard*>(NULL), imported_credit_card.get());
personal_data_manager_unittest.cc 591 scoped_ptr<CreditCard> imported_credit_card; local
593 &imported_credit_card));
594 ASSERT_FALSE(imported_credit_card);
632 scoped_ptr<CreditCard> imported_credit_card; local
634 &imported_credit_card));
635 ASSERT_EQ(static_cast<CreditCard*>(NULL), imported_credit_card.get());
665 scoped_ptr<CreditCard> imported_credit_card; local
667 &imported_credit_card));
696 scoped_ptr<CreditCard> imported_credit_card; local
698 &imported_credit_card));
717 scoped_ptr<CreditCard> imported_credit_card; local
748 scoped_ptr<CreditCard> imported_credit_card; local
775 scoped_ptr<CreditCard> imported_credit_card; local
797 scoped_ptr<CreditCard> imported_credit_card; local
836 scoped_ptr<CreditCard> imported_credit_card; local
883 scoped_ptr<CreditCard> imported_credit_card; local
963 scoped_ptr<CreditCard> imported_credit_card; local
1048 scoped_ptr<CreditCard> imported_credit_card; local
1141 scoped_ptr<CreditCard> imported_credit_card; local
1234 scoped_ptr<CreditCard> imported_credit_card; local
1321 scoped_ptr<CreditCard> imported_credit_card; local
1402 scoped_ptr<CreditCard> imported_credit_card; local
1456 scoped_ptr<CreditCard> imported_credit_card; local
1489 scoped_ptr<CreditCard> imported_credit_card; local
1558 scoped_ptr<CreditCard> imported_credit_card; local
1622 scoped_ptr<CreditCard> imported_credit_card; local
1693 scoped_ptr<CreditCard> imported_credit_card; local
1758 scoped_ptr<CreditCard> imported_credit_card; local
1870 scoped_ptr<CreditCard> imported_credit_card; local
1925 scoped_ptr<CreditCard> imported_credit_card; local
1983 scoped_ptr<CreditCard> imported_credit_card; local
2033 scoped_ptr<CreditCard> imported_credit_card; local
2319 scoped_ptr<CreditCard> imported_credit_card; local
    [all...]
autofill_manager.cc 756 scoped_ptr<CreditCard> imported_credit_card; local
757 if (!personal_data_->ImportFormData(submitted_form, &imported_credit_card))
762 if (imported_credit_card) {
768 *imported_credit_card));
    [all...]

Completed in 68 milliseconds