Searched refs:SetCreditCards (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.h72 void SetCreditCards(int profile,
H A Dautofill_helper.cc292 void SetCreditCards(int profile, std::vector<CreditCard>* credit_cards) { function in namespace:autofill_helper
298 pdm->SetCreditCards(credit_cards);
H A Dtwo_client_autofill_sync_test.cc39 using autofill_helper::SetCreditCards;
396 SetCreditCards(0, &credit_cards);
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.h39 void SetCreditCards(int, std::vector<autofill::CreditCard>*);
243 friend void autofill_helper::SetCreditCards(
260 void SetCreditCards(std::vector<CreditCard>* credit_cards);
H A Dpersonal_data_manager.cc871 void PersonalDataManager::SetCreditCards( function in class:autofill::PersonalDataManager
1050 SetCreditCards(&credit_cards);
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc151 personal_data_manager()->SetCreditCards(cards);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc510 personal_data_manager_->SetCreditCards(&cards);

Completed in 2764 milliseconds