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>
60 // The type of the card that this FullWallet contains and the last four digits
64 bool operator==(const FullWallet& other) const;
65 bool operator!=(const FullWallet& other) const;
86 friend scoped_ptr<FullWallet> GetTestFullWallet();
87 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 DictionaryValue& dictionary) {
58 return scoped_ptr<FullWallet>();
64 return scoped_ptr<FullWallet>(new FullWallet(-1,
79 return scoped_ptr<FullWallet>();
[all...]

Completed in 91 milliseconds