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

  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 23 credit_cards_.push_back(credit_card);
34 return credit_cards_;
test_personal_data_manager.h 25 // Adds |credit_card| to |credit_cards_|. This does not take ownership of
38 std::vector<CreditCard*> credit_cards_; member in class:autofill::TestPersonalDataManager
personal_data_manager.cc 341 for (std::vector<CreditCard*>::const_iterator iter = credit_cards_.begin();
342 iter != credit_cards_.end();
344 // Make a local copy so that the data in |credit_cards_| isn't modified
446 if (FindByGUID<CreditCard>(credit_cards_, credit_card.guid()))
455 if (FindByContents(credit_cards_, credit_card))
498 bool is_credit_card = FindByGUID<CreditCard>(credit_cards_, guid);
536 for (ScopedVector<CreditCard>::const_iterator iter = credit_cards_.begin();
537 iter != credit_cards_.end(); ++iter) {
568 return credit_cards_.get();
850 for (std::vector<CreditCard*>::const_iterator iter = credit_cards_.begin()
    [all...]
autofill_ie_toolbar_import_win.cc 209 &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::__anon9840::AutofillImporter
personal_data_manager.h 211 // Sets |credit_cards_| to the contents of |credit_cards| and updates the web
225 // |credit_cards_|.
230 // in |credit_cards_|.
267 ScopedVector<CreditCard> credit_cards_; member in class:autofill::PersonalDataManager
autofill_manager_unittest.cc 75 CreateTestCreditCards(&credit_cards_);
99 for (std::vector<CreditCard *>::iterator it = credit_cards_.begin();
100 it != credit_cards_.end(); ++it){
112 credit_cards_.push_back(credit_card);
118 credit_cards_.erase(
119 std::remove(credit_cards_.begin(), credit_cards_.end(), credit_card),
120 credit_cards_.end());
140 credit_cards_.clear();
154 credit_cards_.push_back(credit_card)
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 329 for (std::vector<CreditCard*>::const_iterator iter = credit_cards_.begin();
330 iter != credit_cards_.end();
431 for (std::vector<CreditCard*>::const_iterator iter = credit_cards_.begin();
432 iter != credit_cards_.end(); ++iter) {
440 if (FindByGUID<CreditCard>(credit_cards_, iter->guid()))
447 if (!FindByGUID<CreditCard>(credit_cards_, iter->guid()) &&
448 !FindByContents(credit_cards_, *iter))
453 credit_cards_.reset();
456 credit_cards_.push_back(new CreditCard(*iter));
534 std::vector<CreditCard> credit_cards(credit_cards_.size())
    [all...]
autofill_ie_toolbar_import_win.cc 163 if (!ImportCurrentUserProfiles(&profiles_, &credit_cards_)) {
176 if (!credit_cards_.empty())
177 personal_data_manager_->SetCreditCards(&credit_cards_);
188 std::vector<CreditCard> credit_cards_; member in class:__anon4282::AutofillImporter
personal_data_manager.h 101 // Sets |credit_cards_| to the contents of |credit_cards| and updates the web
199 // |credit_cards_|.
204 // in |credit_cards_|.
246 ScopedVector<CreditCard> credit_cards_; member in class:PersonalDataManager
autofill_manager_unittest.cc 58 CreateTestCreditCards(&credit_cards_);
77 credit_cards_->push_back(credit_card);
85 credit_cards_.reset();
95 credit_cards_->push_back(credit_card);
    [all...]

Completed in 382 milliseconds