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

/external/chromium_org/components/autofill/core/browser/
H A Dtest_personal_data_manager.cc46 const CreditCard& imported_credit_card) {
47 imported_credit_card_ = imported_credit_card;
48 return imported_credit_card.guid();
45 SaveImportedCreditCard( const CreditCard& imported_credit_card) argument
H A Dtest_personal_data_manager.h35 const CreditCard& imported_credit_card) OVERRIDE;
45 const CreditCard& imported_credit_card() { return imported_credit_card_; } function in class:autofill::TestPersonalDataManager
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 Dpersonal_data_manager_unittest.cc618 scoped_ptr<CreditCard> imported_credit_card; local
620 &imported_credit_card));
621 ASSERT_FALSE(imported_credit_card);
659 scoped_ptr<CreditCard> imported_credit_card; local
661 &imported_credit_card));
662 ASSERT_EQ(static_cast<CreditCard*>(NULL), imported_credit_card.get());
692 scoped_ptr<CreditCard> imported_credit_card; local
694 &imported_credit_card));
723 scoped_ptr<CreditCard> imported_credit_card; local
725 &imported_credit_card));
744 scoped_ptr<CreditCard> imported_credit_card; local
775 scoped_ptr<CreditCard> imported_credit_card; local
802 scoped_ptr<CreditCard> imported_credit_card; local
824 scoped_ptr<CreditCard> imported_credit_card; local
863 scoped_ptr<CreditCard> imported_credit_card; local
910 scoped_ptr<CreditCard> imported_credit_card; local
990 scoped_ptr<CreditCard> imported_credit_card; local
1075 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
2346 scoped_ptr<CreditCard> imported_credit_card; local
[all...]
H A Dpersonal_data_manager.cc228 scoped_ptr<CreditCard>* imported_credit_card) {
359 *imported_credit_card = local_imported_credit_card.Pass();
361 if (imported_profile.get() || *imported_credit_card || merged_credit_card)
226 ImportFormData( const FormStructure& form, scoped_ptr<CreditCard>* imported_credit_card) argument
H A Dautofill_manager.cc655 scoped_ptr<CreditCard> imported_credit_card; local
656 if (!personal_data_->ImportFormData(submitted_form, &imported_credit_card))
661 if (imported_credit_card) {
666 base::Unretained(personal_data_), *imported_credit_card));
/external/chromium/chrome/browser/autofill/
H A Dautofill_merge_unittest.cc205 const CreditCard* imported_credit_card; local
206 personal_data_->ImportFormData(form_structures, &imported_credit_card);
207 EXPECT_FALSE(imported_credit_card);
H A Dpersonal_data_manager_unittest.cc548 const CreditCard* imported_credit_card; local
549 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
550 ASSERT_FALSE(imported_credit_card);
595 const CreditCard* imported_credit_card; local
596 EXPECT_FALSE(personal_data_->ImportFormData(forms, &imported_credit_card));
597 ASSERT_EQ(static_cast<CreditCard*>(NULL), imported_credit_card); local
625 const CreditCard* imported_credit_card; local
626 EXPECT_FALSE(personal_data_->ImportFormData(forms, &imported_credit_card));
627 ASSERT_FALSE(imported_credit_card);
678 const CreditCard* imported_credit_card; local
781 const CreditCard* imported_credit_card; local
876 const CreditCard* imported_credit_card; local
982 const CreditCard* imported_credit_card; local
1087 const CreditCard* imported_credit_card; local
1184 const CreditCard* imported_credit_card; local
1273 const CreditCard* imported_credit_card; local
1312 const CreditCard* imported_credit_card; local
1392 const CreditCard* imported_credit_card; local
1462 const CreditCard* imported_credit_card; local
1544 const CreditCard* imported_credit_card; local
1615 const CreditCard* imported_credit_card; local
1686 const CreditCard* imported_credit_card; local
[all...]
H A Dpersonal_data_manager.cc195 const CreditCard** imported_credit_card) {
343 *imported_credit_card = local_imported_credit_card.release();
345 return imported_profile.get() || *imported_credit_card;
889 const CreditCard& imported_credit_card) {
893 // Set to true if |imported_credit_card| is merged into the credit card list.
900 if (imported_credit_card.IsSubsetOf(**iter)) {
902 // in |imported_credit_card|, so consider the credit cards already
906 imported_credit_card)) {
907 // |imported_credit_card| contains all of the data in this credit card,
910 (*iter)->MergeWith(imported_credit_card);
193 ImportFormData( const std::vector<const FormStructure*>& form_structures, const CreditCard** imported_credit_card) argument
888 SaveImportedCreditCard( const CreditCard& imported_credit_card) argument
[all...]
H A Dautofill_manager.cc697 const CreditCard* imported_credit_card; local
698 if (!personal_data_->ImportFormData(submitted_forms, &imported_credit_card))
704 scoped_ptr<const CreditCard> scoped_credit_card(imported_credit_card);
705 if (imported_credit_card && tab_contents()) {

Completed in 121 milliseconds