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

/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.h101 // 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
H A Dautofill_ie_toolbar_import_win.cc163 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:__anon1712::AutofillImporter

Completed in 58 milliseconds