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

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dfull_wallet.h30 // FullWallet contains all the information a merchant requires from a user for
35 class FullWallet { class in namespace:autofill::wallet
37 ~FullWallet();
41 static scoped_ptr<FullWallet>
46 static scoped_ptr<FullWallet>
61 // The type of the card that this FullWallet contains and the last four digits
69 bool operator==(const FullWallet& other) const;
70 bool operator!=(const FullWallet& other) const;
91 friend scoped_ptr<FullWallet> GetTestFullWalletWithRequiredActions(
93 friend scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnl
[all...]
H A Dfull_wallet.cc26 FullWallet::FullWallet(int expiration_month, function in class:autofill::wallet::FullWallet
43 FullWallet::~FullWallet() {}
46 scoped_ptr<FullWallet>
47 FullWallet::CreateFullWallet(const base::DictionaryValue& dictionary) {
58 return scoped_ptr<FullWallet>();
64 return scoped_ptr<FullWallet>(new FullWallet(-1,
79 return scoped_ptr<FullWallet>();
[all...]

Completed in 324 milliseconds