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

  /external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc 548 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...]
autofill_merge_unittest.cc 205 const CreditCard* imported_credit_card; local
206 personal_data_->ImportFormData(form_structures, &imported_credit_card);
207 EXPECT_FALSE(imported_credit_card);
personal_data_manager.cc 195 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);
    [all...]
personal_data_manager.h 86 virtual void SaveImportedCreditCard(const CreditCard& imported_credit_card);
autofill_manager.cc 697 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()) {
    [all...]
autofill_metrics_unittest.cc 94 void(const CreditCard& imported_credit_card));
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 599 const CreditCard* imported_credit_card; local
601 &imported_credit_card));
602 ASSERT_FALSE(imported_credit_card);
640 const CreditCard* imported_credit_card; local
642 &imported_credit_card));
643 ASSERT_EQ(static_cast<CreditCard*>(NULL), imported_credit_card); local
673 const CreditCard* imported_credit_card; local
675 &imported_credit_card));
704 const CreditCard* imported_credit_card; local
706 &imported_credit_card));
725 const CreditCard* imported_credit_card; local
756 const CreditCard* imported_credit_card; local
783 const CreditCard* imported_credit_card; local
805 const CreditCard* imported_credit_card; local
844 const CreditCard* imported_credit_card; local
924 const CreditCard* imported_credit_card; local
1009 const CreditCard* imported_credit_card; local
1102 const CreditCard* imported_credit_card; local
1195 const CreditCard* imported_credit_card; local
1282 const CreditCard* imported_credit_card; local
1363 const CreditCard* imported_credit_card; local
1417 const CreditCard* imported_credit_card; local
1450 const CreditCard* imported_credit_card; local
1521 const CreditCard* imported_credit_card; local
1586 const CreditCard* imported_credit_card; local
1658 const CreditCard* imported_credit_card; local
1724 const CreditCard* imported_credit_card; local
1837 const CreditCard* imported_credit_card; local
1892 const CreditCard* imported_credit_card; local
1950 const CreditCard* imported_credit_card; local
2000 const CreditCard* imported_credit_card; local
2283 const CreditCard* imported_credit_card; local
    [all...]
autofill_merge_unittest.cc 227 const CreditCard* imported_credit_card; local
228 personal_data_.ImportFormData(form_structure, &imported_credit_card);
229 EXPECT_EQ(static_cast<const CreditCard*>(NULL), imported_credit_card); local
personal_data_manager.h 86 virtual void SaveImportedCreditCard(const CreditCard& imported_credit_card);
autofill_manager.cc 789 const CreditCard* imported_credit_card; local
790 if (!personal_data_->ImportFormData(submitted_form, &imported_credit_card))
795 if (imported_credit_card) {
798 *imported_credit_card,
800 base::Unretained(personal_data_), *imported_credit_card));
    [all...]
personal_data_manager.cc 231 const CreditCard** imported_credit_card) {
361 *imported_credit_card = local_imported_credit_card.release();
363 if (imported_profile.get() || *imported_credit_card || merged_credit_card) {
    [all...]
autofill_metrics_unittest.cc 129 void(const CreditCard& imported_credit_card));
    [all...]

Completed in 131 milliseconds