Searched defs:credit_cards_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
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 Dpersonal_data_manager.h258 // Sets |credit_cards_| to the contents of |credit_cards| and updates the web
272 // |credit_cards_|.
277 // in |credit_cards_|.
330 ScopedVector<CreditCard> credit_cards_; member in class:autofill::PersonalDataManager
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::__anon6313::AutofillImporter

Completed in 100 milliseconds