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

  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 46 const CreditCard& imported_credit_card) {
47 imported_credit_card_ = imported_credit_card;
48 return imported_credit_card.guid();
test_personal_data_manager.h 35 const CreditCard& imported_credit_card) OVERRIDE;
45 const CreditCard& imported_credit_card() { return imported_credit_card_; } function in class:autofill::TestPersonalDataManager
personal_data_manager_unittest.cc 618 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...]
autofill_merge_unittest.cc 231 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());
autofill_manager.cc 655 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));
    [all...]
personal_data_manager.cc 228 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)
    [all...]
personal_data_manager.h 93 const CreditCard& imported_credit_card);
autofill_metrics_unittest.cc 128 std::string(const CreditCard& imported_credit_card));
    [all...]
  /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...]
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...]
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);
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...]
personal_data_manager.h 86 virtual void SaveImportedCreditCard(const CreditCard& imported_credit_card);
autofill_metrics_unittest.cc 94 void(const CreditCard& imported_credit_card));
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc     [all...]

Completed in 873 milliseconds