Searched defs:AddCreditCard (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc449 wds->AddCreditCard(*iter);
533 void PersonalDataManager::AddCreditCard(const CreditCard& credit_card) { function in class:PersonalDataManager
H A Dautofill_manager_unittest.cc76 void AddCreditCard(CreditCard* credit_card) { function in class:__anon993::TestPersonalDataManager
432 void AddCreditCard(CreditCard* credit_card) { function in class:__anon993::TestAutofillManager
433 test_personal_data_->AddCreditCard(credit_card);
1034 autofill_manager_->AddCreditCard(credit_card);
/external/chromium/chrome/browser/webdata/
H A Dautofill_table.cc1136 bool AutofillTable::AddCreditCard(const CreditCard& credit_card) { function in class:AutofillTable
H A Dweb_data_service.cc448 void WebDataService::AddCreditCard(const CreditCard& credit_card) { function in class:WebDataService
1165 if (!db_->GetAutofillTable()->AddCreditCard(credit_card)) {

Completed in 299 milliseconds