HomeSort by relevance Sort by last modified time
    Searched refs:SetCreditCards (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 72 void SetCreditCards(int profile,
autofill_helper.cc 292 void SetCreditCards(int profile, std::vector<CreditCard>* credit_cards) {
298 pdm->SetCreditCards(credit_cards);
two_client_autofill_sync_test.cc 39 using autofill_helper::SetCreditCards;
396 SetCreditCards(0, &credit_cards);
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 39 void SetCreditCards(int, std::vector<autofill::CreditCard>*);
243 friend void autofill_helper::SetCreditCards(
260 void SetCreditCards(std::vector<CreditCard>* credit_cards);
personal_data_manager.cc 871 void PersonalDataManager::SetCreditCards(
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 151 personal_data_manager()->SetCreditCards(cards);
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 510 personal_data_manager_->SetCreditCards(&cards);
    [all...]

Completed in 333 milliseconds