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

  /external/chromium_org/components/autofill/core/browser/
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.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_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::__anon10083::AutofillImporter
  /external/chromium/chrome/browser/autofill/
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_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:__anon4285::AutofillImporter

Completed in 2718 milliseconds