Searched refs:credit_cards_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dtest_personal_data_manager.cc22 credit_cards_.push_back(credit_card);
38 return credit_cards_;
H A Dpersonal_data_manager.cc346 for (std::vector<CreditCard*>::const_iterator iter = credit_cards_.begin();
347 iter != credit_cards_.end();
349 // Make a local copy so that the data in |credit_cards_| isn't modified
443 if (FindByGUID<CreditCard>(credit_cards_, credit_card.guid()))
450 if (FindByContents(credit_cards_, credit_card))
491 bool is_credit_card = FindByGUID<CreditCard>(credit_cards_, guid);
524 for (ScopedVector<CreditCard>::const_iterator iter = credit_cards_.begin();
525 iter != credit_cards_.end(); ++iter) {
543 return credit_cards_.get();
886 for (std::vector<CreditCard*>::const_iterator iter = credit_cards_
[all...]
H A Dtest_personal_data_manager.h25 // Adds |credit_card| to |credit_cards_|. This does not take ownership of
54 std::vector<CreditCard*> credit_cards_; member in class:autofill::TestPersonalDataManager
H A Dautofill_ie_toolbar_import_win.cc209 &credit_cards_)) {
224 for (std::vector<CreditCard>::const_iterator iter = credit_cards_.begin();
225 iter != credit_cards_.end(); ++iter) {
238 std::vector<CreditCard> credit_cards_; member in class:autofill::__anon6313::AutofillImporter
H A Dpersonal_data_manager.h258 // Sets |credit_cards_| to the contents of |credit_cards| and updates the web
272 // |credit_cards_|.
277 // in |credit_cards_|.
330 ScopedVector<CreditCard> credit_cards_; member in class:autofill::PersonalDataManager
H A Dautofill_manager_unittest.cc60 CreateTestCreditCards(&credit_cards_);
78 for (std::vector<CreditCard *>::iterator it = credit_cards_.begin();
79 it != credit_cards_.end(); ++it){
91 credit_cards_.push_back(credit_card);
97 credit_cards_.erase(
98 std::find(credit_cards_.begin(), credit_cards_.end(), credit_card));
117 credit_cards_.clear();
131 credit_cards_.push_back(credit_card);

Completed in 1335 milliseconds