HomeSort by relevance Sort by last modified time
    Searched refs:imported_credit_card (Results 1 - 6 of 6) 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...]

Completed in 223 milliseconds