Home | History | Annotate | Download | only in autofill

Lines Matching refs:full_wallet

26 #include "components/autofill/content/browser/wallet/full_wallet.h"
60 DialogSection section, wallet::FullWallet* full_wallet) {
62 if (!full_wallet->billing_address())
66 new FullWalletBillingWrapper(full_wallet));
69 if (!full_wallet->shipping_address())
73 new FullWalletShippingWrapper(full_wallet));
82 FormStructure& form_structure, wallet::FullWallet* full_wallet,
94 scoped_ptr<DataModelWrapper> wrapper = CreateWrapper(section, full_wallet);
102 wallet::FullWallet* full_wallet,
110 form_structure, full_wallet, email_address);
378 scoped_ptr<wallet::FullWallet> full_wallet =
381 SECTION_EMAIL, form_structure_, full_wallet.get(), email);
383 SECTION_CC_BILLING, form_structure_, full_wallet.get(), email);
385 SECTION_SHIPPING, form_structure_, full_wallet.get(), email);