Home | History | Annotate | Download | only in wallet

Lines Matching defs:wallet

5 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
14 #include "components/autofill/content/browser/wallet/full_wallet.h"
15 #include "components/autofill/content/browser/wallet/instrument.h"
16 #include "components/autofill/content/browser/wallet/required_action.h"
17 #include "components/autofill/content/browser/wallet/wallet_address.h"
20 namespace wallet {
86 scoped_ptr<FullWallet> wallet(new FullWallet(FutureYear(),
95 wallet->set_one_time_pad(one_time_pad);
96 return wallet.Pass();
100 scoped_ptr<FullWallet> wallet(new FullWallet(FutureYear(),
109 wallet->set_one_time_pad(one_time_pad);
110 return wallet.Pass();
159 return wallet::WalletItems::LegalDocument::CreateLegalDocument(dict);
229 new wallet::WalletItems(std::vector<RequiredAction>(),
236 } // namespace wallet