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

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.cc355 void WalletClient::GetFullWallet(const FullWalletRequest& full_wallet_request) { function in class:autofill::wallet::WalletClient
357 pending_requests_.push(base::Bind(&WalletClient::GetFullWallet,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc2130 GetFullWallet();
2229 GetFullWallet();
3058 // If there's neither an address nor instrument to save, |GetFullWallet()|
3062 GetFullWallet();
3100 void AutofillDialogControllerImpl::GetFullWallet() { function in class:autofill::AutofillDialogControllerImpl
3113 GetWalletClient()->GetFullWallet(wallet::WalletClient::FullWalletRequest(

Completed in 5804 milliseconds