Searched refs:imported_credit_card (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dtest_personal_data_manager.cc48 const CreditCard& imported_credit_card) {
49 imported_credit_card_ = imported_credit_card;
50 return imported_credit_card.guid();
47 SaveImportedCreditCard( const CreditCard& imported_credit_card) argument
H A Dtest_personal_data_manager.h36 const CreditCard& imported_credit_card) OVERRIDE;
50 const CreditCard& imported_credit_card() { return imported_credit_card_; } function in class:autofill::TestPersonalDataManager
H A Dpersonal_data_manager_unittest.cc615 scoped_ptr<CreditCard> imported_credit_card; local
617 &imported_credit_card));
618 ASSERT_FALSE(imported_credit_card);
656 scoped_ptr<CreditCard> imported_credit_card; local
658 &imported_credit_card));
659 ASSERT_EQ(static_cast<CreditCard*>(NULL), imported_credit_card.get());
689 scoped_ptr<CreditCard> imported_credit_card; local
691 &imported_credit_card));
720 scoped_ptr<CreditCard> imported_credit_card; local
722 &imported_credit_card));
741 scoped_ptr<CreditCard> imported_credit_card; local
772 scoped_ptr<CreditCard> imported_credit_card; local
799 scoped_ptr<CreditCard> imported_credit_card; local
821 scoped_ptr<CreditCard> imported_credit_card; local
860 scoped_ptr<CreditCard> imported_credit_card; local
907 scoped_ptr<CreditCard> imported_credit_card; local
987 scoped_ptr<CreditCard> imported_credit_card; local
1071 scoped_ptr<CreditCard> imported_credit_card; local
1168 scoped_ptr<CreditCard> imported_credit_card; local
1261 scoped_ptr<CreditCard> imported_credit_card; local
1348 scoped_ptr<CreditCard> imported_credit_card; local
1429 scoped_ptr<CreditCard> imported_credit_card; local
1483 scoped_ptr<CreditCard> imported_credit_card; local
1516 scoped_ptr<CreditCard> imported_credit_card; local
1585 scoped_ptr<CreditCard> imported_credit_card; local
1649 scoped_ptr<CreditCard> imported_credit_card; local
1720 scoped_ptr<CreditCard> imported_credit_card; local
1785 scoped_ptr<CreditCard> imported_credit_card; local
1897 scoped_ptr<CreditCard> imported_credit_card; local
1952 scoped_ptr<CreditCard> imported_credit_card; local
2010 scoped_ptr<CreditCard> imported_credit_card; local
2060 scoped_ptr<CreditCard> imported_credit_card; local
2352 scoped_ptr<CreditCard> imported_credit_card; local
[all...]
H A Dautofill_merge_unittest.cc231 scoped_ptr<CreditCard> imported_credit_card; local
232 personal_data_.ImportFormData(form_structure, &imported_credit_card);
233 EXPECT_EQ(static_cast<CreditCard*>(NULL), imported_credit_card.get());
H A Dautofill_manager.cc784 scoped_ptr<CreditCard> imported_credit_card; local
785 if (!personal_data_->ImportFormData(submitted_form, &imported_credit_card))
790 if (imported_credit_card) {
796 *imported_credit_card));
H A Dpersonal_data_manager.h96 const CreditCard& imported_credit_card);
H A Dpersonal_data_manager.cc235 scoped_ptr<CreditCard>* imported_credit_card) {
366 *imported_credit_card = local_imported_credit_card.Pass();
368 if (imported_profile.get() || *imported_credit_card || merged_credit_card)
233 ImportFormData( const FormStructure& form, scoped_ptr<CreditCard>* imported_credit_card) argument
H A Dautofill_metrics_unittest.cc115 std::string(const CreditCard& imported_credit_card));
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate_unittest.cc45 std::string(const CreditCard& imported_credit_card));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1133 controller()->GetTestingManager()->imported_credit_card().guid());
2931 const CreditCard& imported_card = test_pdm->imported_credit_card();
2952 const CreditCard& imported_card = test_pdm->imported_credit_card();

Completed in 209 milliseconds