Searched refs:GetCreditCards (Results 1 – 6 of 6) sorted by relevance
394 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); in TEST_F()413 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); in TEST_F()436 WebDataService::Handle handle2 = wds_->GetCreditCards(&consumer2); in TEST_F()458 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); in TEST_F()485 WebDataService::Handle handle2 = wds_->GetCreditCards(&consumer2); in TEST_F()524 handle = wds_->GetCreditCards(&card_consumer); in TEST_F()571 handle2 = wds_->GetCreditCards(&card_consumer2); in TEST_F()
236 virtual bool GetCreditCards(std::vector<CreditCard*>* credit_cards);
488 Handle GetCreditCards(WebDataServiceConsumer* consumer);
478 WebDataService::Handle WebDataService::GetCreditCards( in GetCreditCards() function in WebDataService1241 db_->GetAutofillTable()->GetCreditCards(&credit_cards); in GetCreditCardsImpl()
1180 bool AutofillTable::GetCreditCards( in GetCreditCards() function in AutofillTable
817 pending_creditcards_query_ = web_data_service->GetCreditCards(this); in LoadCreditCards()