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

  /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:__anon3817::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 77 milliseconds