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.cc339 for (std::vector<CreditCard*>::const_iterator iter = credit_cards_.begin();
340 iter != credit_cards_.end();
342 // Make a local copy so that the data in |credit_cards_| isn't modified
436 if (FindByGUID<CreditCard>(credit_cards_, credit_card.guid()))
443 if (FindByContents(credit_cards_, credit_card))
484 bool is_credit_card = FindByGUID<CreditCard>(credit_cards_, guid);
517 for (ScopedVector<CreditCard>::const_iterator iter = credit_cards_.begin();
518 iter != credit_cards_.end(); ++iter) {
552 return credit_cards_.get();
873 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::__anon6201::AutofillImporter
H A Dpersonal_data_manager.h252 // Sets |credit_cards_| to the contents of |credit_cards| and updates the web
266 // |credit_cards_|.
271 // in |credit_cards_|.
324 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::remove(credit_cards_.begin(), credit_cards_.end(), credit_card),
99 credit_cards_.end());
119 credit_cards_.clear();
133 credit_cards_
[all...]

Completed in 211 milliseconds