HomeSort by relevance Sort by last modified time
    Searched defs:FullWallet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc 26 FullWallet::FullWallet(int expiration_month,
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...]
full_wallet.h 30 // FullWallet contains all the information a merchant requires from a user for
35 class FullWallet {
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> GetTestFullWalletInstrumentOnly()
    [all...]

Completed in 340 milliseconds