/external/chromium_org/components/autofill/core/browser/ |
test_personal_data_manager.cc | 24 credit_cards_.push_back(credit_card); 36 return credit_cards_;
|
test_personal_data_manager.h | 25 // Adds |credit_card| to |credit_cards_|. This does not take ownership of 49 std::vector<CreditCard*> credit_cards_; member in class:autofill::TestPersonalDataManager
|
personal_data_manager.cc | 339 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) { 548 return credit_cards_.get(); 826 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::__anon7367::AutofillImporter
|
personal_data_manager.h | 224 // Sets |credit_cards_| to the contents of |credit_cards| and updates the web 238 // |credit_cards_|. 243 // in |credit_cards_|. 290 ScopedVector<CreditCard> credit_cards_; member in class:autofill::PersonalDataManager
|
autofill_manager_unittest.cc | 73 CreateTestCreditCards(&credit_cards_); 96 for (std::vector<CreditCard *>::iterator it = credit_cards_.begin(); 97 it != credit_cards_.end(); ++it){ 109 credit_cards_.push_back(credit_card); 115 credit_cards_.erase( 116 std::remove(credit_cards_.begin(), credit_cards_.end(), credit_card), 117 credit_cards_.end()); 137 credit_cards_.clear(); 151 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:__anon1569::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...] |